#19AA20

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

Shades of Forest Green #19AA20

Tints of Forest Green #19AA20

Color information

#19AA20 (or 0x19AA20) is unknown color: approx Forest Green. HEX triplet: 19, AA and 20. RGB value is (25,170,32). Sum of RGB (Red+Green+Blue) = 25+170+32=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 170 (66.80% from 255 or 74.89% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 170 - color contains mainly: green. Hex color #19AA20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19AA20 is #E655DF. Grayscale: #6F6F6F. Windows color (decimal): -15095264 or 2140697. OLE color: 2140697.

HSL color Cylindrical-coordinate representation of color #19AA20: hue angle of 122.9º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19AA20 is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB2517032-
CMYK0.8500.810.33
HSL122.9º74.36%38.24%-
HSV(B)122.9º85.29%66.67%-
XYZ15.0429.066.18-
YUV110.9183.4666.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.01%
GREEN value IS 170 (66.80% from 255) = 74.89%
BLUE value IS 32 (12.89% from 255) = 14.10%
R=11.01%
G=74.89%
B=14.10%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal25170320.8500.810.33122.974.3638.24
Hex19AA2055051217b4a26
Octal312524012501214117311246
Binary110011010101010000010101010101000110000111110111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19AA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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