Shades of Jungle Green #30AB89
Tints of Jungle Green #30AB89
RGB
CMYK
RGB Variations
Color information
#30AB89 (or 0x30AB89) is known color: Jungle Green. HEX triplet: 30, AB and 89. RGB value is (48,171,137). Sum of RGB (Red+Green+Blue) = 48+171+137=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 171 (67.19% from 255 or 48.03% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 171 - color contains mainly: green. Hex color #30AB89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AB89 is #CF5476. Grayscale: #828282. Windows color (decimal): -13587575 or 9022256. OLE color: 9022256.
HSL color Cylindrical-coordinate representation of color #30AB89: hue angle of 163.41º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AB89 is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 171 | 137 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.33 |
| HSL | 163.41º | 0.56% | 0.43% | - |
| HSV(B) | 163.41º | 0.72% | 0.67% | - |
| XYZ | 20.3 | 31.56 | 28.69 | - |
| YUV | 130.35 | 131.75 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 171 | 137 | 0.72 | 0 | 0.20 | 0.33 | 163.41 | 0.56 | 0.43 |
| Hex | 30 | AB | 89 | 48 | 0 | 14 | 21 | A3 | 38 | 2B |
| Octal | 60 | 253 | 211 | 110 | 0 | 24 | 41 | 243 | 70 | 53 |
| Binary | 110000 | 10101011 | 10001001 | 1001000 | 0 | 10100 | 100001 | 10100011 | 111000 | 101011 |
Color Harmonies of #30AB89
Complementary color
Monochromatic Colors of #30AB89
Black with #30AB89
Text Example
Text Example
White with #30AB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AB89; }
p { color: rgb(48,171,137); }
H1.HeaderClassName
{
color: #30AB89;
}
.AnyTagClassName
{
color: #30AB89;
}
</style>
background-color css
<style>
a { background-color: #30AB89; }
a { background-color: rgb(48,171,137); }
div.DivClassName
{
background-color: #30AB89;
}
.BgClassName
{
background-color: #30AB89;
}
</style>
border-color css
<style>
span { border-color: #30AB89; }
span { border-color: rgb(48,171,137); }
td.TdClassName
{
border-color: #30AB89;
}
.TagClassName
{
border-color: #30AB89;
}
</style>