Shades of Jungle Green #2DA775
Tints of Jungle Green #2DA775
RGB
CMYK
RGB Variations
Color information
#2DA775 (or 0x2DA775) is known color: Jungle Green. HEX triplet: 2D, A7 and 75. RGB value is (45,167,117). Sum of RGB (Red+Green+Blue) = 45+167+117=329 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.68% from 329); Green value is 167 (65.62% from 255 or 50.76% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA775 is #D2588A. Grayscale: #7C7C7C. Windows color (decimal): -13785227 or 7710509. OLE color: 7710509.
HSL color Cylindrical-coordinate representation of color #2DA775: hue angle of 155.41º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA775 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 167 | 117 | - |
| CMYK | 0.73 | 0 | 0.30 | 0.35 |
| HSL | 155.41º | 0.58% | 0.42% | - |
| HSV(B) | 155.41º | 0.73% | 0.65% | - |
| XYZ | 18.11 | 29.48 | 21.57 | - |
| YUV | 124.82 | 123.58 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 167 | 117 | 0.73 | 0 | 0.30 | 0.35 | 155.41 | 0.58 | 0.42 |
| Hex | 2D | A7 | 75 | 49 | 0 | 1E | 23 | 9B | 3A | 2A |
| Octal | 55 | 247 | 165 | 111 | 0 | 36 | 43 | 233 | 72 | 52 |
| Binary | 101101 | 10100111 | 1110101 | 1001001 | 0 | 11110 | 100011 | 10011011 | 111010 | 101010 |
Color Harmonies of #2DA775
Complementary color
Monochromatic Colors of #2DA775
Black with #2DA775
Text Example
Text Example
White with #2DA775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA775; }
p { color: rgb(45,167,117); }
H1.HeaderClassName
{
color: #2DA775;
}
.AnyTagClassName
{
color: #2DA775;
}
</style>
background-color css
<style>
a { background-color: #2DA775; }
a { background-color: rgb(45,167,117); }
div.DivClassName
{
background-color: #2DA775;
}
.BgClassName
{
background-color: #2DA775;
}
</style>
border-color css
<style>
span { border-color: #2DA775; }
span { border-color: rgb(45,167,117); }
td.TdClassName
{
border-color: #2DA775;
}
.TagClassName
{
border-color: #2DA775;
}
</style>