#2DAD1E

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

Shades of Forest Green #2DAD1E

Tints of Forest Green #2DAD1E

Color information

#2DAD1E (or 0x2DAD1E) is unknown color: approx Forest Green. HEX triplet: 2D, AD and 1E. RGB value is (45,173,30). Sum of RGB (Red+Green+Blue) = 45+173+30=248 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.15% from 248); Green value is 173 (67.97% from 255 or 69.76% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 173 - color contains mainly: green. Hex color #2DAD1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAD1E is #D252E1. Grayscale: #767676. Windows color (decimal): -13783778 or 2010413. OLE color: 2010413.

HSL color Cylindrical-coordinate representation of color #2DAD1E: hue angle of 113.71º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DAD1E is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB4517330-
CMYK0.7400.830.32
HSL113.71º70.44%39.8%-
HSV(B)113.71º82.66%67.84%-
XYZ16.2630.546.27-
YUV118.4378.0975.63-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.15%
GREEN value IS 173 (67.97% from 255) = 69.76%
BLUE value IS 30 (12.11% from 255) = 12.10%
R=18.15%
G=69.76%
B=12.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal45173300.7400.830.32113.7170.4439.8
Hex2DAD1E4A05320724628
Octal552553611201234016210650
Binary101101101011011111010010100101001110000011100101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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