Shades of Ocean Green #47B37B
Tints of Ocean Green #47B37B
RGB
CMYK
RGB Variations
Color information
#47B37B (or 0x47B37B) is known color: Ocean Green. HEX triplet: 47, B3 and 7B. RGB value is (71,179,123). Sum of RGB (Red+Green+Blue) = 71+179+123=373 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.03% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 179 - color contains mainly: green. Hex color #47B37B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47B37B is #B84C84. Grayscale: #8C8C8C. Windows color (decimal): -12078213 or 8106823. OLE color: 8106823.
HSL color Cylindrical-coordinate representation of color #47B37B: hue angle of 148.89º 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 #47B37B is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 71 | 179 | 123 | - |
| CMYK | 0.60 | 0 | 0.31 | 0.30 |
| HSL | 148.89º | 0.43% | 0.49% | - |
| HSV(B) | 148.89º | 0.6% | 0.7% | - |
| XYZ | 22.29 | 35.01 | 24.32 | - |
| YUV | 140.32 | 118.22 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 179 | 123 | 0.60 | 0 | 0.31 | 0.30 | 148.89 | 0.43 | 0.49 |
| Hex | 47 | B3 | 7B | 3C | 0 | 1F | 1E | 95 | 2B | 31 |
| Octal | 107 | 263 | 173 | 74 | 0 | 37 | 36 | 225 | 53 | 61 |
| Binary | 1000111 | 10110011 | 1111011 | 111100 | 0 | 11111 | 11110 | 10010101 | 101011 | 110001 |
Color Harmonies of #47B37B
Complementary color
Monochromatic Colors of #47B37B
Black with #47B37B
Text Example
Text Example
White with #47B37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B37B; }
p { color: rgb(71,179,123); }
H1.HeaderClassName
{
color: #47B37B;
}
.AnyTagClassName
{
color: #47B37B;
}
</style>
background-color css
<style>
a { background-color: #47B37B; }
a { background-color: rgb(71,179,123); }
div.DivClassName
{
background-color: #47B37B;
}
.BgClassName
{
background-color: #47B37B;
}
</style>
border-color css
<style>
span { border-color: #47B37B; }
span { border-color: rgb(71,179,123); }
td.TdClassName
{
border-color: #47B37B;
}
.TagClassName
{
border-color: #47B37B;
}
</style>