#1CAA2B

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

Shades of Forest Green #1CAA2B

Tints of Forest Green #1CAA2B

Color information

#1CAA2B (or 0x1CAA2B) is unknown color: approx Forest Green. HEX triplet: 1C, AA and 2B. RGB value is (28,170,43). Sum of RGB (Red+Green+Blue) = 28+170+43=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 170 (66.80% from 255 or 70.54% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAA2B is #E355D4. Grayscale: #717171. Windows color (decimal): -14898645 or 2861596. OLE color: 2861596.

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

Color convert

RGB2817043-
CMYK0.8400.750.33
HSL126.34º71.72%38.82%-
HSV(B)126.34º83.53%66.67%-
XYZ15.2929.177.11-
YUV113.0688.4667.33-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.62%
GREEN value IS 170 (66.80% from 255) = 70.54%
BLUE value IS 43 (17.19% from 255) = 17.84%
R=11.62%
G=70.54%
B=17.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28170430.8400.750.33126.3471.7238.82
Hex1CAA2B5404B217e4827
Octal342525312401134117611047
Binary111001010101010101110101000100101110000111111101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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