Html Css Color HEX #2DA279 Jungle Green

📋 copy color: '#2DA279'

red 45 ◦ green 162 ◦ blue 121

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

Shades of Jungle Green #2DA279

Tints of Jungle Green #2DA279

RGB

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

 GREEN value IS 162 (63.67% from 255) = 49.39%

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

R = 13.72%
G = 49.39%
B = 36.89%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#2DA279 (or 0x2DA279) is known color: Jungle Green. HEX triplet: 2D, A2 and 79. RGB value is (45,162,121). Sum of RGB (Red+Green+Blue) = 45+162+121=328 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.72% from 328); Green value is 162 (63.67% from 255 or 49.39% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA279 is #D25D86. Grayscale: #7A7A7A. Windows color (decimal): -13786503 or 7971373. OLE color: 7971373.

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

Color convert

RGB 45 162 121 -
CMYK 0.72 0 0.25 0.36
HSL 158.97º 0.57% 0.41% -
HSV(B) 158.97º 0.72% 0.64% -
XYZ 17.45 27.78 22.53 -
YUV 122.34 127.24 72.83 -
System Red Green Blue C M Y K H S L
Decimal 45 162 121 0.72 0 0.25 0.36 158.97 0.57 0.41
Hex 2D A2 79 48 0 19 24 9F 39 29
Octal 55 242 171 110 0 31 44 237 71 51
Binary 101101 10100010 1111001 1001000 0 11001 100100 10011111 111001 101001

Color Harmonies of #2DA279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA279

Black with #2DA279

Text Example


Text Example

White with #2DA279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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