Shades of Jungle Green #2DB287
Tints of Jungle Green #2DB287
RGB
CMYK
RGB Variations
Color information
#2DB287 (or 0x2DB287) is known color: Jungle Green. HEX triplet: 2D, B2 and 87. RGB value is (45,178,135). Sum of RGB (Red+Green+Blue) = 45+178+135=358 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.57% from 358); Green value is 178 (69.92% from 255 or 49.72% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DB287 is #D24D78. Grayscale: #858585. Windows color (decimal): -13782393 or 8892973. OLE color: 8892973.
HSL color Cylindrical-coordinate representation of color #2DB287: hue angle of 160.6º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB287 is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 178 | 135 | - |
| CMYK | 0.75 | 0 | 0.24 | 0.30 |
| HSL | 160.6º | 0.6% | 0.44% | - |
| HSV(B) | 160.6º | 0.75% | 0.7% | - |
| XYZ | 21.38 | 34.15 | 28.39 | - |
| YUV | 133.33 | 128.94 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 178 | 135 | 0.75 | 0 | 0.24 | 0.30 | 160.6 | 0.6 | 0.44 |
| Hex | 2D | B2 | 87 | 4B | 0 | 18 | 1E | A1 | 3C | 2C |
| Octal | 55 | 262 | 207 | 113 | 0 | 30 | 36 | 241 | 74 | 54 |
| Binary | 101101 | 10110010 | 10000111 | 1001011 | 0 | 11000 | 11110 | 10100001 | 111100 | 101100 |
Color Harmonies of #2DB287
Complementary color
Monochromatic Colors of #2DB287
Black with #2DB287
Text Example
Text Example
White with #2DB287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB287; }
p { color: rgb(45,178,135); }
H1.HeaderClassName
{
color: #2DB287;
}
.AnyTagClassName
{
color: #2DB287;
}
</style>
background-color css
<style>
a { background-color: #2DB287; }
a { background-color: rgb(45,178,135); }
div.DivClassName
{
background-color: #2DB287;
}
.BgClassName
{
background-color: #2DB287;
}
</style>
border-color css
<style>
span { border-color: #2DB287; }
span { border-color: rgb(45,178,135); }
td.TdClassName
{
border-color: #2DB287;
}
.TagClassName
{
border-color: #2DB287;
}
</style>