#2DA17F

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

Shades of Jungle Green #2DA17F

Tints of Jungle Green #2DA17F

Color information

#2DA17F (or 0x2DA17F) is unknown color: approx Jungle Green. HEX triplet: 2D, A1 and 7F. RGB value is (45,161,127). Sum of RGB (Red+Green+Blue) = 45+161+127=333 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.51% from 333); Green value is 161 (63.28% from 255 or 48.35% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 161 - color contains mainly: green. Hex color #2DA17F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA17F is #D25E80. Grayscale: #7A7A7A. Windows color (decimal): -13786753 or 8364333. OLE color: 8364333.

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

Color convert

RGB45161127-
CMYK0.7200.210.37
HSL162.41º56.31%40.39%-
HSV(B)162.41º72.05%63.14%-
XYZ17.6627.5824.47-
YUV122.44130.5772.76-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.51%
GREEN value IS 161 (63.28% from 255) = 48.35%
BLUE value IS 127 (50% from 255) = 38.14%
R=13.51%
G=48.35%
B=38.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal451611270.7200.210.37162.4156.3140.39
Hex2DA17F4801525a23828
Octal55241177110025452427050
Binary101101101000011111111100100001010110010110100010111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,161,127); }

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

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

 a { background-color: rgb(45,161,127); }

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

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

 span { border-color: rgb(45,161,127); }

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