Shades of Ocean Green #47B16A
Tints of Ocean Green #47B16A
RGB
CMYK
RGB Variations
Color information
#47B16A (or 0x47B16A) is known color: Ocean Green. HEX triplet: 47, B1 and 6A. RGB value is (71,177,106). Sum of RGB (Red+Green+Blue) = 71+177+106=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 177 (69.53% from 255 or 50% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 177 - color contains mainly: green. Hex color #47B16A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47B16A is #B84E95. Grayscale: #898989. Windows color (decimal): -12078742 or 6992199. OLE color: 6992199.
HSL color Cylindrical-coordinate representation of color #47B16A: hue angle of 139.81º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B16A is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 177 | 106 | - |
| CMYK | 0.60 | 0 | 0.40 | 0.31 |
| HSL | 139.81º | 0.43% | 0.49% | - |
| HSV(B) | 139.81º | 0.6% | 0.69% | - |
| XYZ | 20.92 | 33.82 | 19.06 | - |
| YUV | 137.21 | 110.38 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 177 | 106 | 0.60 | 0 | 0.40 | 0.31 | 139.81 | 0.43 | 0.49 |
| Hex | 47 | B1 | 6A | 3C | 0 | 28 | 1F | 8C | 2B | 31 |
| Octal | 107 | 261 | 152 | 74 | 0 | 50 | 37 | 214 | 53 | 61 |
| Binary | 1000111 | 10110001 | 1101010 | 111100 | 0 | 101000 | 11111 | 10001100 | 101011 | 110001 |
Color Harmonies of #47B16A
Complementary color
Monochromatic Colors of #47B16A
Black with #47B16A
Text Example
Text Example
White with #47B16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B16A; }
p { color: rgb(71,177,106); }
H1.HeaderClassName
{
color: #47B16A;
}
.AnyTagClassName
{
color: #47B16A;
}
</style>
background-color css
<style>
a { background-color: #47B16A; }
a { background-color: rgb(71,177,106); }
div.DivClassName
{
background-color: #47B16A;
}
.BgClassName
{
background-color: #47B16A;
}
</style>
border-color css
<style>
span { border-color: #47B16A; }
span { border-color: rgb(71,177,106); }
td.TdClassName
{
border-color: #47B16A;
}
.TagClassName
{
border-color: #47B16A;
}
</style>