Shades of Jungle Green #30AD8A
Tints of Jungle Green #30AD8A
RGB
CMYK
RGB Variations
Color information
#30AD8A (or 0x30AD8A) is known color: Jungle Green. HEX triplet: 30, AD and 8A. RGB value is (48,173,138). Sum of RGB (Red+Green+Blue) = 48+173+138=359 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.37% from 359); Green value is 173 (67.97% from 255 or 48.19% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 173 - color contains mainly: green. Hex color #30AD8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AD8A is #CF5275. Grayscale: #838383. Windows color (decimal): -13587062 or 9088304. OLE color: 9088304.
HSL color Cylindrical-coordinate representation of color #30AD8A: hue angle of 163.2º 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 #30AD8A is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 173 | 138 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.32 |
| HSL | 163.2º | 0.57% | 0.43% | - |
| HSV(B) | 163.2º | 0.72% | 0.68% | - |
| XYZ | 20.75 | 32.35 | 29.2 | - |
| YUV | 131.64 | 131.59 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 173 | 138 | 0.72 | 0 | 0.20 | 0.32 | 163.2 | 0.57 | 0.43 |
| Hex | 30 | AD | 8A | 48 | 0 | 14 | 20 | A3 | 39 | 2B |
| Octal | 60 | 255 | 212 | 110 | 0 | 24 | 40 | 243 | 71 | 53 |
| Binary | 110000 | 10101101 | 10001010 | 1001000 | 0 | 10100 | 100000 | 10100011 | 111001 | 101011 |
Color Harmonies of #30AD8A
Complementary color
Monochromatic Colors of #30AD8A
Black with #30AD8A
Text Example
Text Example
White with #30AD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AD8A; }
p { color: rgb(48,173,138); }
H1.HeaderClassName
{
color: #30AD8A;
}
.AnyTagClassName
{
color: #30AD8A;
}
</style>
background-color css
<style>
a { background-color: #30AD8A; }
a { background-color: rgb(48,173,138); }
div.DivClassName
{
background-color: #30AD8A;
}
.BgClassName
{
background-color: #30AD8A;
}
</style>
border-color css
<style>
span { border-color: #30AD8A; }
span { border-color: rgb(48,173,138); }
td.TdClassName
{
border-color: #30AD8A;
}
.TagClassName
{
border-color: #30AD8A;
}
</style>