Shades of Ocean Green #47B065
Tints of Ocean Green #47B065
RGB
CMYK
RGB Variations
Color information
#47B065 (or 0x47B065) is known color: Ocean Green. HEX triplet: 47, B0 and 65. RGB value is (71,176,101). Sum of RGB (Red+Green+Blue) = 71+176+101=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 176 (69.14% from 255 or 50.57% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 176 - color contains mainly: green. Hex color #47B065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47B065 is #B84F9A. Grayscale: #888888. Windows color (decimal): -12079003 or 6664263. OLE color: 6664263.
HSL color Cylindrical-coordinate representation of color #47B065: hue angle of 137.14º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B065 is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 176 | 101 | - |
| CMYK | 0.60 | 0 | 0.43 | 0.31 |
| HSL | 137.14º | 0.43% | 0.48% | - |
| HSV(B) | 137.14º | 0.6% | 0.69% | - |
| XYZ | 20.47 | 33.33 | 17.67 | - |
| YUV | 136.06 | 108.21 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 176 | 101 | 0.60 | 0 | 0.43 | 0.31 | 137.14 | 0.43 | 0.48 |
| Hex | 47 | B0 | 65 | 3C | 0 | 2B | 1F | 89 | 2B | 30 |
| Octal | 107 | 260 | 145 | 74 | 0 | 53 | 37 | 211 | 53 | 60 |
| Binary | 1000111 | 10110000 | 1100101 | 111100 | 0 | 101011 | 11111 | 10001001 | 101011 | 110000 |
Color Harmonies of #47B065
Complementary color
Monochromatic Colors of #47B065
Black with #47B065
Text Example
Text Example
White with #47B065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B065; }
p { color: rgb(71,176,101); }
H1.HeaderClassName
{
color: #47B065;
}
.AnyTagClassName
{
color: #47B065;
}
</style>
background-color css
<style>
a { background-color: #47B065; }
a { background-color: rgb(71,176,101); }
div.DivClassName
{
background-color: #47B065;
}
.BgClassName
{
background-color: #47B065;
}
</style>
border-color css
<style>
span { border-color: #47B065; }
span { border-color: rgb(71,176,101); }
td.TdClassName
{
border-color: #47B065;
}
.TagClassName
{
border-color: #47B065;
}
</style>