Shades of Jungle Green #30BD83
Tints of Jungle Green #30BD83
RGB
CMYK
RGB Variations
Color information
#30BD83 (or 0x30BD83) is known color: Jungle Green. HEX triplet: 30, BD and 83. RGB value is (48,189,131). Sum of RGB (Red+Green+Blue) = 48+189+131=368 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.04% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #30BD83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BD83 is #CF427C. Grayscale: #8C8C8C. Windows color (decimal): -13582973 or 8633648. OLE color: 8633648.
HSL color Cylindrical-coordinate representation of color #30BD83: hue angle of 155.32º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BD83 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 189 | 131 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.26 |
| HSL | 155.32º | 0.59% | 0.46% | - |
| HSV(B) | 155.32º | 0.75% | 0.74% | - |
| XYZ | 23.51 | 38.66 | 27.7 | - |
| YUV | 140.23 | 122.79 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 189 | 131 | 0.75 | 0 | 0.31 | 0.26 | 155.32 | 0.59 | 0.46 |
| Hex | 30 | BD | 83 | 4B | 0 | 1F | 1A | 9B | 3B | 2E |
| Octal | 60 | 275 | 203 | 113 | 0 | 37 | 32 | 233 | 73 | 56 |
| Binary | 110000 | 10111101 | 10000011 | 1001011 | 0 | 11111 | 11010 | 10011011 | 111011 | 101110 |
Color Harmonies of #30BD83
Complementary color
Monochromatic Colors of #30BD83
Black with #30BD83
Text Example
Text Example
White with #30BD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BD83; }
p { color: rgb(48,189,131); }
H1.HeaderClassName
{
color: #30BD83;
}
.AnyTagClassName
{
color: #30BD83;
}
</style>
background-color css
<style>
a { background-color: #30BD83; }
a { background-color: rgb(48,189,131); }
div.DivClassName
{
background-color: #30BD83;
}
.BgClassName
{
background-color: #30BD83;
}
</style>
border-color css
<style>
span { border-color: #30BD83; }
span { border-color: rgb(48,189,131); }
td.TdClassName
{
border-color: #30BD83;
}
.TagClassName
{
border-color: #30BD83;
}
</style>