Shades of Jungle Green #30BA85
Tints of Jungle Green #30BA85
RGB
CMYK
RGB Variations
Color information
#30BA85 (or 0x30BA85) is known color: Jungle Green. HEX triplet: 30, BA and 85. RGB value is (48,186,133). Sum of RGB (Red+Green+Blue) = 48+186+133=367 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.08% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BA85 is #CF457A. Grayscale: #8A8A8A. Windows color (decimal): -13583739 or 8763952. OLE color: 8763952.
HSL color Cylindrical-coordinate representation of color #30BA85: hue angle of 156.96º 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 #30BA85 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 186 | 133 | - |
| CMYK | 0.74 | 0 | 0.28 | 0.27 |
| HSL | 156.96º | 0.59% | 0.46% | - |
| HSV(B) | 156.96º | 0.74% | 0.73% | - |
| XYZ | 23.01 | 37.44 | 28.2 | - |
| YUV | 138.7 | 124.78 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 133 | 0.74 | 0 | 0.28 | 0.27 | 156.96 | 0.59 | 0.46 |
| Hex | 30 | BA | 85 | 4A | 0 | 1C | 1B | 9D | 3B | 2E |
| Octal | 60 | 272 | 205 | 112 | 0 | 34 | 33 | 235 | 73 | 56 |
| Binary | 110000 | 10111010 | 10000101 | 1001010 | 0 | 11100 | 11011 | 10011101 | 111011 | 101110 |
Color Harmonies of #30BA85
Complementary color
Monochromatic Colors of #30BA85
Black with #30BA85
Text Example
Text Example
White with #30BA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BA85; }
p { color: rgb(48,186,133); }
H1.HeaderClassName
{
color: #30BA85;
}
.AnyTagClassName
{
color: #30BA85;
}
</style>
background-color css
<style>
a { background-color: #30BA85; }
a { background-color: rgb(48,186,133); }
div.DivClassName
{
background-color: #30BA85;
}
.BgClassName
{
background-color: #30BA85;
}
</style>
border-color css
<style>
span { border-color: #30BA85; }
span { border-color: rgb(48,186,133); }
td.TdClassName
{
border-color: #30BA85;
}
.TagClassName
{
border-color: #30BA85;
}
</style>