Shades of Ocean Green #47AB72
Tints of Ocean Green #47AB72
RGB
CMYK
RGB Variations
Color information
#47AB72 (or 0x47AB72) is known color: Ocean Green. HEX triplet: 47, AB and 72. RGB value is (71,171,114). Sum of RGB (Red+Green+Blue) = 71+171+114=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 171 (67.19% from 255 or 48.03% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 171 - color contains mainly: green. Hex color #47AB72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AB72 is #B8548D. Grayscale: #868686. Windows color (decimal): -12080270 or 7514951. OLE color: 7514951.
HSL color Cylindrical-coordinate representation of color #47AB72: hue angle of 145.8º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47AB72 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 171 | 114 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.33 |
| HSL | 145.8º | 0.41% | 0.47% | - |
| HSV(B) | 145.8º | 0.58% | 0.67% | - |
| XYZ | 20.2 | 31.68 | 20.97 | - |
| YUV | 134.6 | 116.37 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 171 | 114 | 0.58 | 0 | 0.33 | 0.33 | 145.8 | 0.41 | 0.47 |
| Hex | 47 | AB | 72 | 3A | 0 | 21 | 21 | 92 | 29 | 2F |
| Octal | 107 | 253 | 162 | 72 | 0 | 41 | 41 | 222 | 51 | 57 |
| Binary | 1000111 | 10101011 | 1110010 | 111010 | 0 | 100001 | 100001 | 10010010 | 101001 | 101111 |
Color Harmonies of #47AB72
Complementary color
Monochromatic Colors of #47AB72
Black with #47AB72
Text Example
Text Example
White with #47AB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AB72; }
p { color: rgb(71,171,114); }
H1.HeaderClassName
{
color: #47AB72;
}
.AnyTagClassName
{
color: #47AB72;
}
</style>
background-color css
<style>
a { background-color: #47AB72; }
a { background-color: rgb(71,171,114); }
div.DivClassName
{
background-color: #47AB72;
}
.BgClassName
{
background-color: #47AB72;
}
</style>
border-color css
<style>
span { border-color: #47AB72; }
span { border-color: rgb(71,171,114); }
td.TdClassName
{
border-color: #47AB72;
}
.TagClassName
{
border-color: #47AB72;
}
</style>