Shades of Ocean Green #47AB6A
Tints of Ocean Green #47AB6A
RGB
CMYK
RGB Variations
Color information
#47AB6A (or 0x47AB6A) is known color: Ocean Green. HEX triplet: 47, AB and 6A. RGB value is (71,171,106). Sum of RGB (Red+Green+Blue) = 71+171+106=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 171 - color contains mainly: green. Hex color #47AB6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AB6A is #B85495. Grayscale: #858585. Windows color (decimal): -12080278 or 6990663. OLE color: 6990663.
HSL color Cylindrical-coordinate representation of color #47AB6A: hue angle of 141º 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 #47AB6A is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 171 | 106 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.33 |
| HSL | 141º | 0.41% | 0.47% | - |
| HSV(B) | 141º | 0.58% | 0.67% | - |
| XYZ | 19.76 | 31.51 | 18.68 | - |
| YUV | 133.69 | 112.37 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 171 | 106 | 0.58 | 0 | 0.38 | 0.33 | 141 | 0.41 | 0.47 |
| Hex | 47 | AB | 6A | 3A | 0 | 26 | 21 | 8D | 29 | 2F |
| Octal | 107 | 253 | 152 | 72 | 0 | 46 | 41 | 215 | 51 | 57 |
| Binary | 1000111 | 10101011 | 1101010 | 111010 | 0 | 100110 | 100001 | 10001101 | 101001 | 101111 |
Color Harmonies of #47AB6A
Complementary color
Monochromatic Colors of #47AB6A
Black with #47AB6A
Text Example
Text Example
White with #47AB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AB6A; }
p { color: rgb(71,171,106); }
H1.HeaderClassName
{
color: #47AB6A;
}
.AnyTagClassName
{
color: #47AB6A;
}
</style>
background-color css
<style>
a { background-color: #47AB6A; }
a { background-color: rgb(71,171,106); }
div.DivClassName
{
background-color: #47AB6A;
}
.BgClassName
{
background-color: #47AB6A;
}
</style>
border-color css
<style>
span { border-color: #47AB6A; }
span { border-color: rgb(71,171,106); }
td.TdClassName
{
border-color: #47AB6A;
}
.TagClassName
{
border-color: #47AB6A;
}
</style>