Shades of Jungle Green #2DA478
Tints of Jungle Green #2DA478
RGB
CMYK
RGB Variations
Color information
#2DA478 (or 0x2DA478) is known color: Jungle Green. HEX triplet: 2D, A4 and 78. RGB value is (45,164,120). Sum of RGB (Red+Green+Blue) = 45+164+120=329 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.68% from 329); Green value is 164 (64.45% from 255 or 49.85% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 164 - color contains mainly: green. Hex color #2DA478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA478 is #D25B87. Grayscale: #7B7B7B. Windows color (decimal): -13785992 or 7906349. OLE color: 7906349.
HSL color Cylindrical-coordinate representation of color #2DA478: hue angle of 157.82º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA478 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 164 | 120 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.36 |
| HSL | 157.82º | 0.57% | 0.41% | - |
| HSV(B) | 157.82º | 0.73% | 0.64% | - |
| XYZ | 17.75 | 28.46 | 22.33 | - |
| YUV | 123.4 | 126.08 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 164 | 120 | 0.73 | 0 | 0.27 | 0.36 | 157.82 | 0.57 | 0.41 |
| Hex | 2D | A4 | 78 | 49 | 0 | 1B | 24 | 9E | 39 | 29 |
| Octal | 55 | 244 | 170 | 111 | 0 | 33 | 44 | 236 | 71 | 51 |
| Binary | 101101 | 10100100 | 1111000 | 1001001 | 0 | 11011 | 100100 | 10011110 | 111001 | 101001 |
Color Harmonies of #2DA478
Complementary color
Monochromatic Colors of #2DA478
Black with #2DA478
Text Example
Text Example
White with #2DA478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA478; }
p { color: rgb(45,164,120); }
H1.HeaderClassName
{
color: #2DA478;
}
.AnyTagClassName
{
color: #2DA478;
}
</style>
background-color css
<style>
a { background-color: #2DA478; }
a { background-color: rgb(45,164,120); }
div.DivClassName
{
background-color: #2DA478;
}
.BgClassName
{
background-color: #2DA478;
}
</style>
border-color css
<style>
span { border-color: #2DA478; }
span { border-color: rgb(45,164,120); }
td.TdClassName
{
border-color: #2DA478;
}
.TagClassName
{
border-color: #2DA478;
}
</style>