Shades of Jungle Green #30AB8A
Tints of Jungle Green #30AB8A
RGB
CMYK
RGB Variations
Color information
#30AB8A (or 0x30AB8A) is known color: Jungle Green. HEX triplet: 30, AB and 8A. RGB value is (48,171,138). Sum of RGB (Red+Green+Blue) = 48+171+138=357 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.45% from 357); Green value is 171 (67.19% from 255 or 47.90% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 171 - color contains mainly: green. Hex color #30AB8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AB8A is #CF5475. Grayscale: #828282. Windows color (decimal): -13587574 or 9087792. OLE color: 9087792.
HSL color Cylindrical-coordinate representation of color #30AB8A: hue angle of 163.9º 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 #30AB8A is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 171 | 138 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.33 |
| HSL | 163.9º | 0.56% | 0.43% | - |
| HSV(B) | 163.9º | 0.72% | 0.67% | - |
| XYZ | 20.37 | 31.59 | 29.07 | - |
| YUV | 130.46 | 132.25 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 171 | 138 | 0.72 | 0 | 0.19 | 0.33 | 163.9 | 0.56 | 0.43 |
| Hex | 30 | AB | 8A | 48 | 0 | 13 | 21 | A4 | 38 | 2B |
| Octal | 60 | 253 | 212 | 110 | 0 | 23 | 41 | 244 | 70 | 53 |
| Binary | 110000 | 10101011 | 10001010 | 1001000 | 0 | 10011 | 100001 | 10100100 | 111000 | 101011 |
Color Harmonies of #30AB8A
Complementary color
Monochromatic Colors of #30AB8A
Black with #30AB8A
Text Example
Text Example
White with #30AB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AB8A; }
p { color: rgb(48,171,138); }
H1.HeaderClassName
{
color: #30AB8A;
}
.AnyTagClassName
{
color: #30AB8A;
}
</style>
background-color css
<style>
a { background-color: #30AB8A; }
a { background-color: rgb(48,171,138); }
div.DivClassName
{
background-color: #30AB8A;
}
.BgClassName
{
background-color: #30AB8A;
}
</style>
border-color css
<style>
span { border-color: #30AB8A; }
span { border-color: rgb(48,171,138); }
td.TdClassName
{
border-color: #30AB8A;
}
.TagClassName
{
border-color: #30AB8A;
}
</style>