Shades of Jungle Green #2DA37B
Tints of Jungle Green #2DA37B
RGB
CMYK
RGB Variations
Color information
#2DA37B (or 0x2DA37B) is known color: Jungle Green. HEX triplet: 2D, A3 and 7B. RGB value is (45,163,123). Sum of RGB (Red+Green+Blue) = 45+163+123=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 163 (64.06% from 255 or 49.24% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 163 - color contains mainly: green. Hex color #2DA37B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA37B is #D25C84. Grayscale: #7B7B7B. Windows color (decimal): -13786245 or 8102701. OLE color: 8102701.
HSL color Cylindrical-coordinate representation of color #2DA37B: hue angle of 159.66º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2DA37B is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
RGB | 45 | 163 | 123 | - |
CMYK | 0.72 | 0 | 0.25 | 0.36 |
HSL | 159.66º | 0.57% | 0.41% | - |
HSV(B) | 159.66º | 0.72% | 0.64% | - |
XYZ | 17.75 | 28.18 | 23.24 | - |
YUV | 123.16 | 127.91 | 72.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 163 | 123 | 0.72 | 0 | 0.25 | 0.36 | 159.66 | 0.57 | 0.41 |
Hex | 2D | A3 | 7B | 48 | 0 | 19 | 24 | A0 | 39 | 29 |
Octal | 55 | 243 | 173 | 110 | 0 | 31 | 44 | 240 | 71 | 51 |
Binary | 101101 | 10100011 | 1111011 | 1001000 | 0 | 11001 | 100100 | 10100000 | 111001 | 101001 |
Color Harmonies of #2DA37B
Complementary color
Monochromatic Colors of #2DA37B
Black with #2DA37B
Text Example
Text Example
White with #2DA37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA37B; }
p { color: rgb(45,163,123); }
H1.HeaderClassName
{
color: #2DA37B;
}
.AnyTagClassName
{
color: #2DA37B;
}
</style>
background-color css
<style>
a { background-color: #2DA37B; }
a { background-color: rgb(45,163,123); }
div.DivClassName
{
background-color: #2DA37B;
}
.BgClassName
{
background-color: #2DA37B;
}
</style>
border-color css
<style>
span { border-color: #2DA37B; }
span { border-color: rgb(45,163,123); }
td.TdClassName
{
border-color: #2DA37B;
}
.TagClassName
{
border-color: #2DA37B;
}
</style>