#19a213

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

Shades of Forest Green #19A213

Tints of Forest Green #19A213

Color information

#19A213 (or 0x19A213) is unknown color: approx Forest Green. HEX triplet: 19, A2 and 13. RGB value is (25,162,19). Sum of RGB (Red+Green+Blue) = 25+162+19=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 162 (63.67% from 255 or 78.64% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 162 - color contains mainly: green. Hex color #19A213 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19A213 is #E65DEC. Grayscale: #696969. Windows color (decimal): -15097325 or 1286681. OLE color: 1286681.

HSL color Cylindrical-coordinate representation of color #19A213: hue angle of 117.48º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19A213 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB2516219-
CMYK0.8500.880.36
HSL117.48º79.01%35.49%-
HSV(B)117.48º88.27%63.53%-
XYZ13.4426.094.94-
YUV104.7379.6171.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.14%
GREEN value IS 162 (63.67% from 255) = 78.64%
BLUE value IS 19 (7.81% from 255) = 9.22%
R=12.14%
G=78.64%
B=9.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal25162190.8500.880.36117.4879.0135.49
Hex19A2135505824754f23
Octal312422312501304416511743
Binary11001101000101001110101010101100010010011101011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19a213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19a213; }

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

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

<style>
 a { background-color: #19a213; }

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

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

<style>
 span { border-color: #19a213; }

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

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