Shades of Jungle Green #3BB287
Tints of Jungle Green #3BB287
RGB
CMYK
RGB Variations
Color information
#3BB287 (or 0x3BB287) is known color: Jungle Green. HEX triplet: 3B, B2 and 87. RGB value is (59,178,135). Sum of RGB (Red+Green+Blue) = 59+178+135=372 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.86% from 372); Green value is 178 (69.92% from 255 or 47.85% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 178 - color contains mainly: green. Hex color #3BB287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BB287 is #C44D78. Grayscale: #898989. Windows color (decimal): -12864889 or 8892987. OLE color: 8892987.
HSL color Cylindrical-coordinate representation of color #3BB287: hue angle of 158.32º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BB287 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 59 | 178 | 135 | - |
| CMYK | 0.67 | 0 | 0.24 | 0.30 |
| HSL | 158.32º | 0.5% | 0.46% | - |
| HSV(B) | 158.32º | 0.67% | 0.7% | - |
| XYZ | 22.1 | 34.52 | 28.42 | - |
| YUV | 137.52 | 126.58 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 178 | 135 | 0.67 | 0 | 0.24 | 0.30 | 158.32 | 0.5 | 0.46 |
| Hex | 3B | B2 | 87 | 43 | 0 | 18 | 1E | 9E | 32 | 2E |
| Octal | 73 | 262 | 207 | 103 | 0 | 30 | 36 | 236 | 62 | 56 |
| Binary | 111011 | 10110010 | 10000111 | 1000011 | 0 | 11000 | 11110 | 10011110 | 110010 | 101110 |
Color Harmonies of #3BB287
Complementary color
Monochromatic Colors of #3BB287
Black with #3BB287
Text Example
Text Example
White with #3BB287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB287; }
p { color: rgb(59,178,135); }
H1.HeaderClassName
{
color: #3BB287;
}
.AnyTagClassName
{
color: #3BB287;
}
</style>
background-color css
<style>
a { background-color: #3BB287; }
a { background-color: rgb(59,178,135); }
div.DivClassName
{
background-color: #3BB287;
}
.BgClassName
{
background-color: #3BB287;
}
</style>
border-color css
<style>
span { border-color: #3BB287; }
span { border-color: rgb(59,178,135); }
td.TdClassName
{
border-color: #3BB287;
}
.TagClassName
{
border-color: #3BB287;
}
</style>