#2DA77E

Color #2DA77E Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #2DA77E

Tints of Jungle Green #2DA77E

Color information

#2DA77E (or 0x2DA77E) is unknown color: approx Jungle Green. HEX triplet: 2D, A7 and 7E. RGB value is (45,167,126). Sum of RGB (Red+Green+Blue) = 45+167+126=338 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.31% from 338); Green value is 167 (65.62% from 255 or 49.41% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA77E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA77E is #D25881. Grayscale: #7D7D7D. Windows color (decimal): -13785218 or 8300333. OLE color: 8300333.

HSL color Cylindrical-coordinate representation of color #2DA77E: hue angle of 159.84º 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 #2DA77E is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB45167126-
CMYK0.7300.250.35
HSL159.84º57.55%41.57%-
HSV(B)159.84º73.05%65.49%-
XYZ18.6729.724.49-
YUV125.85128.0870.33-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.31%
GREEN value IS 167 (65.62% from 255) = 49.41%
BLUE value IS 126 (49.61% from 255) = 37.28%
R=13.31%
G=49.41%
B=37.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal451671260.7300.250.35159.8457.5541.57
Hex2DA77E4901923a03a2a
Octal55247176111031432407252
Binary101101101001111111110100100101100110001110100000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2DA77E;
 }
 .AnyTagClassName
 {
   color: #2DA77E;
 }
</style>
background-color css

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

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

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

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

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

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