Shades of Jungle Green #30B68D
Tints of Jungle Green #30B68D
RGB
CMYK
RGB Variations
Color information
#30B68D (or 0x30B68D) is known color: Jungle Green. HEX triplet: 30, B6 and 8D. RGB value is (48,182,141). Sum of RGB (Red+Green+Blue) = 48+182+141=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 182 (71.48% from 255 or 49.06% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 182 - color contains mainly: green. Hex color #30B68D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B68D is #CF4972. Grayscale: #898989. Windows color (decimal): -13584755 or 9287216. OLE color: 9287216.
HSL color Cylindrical-coordinate representation of color #30B68D: hue angle of 161.64º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B68D is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 182 | 141 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.29 |
| HSL | 161.64º | 0.58% | 0.45% | - |
| HSV(B) | 161.64º | 0.74% | 0.71% | - |
| XYZ | 22.75 | 36.01 | 30.95 | - |
| YUV | 137.26 | 130.11 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 182 | 141 | 0.74 | 0 | 0.23 | 0.29 | 161.64 | 0.58 | 0.45 |
| Hex | 30 | B6 | 8D | 4A | 0 | 17 | 1D | A2 | 3A | 2D |
| Octal | 60 | 266 | 215 | 112 | 0 | 27 | 35 | 242 | 72 | 55 |
| Binary | 110000 | 10110110 | 10001101 | 1001010 | 0 | 10111 | 11101 | 10100010 | 111010 | 101101 |
Color Harmonies of #30B68D
Complementary color
Monochromatic Colors of #30B68D
Black with #30B68D
Text Example
Text Example
White with #30B68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B68D; }
p { color: rgb(48,182,141); }
H1.HeaderClassName
{
color: #30B68D;
}
.AnyTagClassName
{
color: #30B68D;
}
</style>
background-color css
<style>
a { background-color: #30B68D; }
a { background-color: rgb(48,182,141); }
div.DivClassName
{
background-color: #30B68D;
}
.BgClassName
{
background-color: #30B68D;
}
</style>
border-color css
<style>
span { border-color: #30B68D; }
span { border-color: rgb(48,182,141); }
td.TdClassName
{
border-color: #30B68D;
}
.TagClassName
{
border-color: #30B68D;
}
</style>