Shades of Jungle Green #30BD85
Tints of Jungle Green #30BD85
RGB
CMYK
RGB Variations
Color information
#30BD85 (or 0x30BD85) is known color: Jungle Green. HEX triplet: 30, BD and 85. RGB value is (48,189,133). Sum of RGB (Red+Green+Blue) = 48+189+133=370 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.97% from 370); Green value is 189 (74.22% from 255 or 51.08% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 189 - color contains mainly: green. Hex color #30BD85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BD85 is #CF427A. Grayscale: #8C8C8C. Windows color (decimal): -13582971 or 8764720. OLE color: 8764720.
HSL color Cylindrical-coordinate representation of color #30BD85: hue angle of 156.17º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BD85 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 189 | 133 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.26 |
| HSL | 156.17º | 0.59% | 0.46% | - |
| HSV(B) | 156.17º | 0.75% | 0.74% | - |
| XYZ | 23.65 | 38.72 | 28.42 | - |
| YUV | 140.46 | 123.79 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 189 | 133 | 0.75 | 0 | 0.30 | 0.26 | 156.17 | 0.59 | 0.46 |
| Hex | 30 | BD | 85 | 4B | 0 | 1E | 1A | 9C | 3B | 2E |
| Octal | 60 | 275 | 205 | 113 | 0 | 36 | 32 | 234 | 73 | 56 |
| Binary | 110000 | 10111101 | 10000101 | 1001011 | 0 | 11110 | 11010 | 10011100 | 111011 | 101110 |
Color Harmonies of #30BD85
Complementary color
Monochromatic Colors of #30BD85
Black with #30BD85
Text Example
Text Example
White with #30BD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BD85; }
p { color: rgb(48,189,133); }
H1.HeaderClassName
{
color: #30BD85;
}
.AnyTagClassName
{
color: #30BD85;
}
</style>
background-color css
<style>
a { background-color: #30BD85; }
a { background-color: rgb(48,189,133); }
div.DivClassName
{
background-color: #30BD85;
}
.BgClassName
{
background-color: #30BD85;
}
</style>
border-color css
<style>
span { border-color: #30BD85; }
span { border-color: rgb(48,189,133); }
td.TdClassName
{
border-color: #30BD85;
}
.TagClassName
{
border-color: #30BD85;
}
</style>