Html Css Color HEX #2DA979 Jungle Green

📋 copy color: '#2DA979'

red 45 ◦ green 169 ◦ blue 121

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

Shades of Jungle Green #2DA979

Tints of Jungle Green #2DA979

RGB

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

 GREEN value IS 169 (66.41% from 255) = 50.45%

 BLUE value IS 121 (47.66% from 255) = 36.12%

R = 13.43%
G = 50.45%
B = 36.12%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#2DA979 (or 0x2DA979) is known color: Jungle Green. HEX triplet: 2D, A9 and 79. RGB value is (45,169,121). Sum of RGB (Red+Green+Blue) = 45+169+121=335 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.43% from 335); Green value is 169 (66.41% from 255 or 50.45% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 169 - color contains mainly: green. Hex color #2DA979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA979 is #D25686. Grayscale: #7E7E7E. Windows color (decimal): -13784711 or 7973165. OLE color: 7973165.

HSL color Cylindrical-coordinate representation of color #2DA979: hue angle of 156.77º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA979 is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB 45 169 121 -
CMYK 0.73 0 0.28 0.34
HSL 156.77º 0.58% 0.42% -
HSV(B) 156.77º 0.73% 0.66% -
XYZ 18.72 30.31 22.95 -
YUV 126.45 124.92 69.9 -
System Red Green Blue C M Y K H S L
Decimal 45 169 121 0.73 0 0.28 0.34 156.77 0.58 0.42
Hex 2D A9 79 49 0 1C 22 9D 3A 2A
Octal 55 251 171 111 0 34 42 235 72 52
Binary 101101 10101001 1111001 1001001 0 11100 100010 10011101 111010 101010

Color Harmonies of #2DA979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA979

Black with #2DA979

Text Example


Text Example

White with #2DA979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,169,121); }

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

background-color css

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

 a { background-color: rgb(45,169,121); }

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

border-color css

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

 span { border-color: rgb(45,169,121); }

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