Shades of Ocean Green #47B386
Tints of Ocean Green #47B386
RGB
CMYK
RGB Variations
Color information
#47B386 (or 0x47B386) is known color: Ocean Green. HEX triplet: 47, B3 and 86. RGB value is (71,179,134). Sum of RGB (Red+Green+Blue) = 71+179+134=384 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.49% from 384); Green value is 179 (70.31% from 255 or 46.61% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 179 - color contains mainly: green. Hex color #47B386 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B386 is #B84C79. Grayscale: #8D8D8D. Windows color (decimal): -12078202 or 8827719. OLE color: 8827719.
HSL color Cylindrical-coordinate representation of color #47B386: hue angle of 155º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B386 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 71 | 179 | 134 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.30 |
| HSL | 155º | 0.43% | 0.49% | - |
| HSV(B) | 155º | 0.6% | 0.7% | - |
| XYZ | 23.02 | 35.3 | 28.15 | - |
| YUV | 141.58 | 123.72 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 179 | 134 | 0.60 | 0 | 0.25 | 0.30 | 155 | 0.43 | 0.49 |
| Hex | 47 | B3 | 86 | 3C | 0 | 19 | 1E | 9B | 2B | 31 |
| Octal | 107 | 263 | 206 | 74 | 0 | 31 | 36 | 233 | 53 | 61 |
| Binary | 1000111 | 10110011 | 10000110 | 111100 | 0 | 11001 | 11110 | 10011011 | 101011 | 110001 |
Color Harmonies of #47B386
Complementary color
Monochromatic Colors of #47B386
Black with #47B386
Text Example
Text Example
White with #47B386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B386; }
p { color: rgb(71,179,134); }
H1.HeaderClassName
{
color: #47B386;
}
.AnyTagClassName
{
color: #47B386;
}
</style>
background-color css
<style>
a { background-color: #47B386; }
a { background-color: rgb(71,179,134); }
div.DivClassName
{
background-color: #47B386;
}
.BgClassName
{
background-color: #47B386;
}
</style>
border-color css
<style>
span { border-color: #47B386; }
span { border-color: rgb(71,179,134); }
td.TdClassName
{
border-color: #47B386;
}
.TagClassName
{
border-color: #47B386;
}
</style>