Shades of Ocean Green #47B281
Tints of Ocean Green #47B281
RGB
CMYK
RGB Variations
Color information
#47B281 (or 0x47B281) is known color: Ocean Green. HEX triplet: 47, B2 and 81. RGB value is (71,178,129). Sum of RGB (Red+Green+Blue) = 71+178+129=378 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.78% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 178 - color contains mainly: green. Hex color #47B281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47B281 is #B84D7E. Grayscale: #8C8C8C. Windows color (decimal): -12078463 or 8499783. OLE color: 8499783.
HSL color Cylindrical-coordinate representation of color #47B281: hue angle of 152.52º 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 #47B281 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 71 | 178 | 129 | - |
| CMYK | 0.60 | 0 | 0.28 | 0.30 |
| HSL | 152.52º | 0.43% | 0.49% | - |
| HSV(B) | 152.52º | 0.6% | 0.7% | - |
| XYZ | 22.48 | 34.77 | 26.29 | - |
| YUV | 140.42 | 121.55 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 178 | 129 | 0.60 | 0 | 0.28 | 0.30 | 152.52 | 0.43 | 0.49 |
| Hex | 47 | B2 | 81 | 3C | 0 | 1C | 1E | 99 | 2B | 31 |
| Octal | 107 | 262 | 201 | 74 | 0 | 34 | 36 | 231 | 53 | 61 |
| Binary | 1000111 | 10110010 | 10000001 | 111100 | 0 | 11100 | 11110 | 10011001 | 101011 | 110001 |
Color Harmonies of #47B281
Complementary color
Monochromatic Colors of #47B281
Black with #47B281
Text Example
Text Example
White with #47B281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B281; }
p { color: rgb(71,178,129); }
H1.HeaderClassName
{
color: #47B281;
}
.AnyTagClassName
{
color: #47B281;
}
</style>
background-color css
<style>
a { background-color: #47B281; }
a { background-color: rgb(71,178,129); }
div.DivClassName
{
background-color: #47B281;
}
.BgClassName
{
background-color: #47B281;
}
</style>
border-color css
<style>
span { border-color: #47B281; }
span { border-color: rgb(71,178,129); }
td.TdClassName
{
border-color: #47B281;
}
.TagClassName
{
border-color: #47B281;
}
</style>