Html Css Color HEX #2DA520 Forest Green

📋 copy color: '#2DA520'

red 45 ◦ green 165 ◦ blue 32

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

Shades of Forest Green #2DA520

Tints of Forest Green #2DA520

RGB

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

 GREEN value IS 165 (64.84% from 255) = 68.18%

 BLUE value IS 32 (12.89% from 255) = 13.22%

R = 18.6%
G = 68.18%
B = 13.22%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#2DA520 (or 0x2DA520) is known color: Forest Green. HEX triplet: 2D, A5 and 20. RGB value is (45,165,32). Sum of RGB (Red+Green+Blue) = 45+165+32=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 165 (64.84% from 255 or 68.18% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 165 - color contains mainly: green. Hex color #2DA520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA520 is #D25ADF. Grayscale: #727272. Windows color (decimal): -13785824 or 2139437. OLE color: 2139437.

HSL color Cylindrical-coordinate representation of color #2DA520: hue angle of 114.14º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DA520 is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 45 165 32 -
CMYK 0.73 0 0.81 0.35
HSL 114.14º 0.68% 0.39% -
HSV(B) 114.14º 0.81% 0.65% -
XYZ 14.8 27.57 5.91 -
YUV 113.96 81.74 78.81 -
System Red Green Blue C M Y K H S L
Decimal 45 165 32 0.73 0 0.81 0.35 114.14 0.68 0.39
Hex 2D A5 20 49 0 51 23 72 44 27
Octal 55 245 40 111 0 121 43 162 104 47
Binary 101101 10100101 100000 1001001 0 1010001 100011 1110010 1000100 100111

Color Harmonies of #2DA520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA520

Black with #2DA520

Text Example


Text Example

White with #2DA520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,165,32); }

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

background-color css

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

 a { background-color: rgb(45,165,32); }

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

border-color css

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

 span { border-color: rgb(45,165,32); }

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