Shades of Jungle Green #30C082
Tints of Jungle Green #30C082
RGB
CMYK
RGB Variations
Color information
#30C082 (or 0x30C082) is known color: Jungle Green. HEX triplet: 30, C0 and 82. RGB value is (48,192,130). Sum of RGB (Red+Green+Blue) = 48+192+130=370 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.97% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #30C082 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C082 is #CF3F7D. Grayscale: #8D8D8D. Windows color (decimal): -13582206 or 8568880. OLE color: 8568880.
HSL color Cylindrical-coordinate representation of color #30C082: hue angle of 154.17º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C082 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 192 | 130 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.25 |
| HSL | 154.17º | 0.6% | 0.47% | - |
| HSV(B) | 154.17º | 0.75% | 0.75% | - |
| XYZ | 24.1 | 39.94 | 27.56 | - |
| YUV | 141.88 | 121.29 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 192 | 130 | 0.75 | 0 | 0.32 | 0.25 | 154.17 | 0.6 | 0.47 |
| Hex | 30 | C0 | 82 | 4B | 0 | 20 | 19 | 9A | 3C | 2F |
| Octal | 60 | 300 | 202 | 113 | 0 | 40 | 31 | 232 | 74 | 57 |
| Binary | 110000 | 11000000 | 10000010 | 1001011 | 0 | 100000 | 11001 | 10011010 | 111100 | 101111 |
Color Harmonies of #30C082
Complementary color
Monochromatic Colors of #30C082
Black with #30C082
Text Example
Text Example
White with #30C082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C082; }
p { color: rgb(48,192,130); }
H1.HeaderClassName
{
color: #30C082;
}
.AnyTagClassName
{
color: #30C082;
}
</style>
background-color css
<style>
a { background-color: #30C082; }
a { background-color: rgb(48,192,130); }
div.DivClassName
{
background-color: #30C082;
}
.BgClassName
{
background-color: #30C082;
}
</style>
border-color css
<style>
span { border-color: #30C082; }
span { border-color: rgb(48,192,130); }
td.TdClassName
{
border-color: #30C082;
}
.TagClassName
{
border-color: #30C082;
}
</style>