Shades of Jungle Green #30AD89
Tints of Jungle Green #30AD89
RGB
CMYK
RGB Variations
Color information
#30AD89 (or 0x30AD89) is known color: Jungle Green. HEX triplet: 30, AD and 89. RGB value is (48,173,137). Sum of RGB (Red+Green+Blue) = 48+173+137=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 137 (53.91% from 255 or 38.27% from 358); Max value from RGB is 173 - color contains mainly: green. Hex color #30AD89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AD89 is #CF5276. Grayscale: #838383. Windows color (decimal): -13587063 or 9022768. OLE color: 9022768.
HSL color Cylindrical-coordinate representation of color #30AD89: hue angle of 162.72º 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 #30AD89 is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 173 | 137 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.32 |
| HSL | 162.72º | 0.57% | 0.43% | - |
| HSV(B) | 162.72º | 0.72% | 0.68% | - |
| XYZ | 20.68 | 32.32 | 28.82 | - |
| YUV | 131.52 | 131.09 | 68.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 173 | 137 | 0.72 | 0 | 0.21 | 0.32 | 162.72 | 0.57 | 0.43 |
| Hex | 30 | AD | 89 | 48 | 0 | 15 | 20 | A3 | 39 | 2B |
| Octal | 60 | 255 | 211 | 110 | 0 | 25 | 40 | 243 | 71 | 53 |
| Binary | 110000 | 10101101 | 10001001 | 1001000 | 0 | 10101 | 100000 | 10100011 | 111001 | 101011 |
Color Harmonies of #30AD89
Complementary color
Monochromatic Colors of #30AD89
Black with #30AD89
Text Example
Text Example
White with #30AD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AD89; }
p { color: rgb(48,173,137); }
H1.HeaderClassName
{
color: #30AD89;
}
.AnyTagClassName
{
color: #30AD89;
}
</style>
background-color css
<style>
a { background-color: #30AD89; }
a { background-color: rgb(48,173,137); }
div.DivClassName
{
background-color: #30AD89;
}
.BgClassName
{
background-color: #30AD89;
}
</style>
border-color css
<style>
span { border-color: #30AD89; }
span { border-color: rgb(48,173,137); }
td.TdClassName
{
border-color: #30AD89;
}
.TagClassName
{
border-color: #30AD89;
}
</style>