#1CAA20

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

Shades of Forest Green #1CAA20

Tints of Forest Green #1CAA20

Color information

#1CAA20 (or 0x1CAA20) is unknown color: approx Forest Green. HEX triplet: 1C, AA and 20. RGB value is (28,170,32). Sum of RGB (Red+Green+Blue) = 28+170+32=230 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.17% from 230); Green value is 170 (66.80% from 255 or 73.91% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAA20 is #E355DF. Grayscale: #707070. Windows color (decimal): -14898656 or 2140700. OLE color: 2140700.

HSL color Cylindrical-coordinate representation of color #1CAA20: hue angle of 121.69º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAA20 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB2817032-
CMYK0.8400.810.33
HSL121.69º71.72%38.82%-
HSV(B)121.69º83.53%66.67%-
XYZ15.1129.16.19-
YUV111.8182.9668.22-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.17%
GREEN value IS 170 (66.80% from 255) = 73.91%
BLUE value IS 32 (12.89% from 255) = 13.91%
R=12.17%
G=73.91%
B=13.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28170320.8400.810.33121.6971.7238.82
Hex1CAA2054051217a4827
Octal342524012401214117211047
Binary111001010101010000010101000101000110000111110101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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