#2CAA15

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

Shades of Forest Green #2CAA15

Tints of Forest Green #2CAA15

Color information

#2CAA15 (or 0x2CAA15) is unknown color: approx Forest Green. HEX triplet: 2C, AA and 15. RGB value is (44,170,21). Sum of RGB (Red+Green+Blue) = 44+170+21=235 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.72% from 235); Green value is 170 (66.80% from 255 or 72.34% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CAA15 is #D355EA. Grayscale: #737373. Windows color (decimal): -13850091 or 1419820. OLE color: 1419820.

HSL color Cylindrical-coordinate representation of color #2CAA15: hue angle of 110.74º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2CAA15 is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB4417021-
CMYK0.7400.880.33
HSL110.74º78.01%37.45%-
HSV(B)110.74º87.65%66.67%-
XYZ15.5529.345.55-
YUV115.3474.7677.12-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.72%
GREEN value IS 170 (66.80% from 255) = 72.34%
BLUE value IS 21 (8.59% from 255) = 8.94%
R=18.72%
G=72.34%
B=8.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal44170210.7400.880.33110.7478.0137.45
Hex2CAA154A058216f4e25
Octal542522511201304115711645
Binary101100101010101010110010100101100010000111011111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CAA15; }

 p { color: rgb(44,170,21); }

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

<style>
 a { background-color: #2CAA15; }

 a { background-color: rgb(44,170,21); }

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

<style>
 span { border-color: #2CAA15; }

 span { border-color: rgb(44,170,21); }

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