Shades of Jungle Green #30AF81
Tints of Jungle Green #30AF81
RGB
CMYK
RGB Variations
Color information
#30AF81 (or 0x30AF81) is known color: Jungle Green. HEX triplet: 30, AF and 81. RGB value is (48,175,129). Sum of RGB (Red+Green+Blue) = 48+175+129=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 175 (68.75% from 255 or 49.72% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 175 - color contains mainly: green. Hex color #30AF81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AF81 is #CF507E. Grayscale: #838383. Windows color (decimal): -13586559 or 8498992. OLE color: 8498992.
HSL color Cylindrical-coordinate representation of color #30AF81: hue angle of 158.27º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30AF81 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 175 | 129 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.31 |
| HSL | 158.27º | 0.57% | 0.44% | - |
| HSV(B) | 158.27º | 0.73% | 0.69% | - |
| XYZ | 20.51 | 32.87 | 26.03 | - |
| YUV | 131.78 | 126.42 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 175 | 129 | 0.73 | 0 | 0.26 | 0.31 | 158.27 | 0.57 | 0.44 |
| Hex | 30 | AF | 81 | 49 | 0 | 1A | 1F | 9E | 39 | 2C |
| Octal | 60 | 257 | 201 | 111 | 0 | 32 | 37 | 236 | 71 | 54 |
| Binary | 110000 | 10101111 | 10000001 | 1001001 | 0 | 11010 | 11111 | 10011110 | 111001 | 101100 |
Color Harmonies of #30AF81
Complementary color
Monochromatic Colors of #30AF81
Black with #30AF81
Text Example
Text Example
White with #30AF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AF81; }
p { color: rgb(48,175,129); }
H1.HeaderClassName
{
color: #30AF81;
}
.AnyTagClassName
{
color: #30AF81;
}
</style>
background-color css
<style>
a { background-color: #30AF81; }
a { background-color: rgb(48,175,129); }
div.DivClassName
{
background-color: #30AF81;
}
.BgClassName
{
background-color: #30AF81;
}
</style>
border-color css
<style>
span { border-color: #30AF81; }
span { border-color: rgb(48,175,129); }
td.TdClassName
{
border-color: #30AF81;
}
.TagClassName
{
border-color: #30AF81;
}
</style>