Shades of Jungle Green #3BB28C
Tints of Jungle Green #3BB28C
RGB
CMYK
RGB Variations
Color information
#3BB28C (or 0x3BB28C) is known color: Jungle Green. HEX triplet: 3B, B2 and 8C. RGB value is (59,178,140). Sum of RGB (Red+Green+Blue) = 59+178+140=377 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.65% from 377); Green value is 178 (69.92% from 255 or 47.21% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 178 - color contains mainly: green. Hex color #3BB28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BB28C is #C44D73. Grayscale: #8A8A8A. Windows color (decimal): -12864884 or 9220667. OLE color: 9220667.
HSL color Cylindrical-coordinate representation of color #3BB28C: hue angle of 160.84º 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 #3BB28C is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 59 | 178 | 140 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.30 |
| HSL | 160.84º | 0.5% | 0.46% | - |
| HSV(B) | 160.84º | 0.67% | 0.7% | - |
| XYZ | 22.46 | 34.66 | 30.32 | - |
| YUV | 138.09 | 129.08 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 178 | 140 | 0.67 | 0 | 0.21 | 0.30 | 160.84 | 0.5 | 0.46 |
| Hex | 3B | B2 | 8C | 43 | 0 | 15 | 1E | A1 | 32 | 2E |
| Octal | 73 | 262 | 214 | 103 | 0 | 25 | 36 | 241 | 62 | 56 |
| Binary | 111011 | 10110010 | 10001100 | 1000011 | 0 | 10101 | 11110 | 10100001 | 110010 | 101110 |
Color Harmonies of #3BB28C
Complementary color
Monochromatic Colors of #3BB28C
Black with #3BB28C
Text Example
Text Example
White with #3BB28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB28C; }
p { color: rgb(59,178,140); }
H1.HeaderClassName
{
color: #3BB28C;
}
.AnyTagClassName
{
color: #3BB28C;
}
</style>
background-color css
<style>
a { background-color: #3BB28C; }
a { background-color: rgb(59,178,140); }
div.DivClassName
{
background-color: #3BB28C;
}
.BgClassName
{
background-color: #3BB28C;
}
</style>
border-color css
<style>
span { border-color: #3BB28C; }
span { border-color: rgb(59,178,140); }
td.TdClassName
{
border-color: #3BB28C;
}
.TagClassName
{
border-color: #3BB28C;
}
</style>