Html Css Color HEX #2DA52F Forest Green

📋 copy color: '#2DA52F'

red 45 ◦ green 165 ◦ blue 47

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

Shades of Forest Green #2DA52F

Tints of Forest Green #2DA52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.29%

R = 17.51%
G = 64.2%
B = 18.29%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#2DA52F (or 0x2DA52F) is known color: Forest Green. HEX triplet: 2D, A5 and 2F. RGB value is (45,165,47). Sum of RGB (Red+Green+Blue) = 45+165+47=257 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.51% from 257); Green value is 165 (64.84% from 255 or 64.20% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 165 - color contains mainly: green. Hex color #2DA52F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA52F is #D25AD0. Grayscale: #747474. Windows color (decimal): -13785809 or 3122477. OLE color: 3122477.

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

Color convert

RGB 45 165 47 -
CMYK 0.73 0 0.72 0.35
HSL 121º 0.57% 0.41% -
HSV(B) 121º 0.73% 0.65% -
XYZ 15.05 27.67 7.24 -
YUV 115.67 89.24 77.59 -
System Red Green Blue C M Y K H S L
Decimal 45 165 47 0.73 0 0.72 0.35 121 0.57 0.41
Hex 2D A5 2F 49 0 48 23 79 39 29
Octal 55 245 57 111 0 110 43 171 71 51
Binary 101101 10100101 101111 1001001 0 1001000 100011 1111001 111001 101001

Color Harmonies of #2DA52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA52F

Black with #2DA52F

Text Example


Text Example

White with #2DA52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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