#2CAB1E

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

Shades of Forest Green #2CAB1E

Tints of Forest Green #2CAB1E

Color information

#2CAB1E (or 0x2CAB1E) is unknown color: approx Forest Green. HEX triplet: 2C, AB and 1E. RGB value is (44,171,30). Sum of RGB (Red+Green+Blue) = 44+171+30=245 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.96% from 245); Green value is 171 (67.19% from 255 or 69.80% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 171 - color contains mainly: green. Hex color #2CAB1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAB1E is #D354E1. Grayscale: #757575. Windows color (decimal): -13849826 or 2009900. OLE color: 2009900.

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

Color convert

RGB4417130-
CMYK0.7400.820.33
HSL114.04º70.15%39.41%-
HSV(B)114.04º82.46%67.06%-
XYZ15.8429.766.14-
YUV116.9578.9275.96-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.96%
GREEN value IS 171 (67.19% from 255) = 69.80%
BLUE value IS 30 (12.11% from 255) = 12.24%
R=17.96%
G=69.80%
B=12.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal44171300.7400.820.33114.0470.1539.41
Hex2CAB1E4A05221724627
Octal542533611201224116210647
Binary101100101010111111010010100101001010000111100101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAB1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,171,30); }

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

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

 a { background-color: rgb(44,171,30); }

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

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

 span { border-color: rgb(44,171,30); }

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