Shades of Jungle Green #30AD7F
Tints of Jungle Green #30AD7F
RGB
CMYK
RGB Variations
Color information
#30AD7F (or 0x30AD7F) is known color: Jungle Green. HEX triplet: 30, AD and 7F. RGB value is (48,173,127). Sum of RGB (Red+Green+Blue) = 48+173+127=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 173 - color contains mainly: green. Hex color #30AD7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AD7F is #CF5280. Grayscale: #828282. Windows color (decimal): -13587073 or 8367408. OLE color: 8367408.
HSL color Cylindrical-coordinate representation of color #30AD7F: hue angle of 157.92º 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 #30AD7F is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 173 | 127 | - |
| CMYK | 0.72 | 0 | 0.27 | 0.32 |
| HSL | 157.92º | 0.57% | 0.43% | - |
| HSV(B) | 157.92º | 0.72% | 0.68% | - |
| XYZ | 19.99 | 32.05 | 25.21 | - |
| YUV | 130.38 | 126.09 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 173 | 127 | 0.72 | 0 | 0.27 | 0.32 | 157.92 | 0.57 | 0.43 |
| Hex | 30 | AD | 7F | 48 | 0 | 1B | 20 | 9E | 39 | 2B |
| Octal | 60 | 255 | 177 | 110 | 0 | 33 | 40 | 236 | 71 | 53 |
| Binary | 110000 | 10101101 | 1111111 | 1001000 | 0 | 11011 | 100000 | 10011110 | 111001 | 101011 |
Color Harmonies of #30AD7F
Complementary color
Monochromatic Colors of #30AD7F
Black with #30AD7F
Text Example
Text Example
White with #30AD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AD7F; }
p { color: rgb(48,173,127); }
H1.HeaderClassName
{
color: #30AD7F;
}
.AnyTagClassName
{
color: #30AD7F;
}
</style>
background-color css
<style>
a { background-color: #30AD7F; }
a { background-color: rgb(48,173,127); }
div.DivClassName
{
background-color: #30AD7F;
}
.BgClassName
{
background-color: #30AD7F;
}
</style>
border-color css
<style>
span { border-color: #30AD7F; }
span { border-color: rgb(48,173,127); }
td.TdClassName
{
border-color: #30AD7F;
}
.TagClassName
{
border-color: #30AD7F;
}
</style>