#2DA209

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

Shades of Forest Green #2DA209

Tints of Forest Green #2DA209

Color information

#2DA209 (or 0x2DA209) is unknown color: approx Forest Green. HEX triplet: 2D, A2 and 09. RGB value is (45,162,9). Sum of RGB (Red+Green+Blue) = 45+162+9=216 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.83% from 216); Green value is 162 (63.67% from 255 or 75% from 216); Blue value is 9 (3.91% from 255 or 4.17% from 216); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA209 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA209 is #D25DF6. Grayscale: #6E6E6E. Windows color (decimal): -13786615 or 631341. OLE color: 631341.

HSL color Cylindrical-coordinate representation of color #2DA209: hue angle of 105.88º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2DA209 is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB451629-
CMYK0.7200.940.36
HSL105.88º89.47%33.53%-
HSV(B)105.88º94.44%63.53%-
XYZ14.0526.424.62-
YUV109.5771.2481.94-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.83%
GREEN value IS 162 (63.67% from 255) = 75%
BLUE value IS 9 (3.91% from 255) = 4.17%
R=20.83%
G=75%
B=4.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal4516290.7200.940.36105.8889.4733.53
Hex2DA294805E246a5922
Octal552421111001364415213142
Binary10110110100010100110010000101111010010011010101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,162,9); }

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

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

 a { background-color: rgb(45,162,9); }

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

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

 span { border-color: rgb(45,162,9); }

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