Html Css Color HEX #2DA009 Forest Green

📋 copy color: '#2DA009'

red 45 ◦ green 160 ◦ blue 9

#2DA009
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #2DA009

Tints of Forest Green #2DA009

RGB

 RED value IS 45 (17.97% from 255) = 21.03%

 GREEN value IS 160 (62.89% from 255) = 74.77%

 BLUE value IS 9 (3.91% from 255) = 4.21%

R = 21.03%
G = 74.77%
B = 4.21%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#2DA009 (or 0x2DA009) is known color: Forest Green. HEX triplet: 2D, A0 and 09. RGB value is (45,160,9). Sum of RGB (Red+Green+Blue) = 45+160+9=214 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.03% from 214); Green value is 160 (62.89% from 255 or 74.77% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 160 - color contains mainly: green. Hex color #2DA009 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA009 is #D25FF6. Grayscale: #6C6C6C. Windows color (decimal): -13787127 or 630829. OLE color: 630829.

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

Color convert

RGB 45 160 9 -
CMYK 0.72 0 0.94 0.37
HSL 105.7º 0.89% 0.33% -
HSV(B) 105.7º 0.94% 0.63% -
XYZ 13.7 25.72 4.5 -
YUV 108.4 71.9 82.78 -
System Red Green Blue C M Y K H S L
Decimal 45 160 9 0.72 0 0.94 0.37 105.7 0.89 0.33
Hex 2D A0 9 48 0 5E 25 6A 59 21
Octal 55 240 11 110 0 136 45 152 131 41
Binary 101101 10100000 1001 1001000 0 1011110 100101 1101010 1011001 100001

Color Harmonies of #2DA009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA009

Black with #2DA009

Text Example


Text Example

White with #2DA009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2DA009;
 }
 .AnyTagClassName
 {
   color: #2DA009;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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