Shades of Jungle Green #30BA90
Tints of Jungle Green #30BA90
RGB
CMYK
RGB Variations
Color information
#30BA90 (or 0x30BA90) is known color: Jungle Green. HEX triplet: 30, BA and 90. RGB value is (48,186,144). Sum of RGB (Red+Green+Blue) = 48+186+144=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BA90 is #CF456F. Grayscale: #8B8B8B. Windows color (decimal): -13583728 or 9484848. OLE color: 9484848.
HSL color Cylindrical-coordinate representation of color #30BA90: hue angle of 161.74º 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 #30BA90 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 186 | 144 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.27 |
| HSL | 161.74º | 0.59% | 0.46% | - |
| HSV(B) | 161.74º | 0.74% | 0.73% | - |
| XYZ | 23.81 | 37.76 | 32.42 | - |
| YUV | 139.95 | 130.28 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 144 | 0.74 | 0 | 0.23 | 0.27 | 161.74 | 0.59 | 0.46 |
| Hex | 30 | BA | 90 | 4A | 0 | 17 | 1B | A2 | 3B | 2E |
| Octal | 60 | 272 | 220 | 112 | 0 | 27 | 33 | 242 | 73 | 56 |
| Binary | 110000 | 10111010 | 10010000 | 1001010 | 0 | 10111 | 11011 | 10100010 | 111011 | 101110 |
Color Harmonies of #30BA90
Complementary color
Monochromatic Colors of #30BA90
Black with #30BA90
Text Example
Text Example
White with #30BA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BA90; }
p { color: rgb(48,186,144); }
H1.HeaderClassName
{
color: #30BA90;
}
.AnyTagClassName
{
color: #30BA90;
}
</style>
background-color css
<style>
a { background-color: #30BA90; }
a { background-color: rgb(48,186,144); }
div.DivClassName
{
background-color: #30BA90;
}
.BgClassName
{
background-color: #30BA90;
}
</style>
border-color css
<style>
span { border-color: #30BA90; }
span { border-color: rgb(48,186,144); }
td.TdClassName
{
border-color: #30BA90;
}
.TagClassName
{
border-color: #30BA90;
}
</style>