#13AA19

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

Shades of Forest Green #13AA19

Tints of Forest Green #13AA19

Color information

#13AA19 (or 0x13AA19) is unknown color: approx Forest Green. HEX triplet: 13, AA and 19. RGB value is (19,170,25). Sum of RGB (Red+Green+Blue) = 19+170+25=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 170 (66.80% from 255 or 79.44% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13AA19 is #EC55E6. Grayscale: #6C6C6C. Windows color (decimal): -15488487 or 1681939. OLE color: 1681939.

HSL color Cylindrical-coordinate representation of color #13AA19: hue angle of 122.38º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AA19 is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB1917025-
CMYK0.8900.850.33
HSL122.38º79.89%37.06%-
HSV(B)122.38º88.82%66.67%-
XYZ14.8228.965.73-
YUV108.3280.9764.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.88%
GREEN value IS 170 (66.80% from 255) = 79.44%
BLUE value IS 25 (10.16% from 255) = 11.68%
R=8.88%
G=79.44%
B=11.68%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal19170250.8900.850.33122.3879.8937.06
Hex13AA1959055217a5025
Octal232523113101254117212045
Binary10011101010101100110110010101010110000111110101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AA19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13AA19; }

 p { color: rgb(19,170,25); }

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

<style>
 a { background-color: #13AA19; }

 a { background-color: rgb(19,170,25); }

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

<style>
 span { border-color: #13AA19; }

 span { border-color: rgb(19,170,25); }

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