#2DAB1E

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

Shades of Forest Green #2DAB1E

Tints of Forest Green #2DAB1E

Color information

#2DAB1E (or 0x2DAB1E) is unknown color: approx Forest Green. HEX triplet: 2D, AB and 1E. RGB value is (45,171,30). Sum of RGB (Red+Green+Blue) = 45+171+30=246 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.29% from 246); Green value is 171 (67.19% from 255 or 69.51% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 171 - color contains mainly: green. Hex color #2DAB1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAB1E is #D254E1. Grayscale: #757575. Windows color (decimal): -13784290 or 2009901. OLE color: 2009901.

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

Color convert

RGB4517130-
CMYK0.7400.820.33
HSL113.62º70.15%39.41%-
HSV(B)113.62º82.46%67.06%-
XYZ15.8829.786.14-
YUV117.2578.7676.46-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.29%
GREEN value IS 171 (67.19% from 255) = 69.51%
BLUE value IS 30 (12.11% from 255) = 12.20%
R=18.29%
G=69.51%
B=12.20%

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
Decimal45171300.7400.820.33113.6270.1539.41
Hex2DAB1E4A05221724627
Octal552533611201224116210647
Binary101101101010111111010010100101001010000111100101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAB1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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