Shades of Jungle Green #30B88A
Tints of Jungle Green #30B88A
RGB
CMYK
RGB Variations
Color information
#30B88A (or 0x30B88A) is known color: Jungle Green. HEX triplet: 30, B8 and 8A. RGB value is (48,184,138). Sum of RGB (Red+Green+Blue) = 48+184+138=370 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.97% from 370); Green value is 184 (72.27% from 255 or 49.73% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 184 - color contains mainly: green. Hex color #30B88A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B88A is #CF4775. Grayscale: #8A8A8A. Windows color (decimal): -13584246 or 9091120. OLE color: 9091120.
HSL color Cylindrical-coordinate representation of color #30B88A: hue angle of 159.71º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B88A is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 184 | 138 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.28 |
| HSL | 159.71º | 0.59% | 0.45% | - |
| HSV(B) | 159.71º | 0.74% | 0.72% | - |
| XYZ | 22.95 | 36.74 | 29.93 | - |
| YUV | 138.09 | 127.94 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 184 | 138 | 0.74 | 0 | 0.25 | 0.28 | 159.71 | 0.59 | 0.45 |
| Hex | 30 | B8 | 8A | 4A | 0 | 19 | 1C | A0 | 3B | 2D |
| Octal | 60 | 270 | 212 | 112 | 0 | 31 | 34 | 240 | 73 | 55 |
| Binary | 110000 | 10111000 | 10001010 | 1001010 | 0 | 11001 | 11100 | 10100000 | 111011 | 101101 |
Color Harmonies of #30B88A
Complementary color
Monochromatic Colors of #30B88A
Black with #30B88A
Text Example
Text Example
White with #30B88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B88A; }
p { color: rgb(48,184,138); }
H1.HeaderClassName
{
color: #30B88A;
}
.AnyTagClassName
{
color: #30B88A;
}
</style>
background-color css
<style>
a { background-color: #30B88A; }
a { background-color: rgb(48,184,138); }
div.DivClassName
{
background-color: #30B88A;
}
.BgClassName
{
background-color: #30B88A;
}
</style>
border-color css
<style>
span { border-color: #30B88A; }
span { border-color: rgb(48,184,138); }
td.TdClassName
{
border-color: #30B88A;
}
.TagClassName
{
border-color: #30B88A;
}
</style>