Html Css Color HEX #2DA777 Jungle Green

📋 copy color: '#2DA777'

red 45 ◦ green 167 ◦ blue 119

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

Shades of Jungle Green #2DA777

Tints of Jungle Green #2DA777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.95%

R = 13.6%
G = 50.45%
B = 35.95%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#2DA777 (or 0x2DA777) is known color: Jungle Green. HEX triplet: 2D, A7 and 77. RGB value is (45,167,119). Sum of RGB (Red+Green+Blue) = 45+167+119=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 167 (65.62% from 255 or 50.45% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA777 is #D25888. Grayscale: #7D7D7D. Windows color (decimal): -13785225 or 7841581. OLE color: 7841581.

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

Color convert

RGB 45 167 119 -
CMYK 0.73 0 0.29 0.35
HSL 156.39º 0.58% 0.42% -
HSV(B) 156.39º 0.73% 0.65% -
XYZ 18.23 29.53 22.19 -
YUV 125.05 124.58 70.9 -
System Red Green Blue C M Y K H S L
Decimal 45 167 119 0.73 0 0.29 0.35 156.39 0.58 0.42
Hex 2D A7 77 49 0 1D 23 9C 3A 2A
Octal 55 247 167 111 0 35 43 234 72 52
Binary 101101 10100111 1110111 1001001 0 11101 100011 10011100 111010 101010

Color Harmonies of #2DA777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA777

Black with #2DA777

Text Example


Text Example

White with #2DA777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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