Shades of Jungle Green #30B78C
Tints of Jungle Green #30B78C
RGB
CMYK
RGB Variations
Color information
#30B78C (or 0x30B78C) is known color: Jungle Green. HEX triplet: 30, B7 and 8C. RGB value is (48,183,140). Sum of RGB (Red+Green+Blue) = 48+183+140=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #30B78C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B78C is #CF4873. Grayscale: #898989. Windows color (decimal): -13584500 or 9221936. OLE color: 9221936.
HSL color Cylindrical-coordinate representation of color #30B78C: hue angle of 160.89º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B78C is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 183 | 140 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.28 |
| HSL | 160.89º | 0.58% | 0.45% | - |
| HSV(B) | 160.89º | 0.74% | 0.72% | - |
| XYZ | 22.89 | 36.39 | 30.63 | - |
| YUV | 137.73 | 129.27 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 183 | 140 | 0.74 | 0 | 0.23 | 0.28 | 160.89 | 0.58 | 0.45 |
| Hex | 30 | B7 | 8C | 4A | 0 | 17 | 1C | A1 | 3A | 2D |
| Octal | 60 | 267 | 214 | 112 | 0 | 27 | 34 | 241 | 72 | 55 |
| Binary | 110000 | 10110111 | 10001100 | 1001010 | 0 | 10111 | 11100 | 10100001 | 111010 | 101101 |
Color Harmonies of #30B78C
Complementary color
Monochromatic Colors of #30B78C
Black with #30B78C
Text Example
Text Example
White with #30B78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B78C; }
p { color: rgb(48,183,140); }
H1.HeaderClassName
{
color: #30B78C;
}
.AnyTagClassName
{
color: #30B78C;
}
</style>
background-color css
<style>
a { background-color: #30B78C; }
a { background-color: rgb(48,183,140); }
div.DivClassName
{
background-color: #30B78C;
}
.BgClassName
{
background-color: #30B78C;
}
</style>
border-color css
<style>
span { border-color: #30B78C; }
span { border-color: rgb(48,183,140); }
td.TdClassName
{
border-color: #30B78C;
}
.TagClassName
{
border-color: #30B78C;
}
</style>