Shades of Jungle Green #30C083
Tints of Jungle Green #30C083
RGB
CMYK
RGB Variations
Color information
#30C083 (or 0x30C083) is known color: Jungle Green. HEX triplet: 30, C0 and 83. RGB value is (48,192,131). Sum of RGB (Red+Green+Blue) = 48+192+131=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #30C083 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C083 is #CF3F7C. Grayscale: #8E8E8E. Windows color (decimal): -13582205 or 8634416. OLE color: 8634416.
HSL color Cylindrical-coordinate representation of color #30C083: hue angle of 154.58º 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 #30C083 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 192 | 131 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.25 |
| HSL | 154.58º | 0.6% | 0.47% | - |
| HSV(B) | 154.58º | 0.75% | 0.75% | - |
| XYZ | 24.17 | 39.97 | 27.91 | - |
| YUV | 141.99 | 121.79 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 192 | 131 | 0.75 | 0 | 0.32 | 0.25 | 154.58 | 0.6 | 0.47 |
| Hex | 30 | C0 | 83 | 4B | 0 | 20 | 19 | 9B | 3C | 2F |
| Octal | 60 | 300 | 203 | 113 | 0 | 40 | 31 | 233 | 74 | 57 |
| Binary | 110000 | 11000000 | 10000011 | 1001011 | 0 | 100000 | 11001 | 10011011 | 111100 | 101111 |
Color Harmonies of #30C083
Complementary color
Monochromatic Colors of #30C083
Black with #30C083
Text Example
Text Example
White with #30C083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C083; }
p { color: rgb(48,192,131); }
H1.HeaderClassName
{
color: #30C083;
}
.AnyTagClassName
{
color: #30C083;
}
</style>
background-color css
<style>
a { background-color: #30C083; }
a { background-color: rgb(48,192,131); }
div.DivClassName
{
background-color: #30C083;
}
.BgClassName
{
background-color: #30C083;
}
</style>
border-color css
<style>
span { border-color: #30C083; }
span { border-color: rgb(48,192,131); }
td.TdClassName
{
border-color: #30C083;
}
.TagClassName
{
border-color: #30C083;
}
</style>