Html Css Color HEX #2DA075 Jungle Green

📋 copy color: '#2DA075'

red 45 ◦ green 160 ◦ blue 117

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

Shades of Jungle Green #2DA075

Tints of Jungle Green #2DA075

RGB

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

 GREEN value IS 160 (62.89% from 255) = 49.69%

 BLUE value IS 117 (46.09% from 255) = 36.34%

R = 13.98%
G = 49.69%
B = 36.34%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#2DA075 (or 0x2DA075) is known color: Jungle Green. HEX triplet: 2D, A0 and 75. RGB value is (45,160,117). Sum of RGB (Red+Green+Blue) = 45+160+117=322 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.98% from 322); Green value is 160 (62.89% from 255 or 49.69% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 160 - color contains mainly: green. Hex color #2DA075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA075 is #D25F8A. Grayscale: #787878. Windows color (decimal): -13787019 or 7708717. OLE color: 7708717.

HSL color Cylindrical-coordinate representation of color #2DA075: hue angle of 157.57º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2DA075 is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 45 160 117 -
CMYK 0.72 0 0.27 0.37
HSL 157.57º 0.56% 0.4% -
HSV(B) 157.57º 0.72% 0.63% -
XYZ 16.86 26.98 21.15 -
YUV 120.71 125.9 74 -
System Red Green Blue C M Y K H S L
Decimal 45 160 117 0.72 0 0.27 0.37 157.57 0.56 0.4
Hex 2D A0 75 48 0 1B 25 9E 38 28
Octal 55 240 165 110 0 33 45 236 70 50
Binary 101101 10100000 1110101 1001000 0 11011 100101 10011110 111000 101000

Color Harmonies of #2DA075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA075

Black with #2DA075

Text Example


Text Example

White with #2DA075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,160,117); }

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

background-color css

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

 a { background-color: rgb(45,160,117); }

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

border-color css

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

 span { border-color: rgb(45,160,117); }

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