Html Css Color HEX #2DA71D Forest Green

📋 copy color: '#2DA71D'

red 45 ◦ green 167 ◦ blue 29

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

Shades of Forest Green #2DA71D

Tints of Forest Green #2DA71D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 69.29%

 BLUE value IS 29 (11.72% from 255) = 12.03%

R = 18.67%
G = 69.29%
B = 12.03%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#2DA71D (or 0x2DA71D) is known color: Forest Green. HEX triplet: 2D, A7 and 1D. RGB value is (45,167,29). Sum of RGB (Red+Green+Blue) = 45+167+29=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 167 (65.62% from 255 or 69.29% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA71D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA71D is #D258E2. Grayscale: #737373. Windows color (decimal): -13785315 or 1943341. OLE color: 1943341.

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

Color convert

RGB 45 167 29 -
CMYK 0.73 0 0.83 0.35
HSL 113.04º 0.7% 0.38% -
HSV(B) 113.04º 0.83% 0.65% -
XYZ 15.12 28.28 5.82 -
YUV 114.79 79.58 78.22 -
System Red Green Blue C M Y K H S L
Decimal 45 167 29 0.73 0 0.83 0.35 113.04 0.7 0.38
Hex 2D A7 1D 49 0 53 23 71 46 26
Octal 55 247 35 111 0 123 43 161 106 46
Binary 101101 10100111 11101 1001001 0 1010011 100011 1110001 1000110 100110

Color Harmonies of #2DA71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA71D

Black with #2DA71D

Text Example


Text Example

White with #2DA71D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,167,29); }

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

background-color css

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

 a { background-color: rgb(45,167,29); }

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

border-color css

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

 span { border-color: rgb(45,167,29); }

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