Shades of Jungle Green #30B783
Tints of Jungle Green #30B783
RGB
CMYK
RGB Variations
Color information
#30B783 (or 0x30B783) is known color: Jungle Green. HEX triplet: 30, B7 and 83. RGB value is (48,183,131). Sum of RGB (Red+Green+Blue) = 48+183+131=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 183 (71.88% from 255 or 50.55% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 183 - color contains mainly: green. Hex color #30B783 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B783 is #CF487C. Grayscale: #888888. Windows color (decimal): -13584509 or 8632112. OLE color: 8632112.
HSL color Cylindrical-coordinate representation of color #30B783: hue angle of 156.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 #30B783 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 183 | 131 | - |
| CMYK | 0.74 | 0 | 0.28 | 0.28 |
| HSL | 156.89º | 0.58% | 0.45% | - |
| HSV(B) | 156.89º | 0.74% | 0.72% | - |
| XYZ | 22.25 | 36.13 | 27.27 | - |
| YUV | 136.71 | 124.77 | 64.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 183 | 131 | 0.74 | 0 | 0.28 | 0.28 | 156.89 | 0.58 | 0.45 |
| Hex | 30 | B7 | 83 | 4A | 0 | 1C | 1C | 9D | 3A | 2D |
| Octal | 60 | 267 | 203 | 112 | 0 | 34 | 34 | 235 | 72 | 55 |
| Binary | 110000 | 10110111 | 10000011 | 1001010 | 0 | 11100 | 11100 | 10011101 | 111010 | 101101 |
Color Harmonies of #30B783
Complementary color
Monochromatic Colors of #30B783
Black with #30B783
Text Example
Text Example
White with #30B783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B783; }
p { color: rgb(48,183,131); }
H1.HeaderClassName
{
color: #30B783;
}
.AnyTagClassName
{
color: #30B783;
}
</style>
background-color css
<style>
a { background-color: #30B783; }
a { background-color: rgb(48,183,131); }
div.DivClassName
{
background-color: #30B783;
}
.BgClassName
{
background-color: #30B783;
}
</style>
border-color css
<style>
span { border-color: #30B783; }
span { border-color: rgb(48,183,131); }
td.TdClassName
{
border-color: #30B783;
}
.TagClassName
{
border-color: #30B783;
}
</style>