#1CAA28

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

Shades of Forest Green #1CAA28

Tints of Forest Green #1CAA28

Color information

#1CAA28 (or 0x1CAA28) is unknown color: approx Forest Green. HEX triplet: 1C, AA and 28. RGB value is (28,170,40). Sum of RGB (Red+Green+Blue) = 28+170+40=238 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.76% from 238); Green value is 170 (66.80% from 255 or 71.43% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAA28 is #E355D7. Grayscale: #717171. Windows color (decimal): -14898648 or 2664988. OLE color: 2664988.

HSL color Cylindrical-coordinate representation of color #1CAA28: hue angle of 125.07º 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 #1CAA28 is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB2817040-
CMYK0.8400.760.33
HSL125.07º71.72%38.82%-
HSV(B)125.07º83.53%66.67%-
XYZ15.2429.156.83-
YUV112.7286.9667.57-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.76%
GREEN value IS 170 (66.80% from 255) = 71.43%
BLUE value IS 40 (16.02% from 255) = 16.81%
R=11.76%
G=71.43%
B=16.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28170400.8400.760.33125.0771.7238.82
Hex1CAA285404C217d4827
Octal342525012401144117511047
Binary111001010101010100010101000100110010000111111011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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