Shades of Jungle Green #3BB28A
Tints of Jungle Green #3BB28A
RGB
CMYK
RGB Variations
Color information
#3BB28A (or 0x3BB28A) is known color: Jungle Green. HEX triplet: 3B, B2 and 8A. RGB value is (59,178,138). Sum of RGB (Red+Green+Blue) = 59+178+138=375 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.73% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 178 - color contains mainly: green. Hex color #3BB28A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BB28A is #C44D75. Grayscale: #898989. Windows color (decimal): -12864886 or 9089595. OLE color: 9089595.
HSL color Cylindrical-coordinate representation of color #3BB28A: hue angle of 159.83º 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 #3BB28A is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 59 | 178 | 138 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.30 |
| HSL | 159.83º | 0.5% | 0.46% | - |
| HSV(B) | 159.83º | 0.67% | 0.7% | - |
| XYZ | 22.31 | 34.61 | 29.55 | - |
| YUV | 137.86 | 128.08 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 178 | 138 | 0.67 | 0 | 0.22 | 0.30 | 159.83 | 0.5 | 0.46 |
| Hex | 3B | B2 | 8A | 43 | 0 | 16 | 1E | A0 | 32 | 2E |
| Octal | 73 | 262 | 212 | 103 | 0 | 26 | 36 | 240 | 62 | 56 |
| Binary | 111011 | 10110010 | 10001010 | 1000011 | 0 | 10110 | 11110 | 10100000 | 110010 | 101110 |
Color Harmonies of #3BB28A
Complementary color
Monochromatic Colors of #3BB28A
Black with #3BB28A
Text Example
Text Example
White with #3BB28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB28A; }
p { color: rgb(59,178,138); }
H1.HeaderClassName
{
color: #3BB28A;
}
.AnyTagClassName
{
color: #3BB28A;
}
</style>
background-color css
<style>
a { background-color: #3BB28A; }
a { background-color: rgb(59,178,138); }
div.DivClassName
{
background-color: #3BB28A;
}
.BgClassName
{
background-color: #3BB28A;
}
</style>
border-color css
<style>
span { border-color: #3BB28A; }
span { border-color: rgb(59,178,138); }
td.TdClassName
{
border-color: #3BB28A;
}
.TagClassName
{
border-color: #3BB28A;
}
</style>