Shades of Ocean Green #47B366
Tints of Ocean Green #47B366
RGB
CMYK
RGB Variations
Color information
#47B366 (or 0x47B366) is known color: Ocean Green. HEX triplet: 47, B3 and 66. RGB value is (71,179,102). Sum of RGB (Red+Green+Blue) = 71+179+102=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 179 (70.31% from 255 or 50.85% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 179 - color contains mainly: green. Hex color #47B366 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47B366 is #B84C99. Grayscale: #8A8A8A. Windows color (decimal): -12078234 or 6730567. OLE color: 6730567.
HSL color Cylindrical-coordinate representation of color #47B366: hue angle of 137.22º 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 #47B366 is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 71 | 179 | 102 | - |
| CMYK | 0.60 | 0 | 0.43 | 0.30 |
| HSL | 137.22º | 0.43% | 0.49% | - |
| HSV(B) | 137.22º | 0.6% | 0.7% | - |
| XYZ | 21.12 | 34.54 | 18.12 | - |
| YUV | 137.93 | 107.72 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 179 | 102 | 0.60 | 0 | 0.43 | 0.30 | 137.22 | 0.43 | 0.49 |
| Hex | 47 | B3 | 66 | 3C | 0 | 2B | 1E | 89 | 2B | 31 |
| Octal | 107 | 263 | 146 | 74 | 0 | 53 | 36 | 211 | 53 | 61 |
| Binary | 1000111 | 10110011 | 1100110 | 111100 | 0 | 101011 | 11110 | 10001001 | 101011 | 110001 |
Color Harmonies of #47B366
Complementary color
Monochromatic Colors of #47B366
Black with #47B366
Text Example
Text Example
White with #47B366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B366; }
p { color: rgb(71,179,102); }
H1.HeaderClassName
{
color: #47B366;
}
.AnyTagClassName
{
color: #47B366;
}
</style>
background-color css
<style>
a { background-color: #47B366; }
a { background-color: rgb(71,179,102); }
div.DivClassName
{
background-color: #47B366;
}
.BgClassName
{
background-color: #47B366;
}
</style>
border-color css
<style>
span { border-color: #47B366; }
span { border-color: rgb(71,179,102); }
td.TdClassName
{
border-color: #47B366;
}
.TagClassName
{
border-color: #47B366;
}
</style>