Shades of Jungle Green #30B581
Tints of Jungle Green #30B581
RGB
CMYK
RGB Variations
Color information
#30B581 (or 0x30B581) is known color: Jungle Green. HEX triplet: 30, B5 and 81. RGB value is (48,181,129). Sum of RGB (Red+Green+Blue) = 48+181+129=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 181 (71.09% from 255 or 50.56% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 181 - color contains mainly: green. Hex color #30B581 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B581 is #CF4A7E. Grayscale: #878787. Windows color (decimal): -13585023 or 8500528. OLE color: 8500528.
HSL color Cylindrical-coordinate representation of color #30B581: hue angle of 156.54º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B581 is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 181 | 129 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.29 |
| HSL | 156.54º | 0.58% | 0.45% | - |
| HSV(B) | 156.54º | 0.73% | 0.71% | - |
| XYZ | 21.71 | 35.26 | 26.43 | - |
| YUV | 135.31 | 124.44 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 181 | 129 | 0.73 | 0 | 0.29 | 0.29 | 156.54 | 0.58 | 0.45 |
| Hex | 30 | B5 | 81 | 49 | 0 | 1D | 1D | 9D | 3A | 2D |
| Octal | 60 | 265 | 201 | 111 | 0 | 35 | 35 | 235 | 72 | 55 |
| Binary | 110000 | 10110101 | 10000001 | 1001001 | 0 | 11101 | 11101 | 10011101 | 111010 | 101101 |
Color Harmonies of #30B581
Complementary color
Monochromatic Colors of #30B581
Black with #30B581
Text Example
Text Example
White with #30B581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B581; }
p { color: rgb(48,181,129); }
H1.HeaderClassName
{
color: #30B581;
}
.AnyTagClassName
{
color: #30B581;
}
</style>
background-color css
<style>
a { background-color: #30B581; }
a { background-color: rgb(48,181,129); }
div.DivClassName
{
background-color: #30B581;
}
.BgClassName
{
background-color: #30B581;
}
</style>
border-color css
<style>
span { border-color: #30B581; }
span { border-color: rgb(48,181,129); }
td.TdClassName
{
border-color: #30B581;
}
.TagClassName
{
border-color: #30B581;
}
</style>