Shades of Jungle Green #30B992
Tints of Jungle Green #30B992
RGB
CMYK
RGB Variations
Color information
#30B992 (or 0x30B992) is known color: Jungle Green. HEX triplet: 30, B9 and 92. RGB value is (48,185,146). Sum of RGB (Red+Green+Blue) = 48+185+146=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 185 (72.66% from 255 or 48.81% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 185 - color contains mainly: green. Hex color #30B992 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B992 is #CF466D. Grayscale: #8B8B8B. Windows color (decimal): -13583982 or 9615664. OLE color: 9615664.
HSL color Cylindrical-coordinate representation of color #30B992: hue angle of 162.92º 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 #30B992 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 185 | 146 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.27 |
| HSL | 162.92º | 0.59% | 0.46% | - |
| HSV(B) | 162.92º | 0.74% | 0.73% | - |
| XYZ | 23.76 | 37.4 | 33.16 | - |
| YUV | 139.59 | 131.61 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 185 | 146 | 0.74 | 0 | 0.21 | 0.27 | 162.92 | 0.59 | 0.46 |
| Hex | 30 | B9 | 92 | 4A | 0 | 15 | 1B | A3 | 3B | 2E |
| Octal | 60 | 271 | 222 | 112 | 0 | 25 | 33 | 243 | 73 | 56 |
| Binary | 110000 | 10111001 | 10010010 | 1001010 | 0 | 10101 | 11011 | 10100011 | 111011 | 101110 |
Color Harmonies of #30B992
Complementary color
Monochromatic Colors of #30B992
Black with #30B992
Text Example
Text Example
White with #30B992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B992; }
p { color: rgb(48,185,146); }
H1.HeaderClassName
{
color: #30B992;
}
.AnyTagClassName
{
color: #30B992;
}
</style>
background-color css
<style>
a { background-color: #30B992; }
a { background-color: rgb(48,185,146); }
div.DivClassName
{
background-color: #30B992;
}
.BgClassName
{
background-color: #30B992;
}
</style>
border-color css
<style>
span { border-color: #30B992; }
span { border-color: rgb(48,185,146); }
td.TdClassName
{
border-color: #30B992;
}
.TagClassName
{
border-color: #30B992;
}
</style>