#2DA97D

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

Shades of Jungle Green #2DA97D

Tints of Jungle Green #2DA97D

Color information

#2DA97D (or 0x2DA97D) is unknown color: approx Jungle Green. HEX triplet: 2D, A9 and 7D. RGB value is (45,169,125). Sum of RGB (Red+Green+Blue) = 45+169+125=339 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.27% from 339); Green value is 169 (66.41% from 255 or 49.85% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 169 - color contains mainly: green. Hex color #2DA97D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA97D is #D25682. Grayscale: #7E7E7E. Windows color (decimal): -13784707 or 8235309. OLE color: 8235309.

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

Color convert

RGB45169125-
CMYK0.7300.260.34
HSL158.71º57.94%41.96%-
HSV(B)158.71º73.37%66.27%-
XYZ18.9730.4124.27-
YUV126.91126.9269.58-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.27%
GREEN value IS 169 (66.41% from 255) = 49.85%
BLUE value IS 125 (49.22% from 255) = 36.87%
R=13.27%
G=49.85%
B=36.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal451691250.7300.260.34158.7157.9441.96
Hex2DA97D4901A229f3a2a
Octal55251175111032422377252
Binary101101101010011111101100100101101010001010011111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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