Shades of Ocean Green #47B367
Tints of Ocean Green #47B367
RGB
CMYK
RGB Variations
Color information
#47B367 (or 0x47B367) is known color: Ocean Green. HEX triplet: 47, B3 and 67. RGB value is (71,179,103). Sum of RGB (Red+Green+Blue) = 71+179+103=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 179 (70.31% from 255 or 50.71% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 179 - color contains mainly: green. Hex color #47B367 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47B367 is #B84C98. Grayscale: #8A8A8A. Windows color (decimal): -12078233 or 6796103. OLE color: 6796103.
HSL color Cylindrical-coordinate representation of color #47B367: hue angle of 137.78º 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 #47B367 is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 71 | 179 | 103 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.30 |
| HSL | 137.78º | 0.43% | 0.49% | - |
| HSV(B) | 137.78º | 0.6% | 0.7% | - |
| XYZ | 21.17 | 34.56 | 18.39 | - |
| YUV | 138.04 | 108.22 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 179 | 103 | 0.60 | 0 | 0.42 | 0.30 | 137.78 | 0.43 | 0.49 |
| Hex | 47 | B3 | 67 | 3C | 0 | 2A | 1E | 8A | 2B | 31 |
| Octal | 107 | 263 | 147 | 74 | 0 | 52 | 36 | 212 | 53 | 61 |
| Binary | 1000111 | 10110011 | 1100111 | 111100 | 0 | 101010 | 11110 | 10001010 | 101011 | 110001 |
Color Harmonies of #47B367
Complementary color
Monochromatic Colors of #47B367
Black with #47B367
Text Example
Text Example
White with #47B367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B367; }
p { color: rgb(71,179,103); }
H1.HeaderClassName
{
color: #47B367;
}
.AnyTagClassName
{
color: #47B367;
}
</style>
background-color css
<style>
a { background-color: #47B367; }
a { background-color: rgb(71,179,103); }
div.DivClassName
{
background-color: #47B367;
}
.BgClassName
{
background-color: #47B367;
}
</style>
border-color css
<style>
span { border-color: #47B367; }
span { border-color: rgb(71,179,103); }
td.TdClassName
{
border-color: #47B367;
}
.TagClassName
{
border-color: #47B367;
}
</style>