Shades of Ocean Green #47956F
Tints of Ocean Green #47956F
RGB
CMYK
RGB Variations
Color information
#47956F (or 0x47956F) is known color: Ocean Green. HEX triplet: 47, 95 and 6F. RGB value is (71,149,111). Sum of RGB (Red+Green+Blue) = 71+149+111=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #47956F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47956F is #B86A90. Grayscale: #797979. Windows color (decimal): -12085905 or 7312711. OLE color: 7312711.
HSL color Cylindrical-coordinate representation of color #47956F: hue angle of 150.77º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47956F is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 149 | 111 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.42 |
| HSL | 150.77º | 0.35% | 0.43% | - |
| HSV(B) | 150.77º | 0.52% | 0.58% | - |
| XYZ | 16.22 | 23.98 | 18.81 | - |
| YUV | 121.35 | 122.16 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 149 | 111 | 0.52 | 0 | 0.26 | 0.42 | 150.77 | 0.35 | 0.43 |
| Hex | 47 | 95 | 6F | 34 | 0 | 1A | 2A | 97 | 23 | 2B |
| Octal | 107 | 225 | 157 | 64 | 0 | 32 | 52 | 227 | 43 | 53 |
| Binary | 1000111 | 10010101 | 1101111 | 110100 | 0 | 11010 | 101010 | 10010111 | 100011 | 101011 |
Color Harmonies of #47956F
Complementary color
Monochromatic Colors of #47956F
Black with #47956F
Text Example
Text Example
White with #47956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47956F; }
p { color: rgb(71,149,111); }
H1.HeaderClassName
{
color: #47956F;
}
.AnyTagClassName
{
color: #47956F;
}
</style>
background-color css
<style>
a { background-color: #47956F; }
a { background-color: rgb(71,149,111); }
div.DivClassName
{
background-color: #47956F;
}
.BgClassName
{
background-color: #47956F;
}
</style>
border-color css
<style>
span { border-color: #47956F; }
span { border-color: rgb(71,149,111); }
td.TdClassName
{
border-color: #47956F;
}
.TagClassName
{
border-color: #47956F;
}
</style>