#1AA419

Color #1AA419 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #1AA419

Tints of Forest Green #1AA419

Color information

#1AA419 (or 0x1AA419) is unknown color: approx Forest Green. HEX triplet: 1A, A4 and 19. RGB value is (26,164,25). Sum of RGB (Red+Green+Blue) = 26+164+25=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 164 (64.45% from 255 or 76.28% from 215); Blue value is 25 (10.16% from 255 or 11.63% from 215); Max value from RGB is 164 - color contains mainly: green. Hex color #1AA419 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA419 is #E55BE6. Grayscale: #6B6B6B. Windows color (decimal): -15031271 or 1680410. OLE color: 1680410.

HSL color Cylindrical-coordinate representation of color #1AA419: hue angle of 119.57º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AA419 is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB2616425-
CMYK0.8400.850.36
HSL119.57º73.54%37.06%-
HSV(B)119.57º84.76%64.31%-
XYZ13.8826.845.37-
YUV106.8981.7870.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 26 (10.55% from 255) = 12.09%
GREEN value IS 164 (64.45% from 255) = 76.28%
BLUE value IS 25 (10.16% from 255) = 11.63%
R=12.09%
G=76.28%
B=11.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal26164250.8400.850.36119.5773.5437.06
Hex1AA4195405524784a25
Octal322443112401254417011245
Binary11010101001001100110101000101010110010011110001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1AA419; }

 p { color: rgb(26,164,25); }

 H1.HeaderClassName
 {
   color: #1AA419;
 }
 .AnyTagClassName
 {
   color: #1AA419;
 }
</style>
background-color css

<style>
 a { background-color: #1AA419; }

 a { background-color: rgb(26,164,25); }

 div.DivClassName
 {
   background-color: #1AA419;
 }
 .BgClassName
 {
   background-color: #1AA419;
 }
</style>
border-color css

<style>
 span { border-color: #1AA419; }

 span { border-color: rgb(26,164,25); }

 td.TdClassName
 {
   border-color: #1AA419;
 }
 .TagClassName
 {
   border-color: #1AA419;
 }
</style>