Shades of Ocean Green #47AB6D
Tints of Ocean Green #47AB6D
RGB
CMYK
RGB Variations
Color information
#47AB6D (or 0x47AB6D) is known color: Ocean Green. HEX triplet: 47, AB and 6D. RGB value is (71,171,109). Sum of RGB (Red+Green+Blue) = 71+171+109=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 171 (67.19% from 255 or 48.72% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 171 - color contains mainly: green. Hex color #47AB6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AB6D is #B85492. Grayscale: #868686. Windows color (decimal): -12080275 or 7187271. OLE color: 7187271.
HSL color Cylindrical-coordinate representation of color #47AB6D: hue angle of 142.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 #47AB6D is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 171 | 109 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.33 |
| HSL | 142.8º | 0.41% | 0.47% | - |
| HSV(B) | 142.8º | 0.58% | 0.67% | - |
| XYZ | 19.92 | 31.57 | 19.51 | - |
| YUV | 134.03 | 113.87 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 171 | 109 | 0.58 | 0 | 0.36 | 0.33 | 142.8 | 0.41 | 0.47 |
| Hex | 47 | AB | 6D | 3A | 0 | 24 | 21 | 8F | 29 | 2F |
| Octal | 107 | 253 | 155 | 72 | 0 | 44 | 41 | 217 | 51 | 57 |
| Binary | 1000111 | 10101011 | 1101101 | 111010 | 0 | 100100 | 100001 | 10001111 | 101001 | 101111 |
Color Harmonies of #47AB6D
Complementary color
Monochromatic Colors of #47AB6D
Black with #47AB6D
Text Example
Text Example
White with #47AB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AB6D; }
p { color: rgb(71,171,109); }
H1.HeaderClassName
{
color: #47AB6D;
}
.AnyTagClassName
{
color: #47AB6D;
}
</style>
background-color css
<style>
a { background-color: #47AB6D; }
a { background-color: rgb(71,171,109); }
div.DivClassName
{
background-color: #47AB6D;
}
.BgClassName
{
background-color: #47AB6D;
}
</style>
border-color css
<style>
span { border-color: #47AB6D; }
span { border-color: rgb(71,171,109); }
td.TdClassName
{
border-color: #47AB6D;
}
.TagClassName
{
border-color: #47AB6D;
}
</style>