Shades of Ocean Green #47AC73
Tints of Ocean Green #47AC73
RGB
CMYK
RGB Variations
Color information
#47AC73 (or 0x47AC73) is known color: Ocean Green. HEX triplet: 47, AC and 73. RGB value is (71,172,115). Sum of RGB (Red+Green+Blue) = 71+172+115=358 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.83% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 172 - color contains mainly: green. Hex color #47AC73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AC73 is #B8538C. Grayscale: #878787. Windows color (decimal): -12080013 or 7580743. OLE color: 7580743.
HSL color Cylindrical-coordinate representation of color #47AC73: hue angle of 146.14º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AC73 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 172 | 115 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.33 |
| HSL | 146.14º | 0.42% | 0.48% | - |
| HSV(B) | 146.14º | 0.59% | 0.67% | - |
| XYZ | 20.45 | 32.08 | 21.33 | - |
| YUV | 135.3 | 116.54 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 172 | 115 | 0.59 | 0 | 0.33 | 0.33 | 146.14 | 0.42 | 0.48 |
| Hex | 47 | AC | 73 | 3B | 0 | 21 | 21 | 92 | 2A | 30 |
| Octal | 107 | 254 | 163 | 73 | 0 | 41 | 41 | 222 | 52 | 60 |
| Binary | 1000111 | 10101100 | 1110011 | 111011 | 0 | 100001 | 100001 | 10010010 | 101010 | 110000 |
Color Harmonies of #47AC73
Complementary color
Monochromatic Colors of #47AC73
Black with #47AC73
Text Example
Text Example
White with #47AC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AC73; }
p { color: rgb(71,172,115); }
H1.HeaderClassName
{
color: #47AC73;
}
.AnyTagClassName
{
color: #47AC73;
}
</style>
background-color css
<style>
a { background-color: #47AC73; }
a { background-color: rgb(71,172,115); }
div.DivClassName
{
background-color: #47AC73;
}
.BgClassName
{
background-color: #47AC73;
}
</style>
border-color css
<style>
span { border-color: #47AC73; }
span { border-color: rgb(71,172,115); }
td.TdClassName
{
border-color: #47AC73;
}
.TagClassName
{
border-color: #47AC73;
}
</style>