Shades of Ocean Green #47956C
Tints of Ocean Green #47956C
RGB
CMYK
RGB Variations
Color information
#47956C (or 0x47956C) is known color: Ocean Green. HEX triplet: 47, 95 and 6C. RGB value is (71,149,108). Sum of RGB (Red+Green+Blue) = 71+149+108=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #47956C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47956C is #B86A93. Grayscale: #797979. Windows color (decimal): -12085908 or 7116103. OLE color: 7116103.
HSL color Cylindrical-coordinate representation of color #47956C: hue angle of 148.46º 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 #47956C is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 149 | 108 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.42 |
| HSL | 148.46º | 0.35% | 0.43% | - |
| HSV(B) | 148.46º | 0.52% | 0.58% | - |
| XYZ | 16.05 | 23.92 | 17.96 | - |
| YUV | 121 | 120.66 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 149 | 108 | 0.52 | 0 | 0.28 | 0.42 | 148.46 | 0.35 | 0.43 |
| Hex | 47 | 95 | 6C | 34 | 0 | 1C | 2A | 94 | 23 | 2B |
| Octal | 107 | 225 | 154 | 64 | 0 | 34 | 52 | 224 | 43 | 53 |
| Binary | 1000111 | 10010101 | 1101100 | 110100 | 0 | 11100 | 101010 | 10010100 | 100011 | 101011 |
Color Harmonies of #47956C
Complementary color
Monochromatic Colors of #47956C
Black with #47956C
Text Example
Text Example
White with #47956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47956C; }
p { color: rgb(71,149,108); }
H1.HeaderClassName
{
color: #47956C;
}
.AnyTagClassName
{
color: #47956C;
}
</style>
background-color css
<style>
a { background-color: #47956C; }
a { background-color: rgb(71,149,108); }
div.DivClassName
{
background-color: #47956C;
}
.BgClassName
{
background-color: #47956C;
}
</style>
border-color css
<style>
span { border-color: #47956C; }
span { border-color: rgb(71,149,108); }
td.TdClassName
{
border-color: #47956C;
}
.TagClassName
{
border-color: #47956C;
}
</style>