#2DA07B

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

Shades of Jungle Green #2DA07B

Tints of Jungle Green #2DA07B

Color information

#2DA07B (or 0x2DA07B) is unknown color: approx Jungle Green. HEX triplet: 2D, A0 and 7B. RGB value is (45,160,123). Sum of RGB (Red+Green+Blue) = 45+160+123=328 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.72% from 328); Green value is 160 (62.89% from 255 or 48.78% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 160 - color contains mainly: green. Hex color #2DA07B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA07B is #D25F84. Grayscale: #797979. Windows color (decimal): -13787013 or 8101933. OLE color: 8101933.

HSL color Cylindrical-coordinate representation of color #2DA07B: hue angle of 160.7º 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 #2DA07B is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB45160123-
CMYK0.7200.230.37
HSL160.7º56.1%40.2%-
HSV(B)160.7º71.88%62.75%-
XYZ17.2327.1323.07-
YUV121.4128.973.51-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.72%
GREEN value IS 160 (62.89% from 255) = 48.78%
BLUE value IS 123 (48.44% from 255) = 37.5%
R=13.72%
G=48.78%
B=37.5%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal451601230.7200.230.37160.756.140.2
Hex2DA07B4801725a13828
Octal55240173110027452417050
Binary101101101000001111011100100001011110010110100001111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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