Shades of Ocean Green #47B170
Tints of Ocean Green #47B170
RGB
CMYK
RGB Variations
Color information
#47B170 (or 0x47B170) is known color: Ocean Green. HEX triplet: 47, B1 and 70. RGB value is (71,177,112). Sum of RGB (Red+Green+Blue) = 71+177+112=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 177 (69.53% from 255 or 49.17% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 177 - color contains mainly: green. Hex color #47B170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47B170 is #B84E8F. Grayscale: #8A8A8A. Windows color (decimal): -12078736 or 7385415. OLE color: 7385415.
HSL color Cylindrical-coordinate representation of color #47B170: hue angle of 143.21º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B170 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 177 | 112 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.31 |
| HSL | 143.21º | 0.43% | 0.49% | - |
| HSV(B) | 143.21º | 0.6% | 0.69% | - |
| XYZ | 21.25 | 33.95 | 20.76 | - |
| YUV | 137.9 | 113.38 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 177 | 112 | 0.60 | 0 | 0.37 | 0.31 | 143.21 | 0.43 | 0.49 |
| Hex | 47 | B1 | 70 | 3C | 0 | 25 | 1F | 8F | 2B | 31 |
| Octal | 107 | 261 | 160 | 74 | 0 | 45 | 37 | 217 | 53 | 61 |
| Binary | 1000111 | 10110001 | 1110000 | 111100 | 0 | 100101 | 11111 | 10001111 | 101011 | 110001 |
Color Harmonies of #47B170
Complementary color
Monochromatic Colors of #47B170
Black with #47B170
Text Example
Text Example
White with #47B170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B170; }
p { color: rgb(71,177,112); }
H1.HeaderClassName
{
color: #47B170;
}
.AnyTagClassName
{
color: #47B170;
}
</style>
background-color css
<style>
a { background-color: #47B170; }
a { background-color: rgb(71,177,112); }
div.DivClassName
{
background-color: #47B170;
}
.BgClassName
{
background-color: #47B170;
}
</style>
border-color css
<style>
span { border-color: #47B170; }
span { border-color: rgb(71,177,112); }
td.TdClassName
{
border-color: #47B170;
}
.TagClassName
{
border-color: #47B170;
}
</style>