Shades of Ocean Green #47A56E
Tints of Ocean Green #47A56E
RGB
CMYK
RGB Variations
Color information
#47A56E (or 0x47A56E) is known color: Ocean Green. HEX triplet: 47, A5 and 6E. RGB value is (71,165,110). Sum of RGB (Red+Green+Blue) = 71+165+110=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 165 (64.84% from 255 or 47.69% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 165 - color contains mainly: green. Hex color #47A56E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A56E is #B85A91. Grayscale: #828282. Windows color (decimal): -12081810 or 7251271. OLE color: 7251271.
HSL color Cylindrical-coordinate representation of color #47A56E: hue angle of 144.89º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47A56E is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 71 | 165 | 110 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.35 |
| HSL | 144.89º | 0.4% | 0.46% | - |
| HSV(B) | 144.89º | 0.57% | 0.65% | - |
| XYZ | 18.87 | 29.38 | 19.43 | - |
| YUV | 130.62 | 116.36 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 165 | 110 | 0.57 | 0 | 0.33 | 0.35 | 144.89 | 0.4 | 0.46 |
| Hex | 47 | A5 | 6E | 39 | 0 | 21 | 23 | 91 | 28 | 2E |
| Octal | 107 | 245 | 156 | 71 | 0 | 41 | 43 | 221 | 50 | 56 |
| Binary | 1000111 | 10100101 | 1101110 | 111001 | 0 | 100001 | 100011 | 10010001 | 101000 | 101110 |
Color Harmonies of #47A56E
Complementary color
Monochromatic Colors of #47A56E
Black with #47A56E
Text Example
Text Example
White with #47A56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A56E; }
p { color: rgb(71,165,110); }
H1.HeaderClassName
{
color: #47A56E;
}
.AnyTagClassName
{
color: #47A56E;
}
</style>
background-color css
<style>
a { background-color: #47A56E; }
a { background-color: rgb(71,165,110); }
div.DivClassName
{
background-color: #47A56E;
}
.BgClassName
{
background-color: #47A56E;
}
</style>
border-color css
<style>
span { border-color: #47A56E; }
span { border-color: rgb(71,165,110); }
td.TdClassName
{
border-color: #47A56E;
}
.TagClassName
{
border-color: #47A56E;
}
</style>