Shades of Jungle Green #30B08A
Tints of Jungle Green #30B08A
RGB
CMYK
RGB Variations
Color information
#30B08A (or 0x30B08A) is known color: Jungle Green. HEX triplet: 30, B0 and 8A. RGB value is (48,176,138). Sum of RGB (Red+Green+Blue) = 48+176+138=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 176 (69.14% from 255 or 48.62% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 176 - color contains mainly: green. Hex color #30B08A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30B08A is #CF4F75. Grayscale: #858585. Windows color (decimal): -13586294 or 9089072. OLE color: 9089072.
HSL color Cylindrical-coordinate representation of color #30B08A: hue angle of 162.19º 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 #30B08A is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 176 | 138 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.31 |
| HSL | 162.19º | 0.57% | 0.44% | - |
| HSV(B) | 162.19º | 0.73% | 0.69% | - |
| XYZ | 21.33 | 33.51 | 29.39 | - |
| YUV | 133.4 | 130.59 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 176 | 138 | 0.73 | 0 | 0.22 | 0.31 | 162.19 | 0.57 | 0.44 |
| Hex | 30 | B0 | 8A | 49 | 0 | 16 | 1F | A2 | 39 | 2C |
| Octal | 60 | 260 | 212 | 111 | 0 | 26 | 37 | 242 | 71 | 54 |
| Binary | 110000 | 10110000 | 10001010 | 1001001 | 0 | 10110 | 11111 | 10100010 | 111001 | 101100 |
Color Harmonies of #30B08A
Complementary color
Monochromatic Colors of #30B08A
Black with #30B08A
Text Example
Text Example
White with #30B08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B08A; }
p { color: rgb(48,176,138); }
H1.HeaderClassName
{
color: #30B08A;
}
.AnyTagClassName
{
color: #30B08A;
}
</style>
background-color css
<style>
a { background-color: #30B08A; }
a { background-color: rgb(48,176,138); }
div.DivClassName
{
background-color: #30B08A;
}
.BgClassName
{
background-color: #30B08A;
}
</style>
border-color css
<style>
span { border-color: #30B08A; }
span { border-color: rgb(48,176,138); }
td.TdClassName
{
border-color: #30B08A;
}
.TagClassName
{
border-color: #30B08A;
}
</style>