#2CAB23

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

Shades of Forest Green #2CAB23

Tints of Forest Green #2CAB23

Color information

#2CAB23 (or 0x2CAB23) is unknown color: approx Forest Green. HEX triplet: 2C, AB and 23. RGB value is (44,171,35). Sum of RGB (Red+Green+Blue) = 44+171+35=250 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.6% from 250); Green value is 171 (67.19% from 255 or 68.4% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 171 - color contains mainly: green. Hex color #2CAB23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAB23 is #D354DC. Grayscale: #757575. Windows color (decimal): -13849821 or 2337580. OLE color: 2337580.

HSL color Cylindrical-coordinate representation of color #2CAB23: hue angle of 116.03º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CAB23 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB4417135-
CMYK0.7400.800.33
HSL116.03º66.02%40.39%-
HSV(B)116.03º79.53%67.06%-
XYZ15.929.786.5-
YUV117.5281.4275.56-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.6%
GREEN value IS 171 (67.19% from 255) = 68.4%
BLUE value IS 35 (14.06% from 255) = 14%
R=17.6%
G=68.4%
B=14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal44171350.7400.800.33116.0366.0240.39
Hex2CAB234A05021744228
Octal542534311201204116410250
Binary1011001010101110001110010100101000010000111101001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAB23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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