Shades of Jungle Green #30BB8C
Tints of Jungle Green #30BB8C
RGB
CMYK
RGB Variations
Color information
#30BB8C (or 0x30BB8C) is known color: Jungle Green. HEX triplet: 30, BB and 8C. RGB value is (48,187,140). Sum of RGB (Red+Green+Blue) = 48+187+140=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #30BB8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BB8C is #CF4473. Grayscale: #8C8C8C. Windows color (decimal): -13583476 or 9222960. OLE color: 9222960.
HSL color Cylindrical-coordinate representation of color #30BB8C: hue angle of 159.71º 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 #30BB8C is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 187 | 140 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.27 |
| HSL | 159.71º | 0.59% | 0.46% | - |
| HSV(B) | 159.71º | 0.74% | 0.73% | - |
| XYZ | 23.72 | 38.06 | 30.91 | - |
| YUV | 140.08 | 127.95 | 62.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 187 | 140 | 0.74 | 0 | 0.25 | 0.27 | 159.71 | 0.59 | 0.46 |
| Hex | 30 | BB | 8C | 4A | 0 | 19 | 1B | A0 | 3B | 2E |
| Octal | 60 | 273 | 214 | 112 | 0 | 31 | 33 | 240 | 73 | 56 |
| Binary | 110000 | 10111011 | 10001100 | 1001010 | 0 | 11001 | 11011 | 10100000 | 111011 | 101110 |
Color Harmonies of #30BB8C
Complementary color
Monochromatic Colors of #30BB8C
Black with #30BB8C
Text Example
Text Example
White with #30BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BB8C; }
p { color: rgb(48,187,140); }
H1.HeaderClassName
{
color: #30BB8C;
}
.AnyTagClassName
{
color: #30BB8C;
}
</style>
background-color css
<style>
a { background-color: #30BB8C; }
a { background-color: rgb(48,187,140); }
div.DivClassName
{
background-color: #30BB8C;
}
.BgClassName
{
background-color: #30BB8C;
}
</style>
border-color css
<style>
span { border-color: #30BB8C; }
span { border-color: rgb(48,187,140); }
td.TdClassName
{
border-color: #30BB8C;
}
.TagClassName
{
border-color: #30BB8C;
}
</style>