#2DAB23

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

Shades of Forest Green #2DAB23

Tints of Forest Green #2DAB23

Color information

#2DAB23 (or 0x2DAB23) is unknown color: approx Forest Green. HEX triplet: 2D, AB and 23. RGB value is (45,171,35). Sum of RGB (Red+Green+Blue) = 45+171+35=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 171 (67.19% from 255 or 68.13% from 251); Blue value is 35 (14.06% from 255 or 13.94% from 251); Max value from RGB is 171 - color contains mainly: green. Hex color #2DAB23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAB23 is #D254DC. Grayscale: #767676. Windows color (decimal): -13784285 or 2337581. OLE color: 2337581.

HSL color Cylindrical-coordinate representation of color #2DAB23: hue angle of 115.59º 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 #2DAB23 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB4517135-
CMYK0.7400.800.33
HSL115.59º66.02%40.39%-
HSV(B)115.59º79.53%67.06%-
XYZ15.9529.816.5-
YUV117.8281.2676.06-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.93%
GREEN value IS 171 (67.19% from 255) = 68.13%
BLUE value IS 35 (14.06% from 255) = 13.94%
R=17.93%
G=68.13%
B=13.94%

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
Decimal45171350.7400.800.33115.5966.0240.39
Hex2DAB234A05021744228
Octal552534311201204116410250
Binary1011011010101110001110010100101000010000111101001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAB23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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