Shades of Jungle Green #30B88B
Tints of Jungle Green #30B88B
RGB
CMYK
RGB Variations
Color information
#30B88B (or 0x30B88B) is known color: Jungle Green. HEX triplet: 30, B8 and 8B. RGB value is (48,184,139). Sum of RGB (Red+Green+Blue) = 48+184+139=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 184 (72.27% from 255 or 49.60% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 184 - color contains mainly: green. Hex color #30B88B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B88B is #CF4774. Grayscale: #8A8A8A. Windows color (decimal): -13584245 or 9156656. OLE color: 9156656.
HSL color Cylindrical-coordinate representation of color #30B88B: hue angle of 160.15º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B88B is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 184 | 139 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.28 |
| HSL | 160.15º | 0.59% | 0.45% | - |
| HSV(B) | 160.15º | 0.74% | 0.72% | - |
| XYZ | 23.02 | 36.77 | 30.31 | - |
| YUV | 138.21 | 128.44 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 184 | 139 | 0.74 | 0 | 0.24 | 0.28 | 160.15 | 0.59 | 0.45 |
| Hex | 30 | B8 | 8B | 4A | 0 | 18 | 1C | A0 | 3B | 2D |
| Octal | 60 | 270 | 213 | 112 | 0 | 30 | 34 | 240 | 73 | 55 |
| Binary | 110000 | 10111000 | 10001011 | 1001010 | 0 | 11000 | 11100 | 10100000 | 111011 | 101101 |
Color Harmonies of #30B88B
Complementary color
Monochromatic Colors of #30B88B
Black with #30B88B
Text Example
Text Example
White with #30B88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B88B; }
p { color: rgb(48,184,139); }
H1.HeaderClassName
{
color: #30B88B;
}
.AnyTagClassName
{
color: #30B88B;
}
</style>
background-color css
<style>
a { background-color: #30B88B; }
a { background-color: rgb(48,184,139); }
div.DivClassName
{
background-color: #30B88B;
}
.BgClassName
{
background-color: #30B88B;
}
</style>
border-color css
<style>
span { border-color: #30B88B; }
span { border-color: rgb(48,184,139); }
td.TdClassName
{
border-color: #30B88B;
}
.TagClassName
{
border-color: #30B88B;
}
</style>