#2daf7c

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

Shades of Jungle Green #2DAF7C

Tints of Jungle Green #2DAF7C

Color information

#2DAF7C (or 0x2DAF7C) is unknown color: approx Jungle Green. HEX triplet: 2D, AF and 7C. RGB value is (45,175,124). Sum of RGB (Red+Green+Blue) = 45+175+124=344 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.08% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAF7C is #D25083. Grayscale: #828282. Windows color (decimal): -13783172 or 8171309. OLE color: 8171309.

HSL color Cylindrical-coordinate representation of color #2DAF7C: hue angle of 156.46º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAF7C is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB45175124-
CMYK0.7400.290.31
HSL156.46º59.09%43.14%-
HSV(B)156.46º74.29%68.63%-
XYZ20.0532.6724.32-
YUV130.32124.4367.15-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.08%
GREEN value IS 175 (68.75% from 255) = 50.87%
BLUE value IS 124 (48.83% from 255) = 36.05%
R=13.08%
G=50.87%
B=36.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal451751240.7400.290.31156.4659.0943.14
Hex2DAF7C4A01D1F9c3b2b
Octal55257174112035372347353
Binary10110110101111111110010010100111011111110011100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2daf7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,175,124); }

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

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

 a { background-color: rgb(45,175,124); }

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

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

 span { border-color: rgb(45,175,124); }

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