Shades of Jungle Green #30B287
Tints of Jungle Green #30B287
RGB
CMYK
RGB Variations
Color information
#30B287 (or 0x30B287) is known color: Jungle Green. HEX triplet: 30, B2 and 87. RGB value is (48,178,135). Sum of RGB (Red+Green+Blue) = 48+178+135=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 178 (69.92% from 255 or 49.31% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 178 - color contains mainly: green. Hex color #30B287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30B287 is #CF4D78. Grayscale: #868686. Windows color (decimal): -13585785 or 8892976. OLE color: 8892976.
HSL color Cylindrical-coordinate representation of color #30B287: hue angle of 160.15º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B287 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 178 | 135 | - |
| CMYK | 0.73 | 0 | 0.24 | 0.30 |
| HSL | 160.15º | 0.58% | 0.44% | - |
| HSV(B) | 160.15º | 0.73% | 0.7% | - |
| XYZ | 21.51 | 34.22 | 28.39 | - |
| YUV | 134.23 | 128.43 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 178 | 135 | 0.73 | 0 | 0.24 | 0.30 | 160.15 | 0.58 | 0.44 |
| Hex | 30 | B2 | 87 | 49 | 0 | 18 | 1E | A0 | 3A | 2C |
| Octal | 60 | 262 | 207 | 111 | 0 | 30 | 36 | 240 | 72 | 54 |
| Binary | 110000 | 10110010 | 10000111 | 1001001 | 0 | 11000 | 11110 | 10100000 | 111010 | 101100 |
Color Harmonies of #30B287
Complementary color
Monochromatic Colors of #30B287
Black with #30B287
Text Example
Text Example
White with #30B287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B287; }
p { color: rgb(48,178,135); }
H1.HeaderClassName
{
color: #30B287;
}
.AnyTagClassName
{
color: #30B287;
}
</style>
background-color css
<style>
a { background-color: #30B287; }
a { background-color: rgb(48,178,135); }
div.DivClassName
{
background-color: #30B287;
}
.BgClassName
{
background-color: #30B287;
}
</style>
border-color css
<style>
span { border-color: #30B287; }
span { border-color: rgb(48,178,135); }
td.TdClassName
{
border-color: #30B287;
}
.TagClassName
{
border-color: #30B287;
}
</style>