Shades of Ocean Green #47B36C
Tints of Ocean Green #47B36C
RGB
CMYK
RGB Variations
Color information
#47B36C (or 0x47B36C) is known color: Ocean Green. HEX triplet: 47, B3 and 6C. RGB value is (71,179,108). Sum of RGB (Red+Green+Blue) = 71+179+108=358 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.83% from 358); Green value is 179 (70.31% from 255 or 50% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 179 - color contains mainly: green. Hex color #47B36C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47B36C is #B84C93. Grayscale: #8A8A8A. Windows color (decimal): -12078228 or 7123783. OLE color: 7123783.
HSL color Cylindrical-coordinate representation of color #47B36C: hue angle of 140.56º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B36C is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 71 | 179 | 108 | - |
| CMYK | 0.60 | 0 | 0.40 | 0.30 |
| HSL | 140.56º | 0.43% | 0.49% | - |
| HSV(B) | 140.56º | 0.6% | 0.7% | - |
| XYZ | 21.43 | 34.66 | 19.75 | - |
| YUV | 138.61 | 110.72 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 179 | 108 | 0.60 | 0 | 0.40 | 0.30 | 140.56 | 0.43 | 0.49 |
| Hex | 47 | B3 | 6C | 3C | 0 | 28 | 1E | 8D | 2B | 31 |
| Octal | 107 | 263 | 154 | 74 | 0 | 50 | 36 | 215 | 53 | 61 |
| Binary | 1000111 | 10110011 | 1101100 | 111100 | 0 | 101000 | 11110 | 10001101 | 101011 | 110001 |
Color Harmonies of #47B36C
Complementary color
Monochromatic Colors of #47B36C
Black with #47B36C
Text Example
Text Example
White with #47B36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B36C; }
p { color: rgb(71,179,108); }
H1.HeaderClassName
{
color: #47B36C;
}
.AnyTagClassName
{
color: #47B36C;
}
</style>
background-color css
<style>
a { background-color: #47B36C; }
a { background-color: rgb(71,179,108); }
div.DivClassName
{
background-color: #47B36C;
}
.BgClassName
{
background-color: #47B36C;
}
</style>
border-color css
<style>
span { border-color: #47B36C; }
span { border-color: rgb(71,179,108); }
td.TdClassName
{
border-color: #47B36C;
}
.TagClassName
{
border-color: #47B36C;
}
</style>