Shades of Jungle Green #30BA88
Tints of Jungle Green #30BA88
RGB
CMYK
RGB Variations
Color information
#30BA88 (or 0x30BA88) is known color: Jungle Green. HEX triplet: 30, BA and 88. RGB value is (48,186,136). Sum of RGB (Red+Green+Blue) = 48+186+136=370 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.97% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BA88 is #CF4577. Grayscale: #8B8B8B. Windows color (decimal): -13583736 or 8960560. OLE color: 8960560.
HSL color Cylindrical-coordinate representation of color #30BA88: hue angle of 158.26º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BA88 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 186 | 136 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.27 |
| HSL | 158.26º | 0.59% | 0.46% | - |
| HSV(B) | 158.26º | 0.74% | 0.73% | - |
| XYZ | 23.22 | 37.52 | 29.31 | - |
| YUV | 139.04 | 126.28 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 136 | 0.74 | 0 | 0.27 | 0.27 | 158.26 | 0.59 | 0.46 |
| Hex | 30 | BA | 88 | 4A | 0 | 1B | 1B | 9E | 3B | 2E |
| Octal | 60 | 272 | 210 | 112 | 0 | 33 | 33 | 236 | 73 | 56 |
| Binary | 110000 | 10111010 | 10001000 | 1001010 | 0 | 11011 | 11011 | 10011110 | 111011 | 101110 |
Color Harmonies of #30BA88
Complementary color
Monochromatic Colors of #30BA88
Black with #30BA88
Text Example
Text Example
White with #30BA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BA88; }
p { color: rgb(48,186,136); }
H1.HeaderClassName
{
color: #30BA88;
}
.AnyTagClassName
{
color: #30BA88;
}
</style>
background-color css
<style>
a { background-color: #30BA88; }
a { background-color: rgb(48,186,136); }
div.DivClassName
{
background-color: #30BA88;
}
.BgClassName
{
background-color: #30BA88;
}
</style>
border-color css
<style>
span { border-color: #30BA88; }
span { border-color: rgb(48,186,136); }
td.TdClassName
{
border-color: #30BA88;
}
.TagClassName
{
border-color: #30BA88;
}
</style>