Shades of Ocean Green #47986D
Tints of Ocean Green #47986D
RGB
CMYK
RGB Variations
Color information
#47986D (or 0x47986D) is known color: Ocean Green. HEX triplet: 47, 98 and 6D. RGB value is (71,152,109). Sum of RGB (Red+Green+Blue) = 71+152+109=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #47986D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47986D is #B86792. Grayscale: #7A7A7A. Windows color (decimal): -12085139 or 7182407. OLE color: 7182407.
HSL color Cylindrical-coordinate representation of color #47986D: hue angle of 148.15º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47986D is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 71 | 152 | 109 | - |
| CMYK | 0.53 | 0 | 0.28 | 0.40 |
| HSL | 148.15º | 0.36% | 0.44% | - |
| HSV(B) | 148.15º | 0.53% | 0.6% | - |
| XYZ | 16.59 | 24.9 | 18.4 | - |
| YUV | 122.88 | 120.16 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 152 | 109 | 0.53 | 0 | 0.28 | 0.40 | 148.15 | 0.36 | 0.44 |
| Hex | 47 | 98 | 6D | 35 | 0 | 1C | 28 | 94 | 24 | 2C |
| Octal | 107 | 230 | 155 | 65 | 0 | 34 | 50 | 224 | 44 | 54 |
| Binary | 1000111 | 10011000 | 1101101 | 110101 | 0 | 11100 | 101000 | 10010100 | 100100 | 101100 |
Color Harmonies of #47986D
Complementary color
Monochromatic Colors of #47986D
Black with #47986D
Text Example
Text Example
White with #47986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47986D; }
p { color: rgb(71,152,109); }
H1.HeaderClassName
{
color: #47986D;
}
.AnyTagClassName
{
color: #47986D;
}
</style>
background-color css
<style>
a { background-color: #47986D; }
a { background-color: rgb(71,152,109); }
div.DivClassName
{
background-color: #47986D;
}
.BgClassName
{
background-color: #47986D;
}
</style>
border-color css
<style>
span { border-color: #47986D; }
span { border-color: rgb(71,152,109); }
td.TdClassName
{
border-color: #47986D;
}
.TagClassName
{
border-color: #47986D;
}
</style>