Shades of Jungle Green #30AD84
Tints of Jungle Green #30AD84
RGB
CMYK
RGB Variations
Color information
#30AD84 (or 0x30AD84) is known color: Jungle Green. HEX triplet: 30, AD and 84. RGB value is (48,173,132). Sum of RGB (Red+Green+Blue) = 48+173+132=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 173 (67.97% from 255 or 49.01% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 173 - color contains mainly: green. Hex color #30AD84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AD84 is #CF527B. Grayscale: #828282. Windows color (decimal): -13587068 or 8695088. OLE color: 8695088.
HSL color Cylindrical-coordinate representation of color #30AD84: hue angle of 160.32º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AD84 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 173 | 132 | - |
| CMYK | 0.72 | 0 | 0.24 | 0.32 |
| HSL | 160.32º | 0.57% | 0.43% | - |
| HSV(B) | 160.32º | 0.72% | 0.68% | - |
| XYZ | 20.33 | 32.18 | 26.97 | - |
| YUV | 130.95 | 128.59 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 173 | 132 | 0.72 | 0 | 0.24 | 0.32 | 160.32 | 0.57 | 0.43 |
| Hex | 30 | AD | 84 | 48 | 0 | 18 | 20 | A0 | 39 | 2B |
| Octal | 60 | 255 | 204 | 110 | 0 | 30 | 40 | 240 | 71 | 53 |
| Binary | 110000 | 10101101 | 10000100 | 1001000 | 0 | 11000 | 100000 | 10100000 | 111001 | 101011 |
Color Harmonies of #30AD84
Complementary color
Monochromatic Colors of #30AD84
Black with #30AD84
Text Example
Text Example
White with #30AD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AD84; }
p { color: rgb(48,173,132); }
H1.HeaderClassName
{
color: #30AD84;
}
.AnyTagClassName
{
color: #30AD84;
}
</style>
background-color css
<style>
a { background-color: #30AD84; }
a { background-color: rgb(48,173,132); }
div.DivClassName
{
background-color: #30AD84;
}
.BgClassName
{
background-color: #30AD84;
}
</style>
border-color css
<style>
span { border-color: #30AD84; }
span { border-color: rgb(48,173,132); }
td.TdClassName
{
border-color: #30AD84;
}
.TagClassName
{
border-color: #30AD84;
}
</style>