Shades of Ocean Green #47B26C
Tints of Ocean Green #47B26C
RGB
CMYK
RGB Variations
Color information
#47B26C (or 0x47B26C) is known color: Ocean Green. HEX triplet: 47, B2 and 6C. RGB value is (71,178,108). Sum of RGB (Red+Green+Blue) = 71+178+108=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 178 (69.92% from 255 or 49.86% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 178 - color contains mainly: green. Hex color #47B26C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47B26C is #B84D93. Grayscale: #8A8A8A. Windows color (decimal): -12078484 or 7123527. OLE color: 7123527.
HSL color Cylindrical-coordinate representation of color #47B26C: hue angle of 140.75º 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 #47B26C is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 71 | 178 | 108 | - |
| CMYK | 0.60 | 0 | 0.39 | 0.30 |
| HSL | 140.75º | 0.43% | 0.49% | - |
| HSV(B) | 140.75º | 0.6% | 0.7% | - |
| XYZ | 21.23 | 34.26 | 19.68 | - |
| YUV | 138.03 | 111.05 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 178 | 108 | 0.60 | 0 | 0.39 | 0.30 | 140.75 | 0.43 | 0.49 |
| Hex | 47 | B2 | 6C | 3C | 0 | 27 | 1E | 8D | 2B | 31 |
| Octal | 107 | 262 | 154 | 74 | 0 | 47 | 36 | 215 | 53 | 61 |
| Binary | 1000111 | 10110010 | 1101100 | 111100 | 0 | 100111 | 11110 | 10001101 | 101011 | 110001 |
Color Harmonies of #47B26C
Complementary color
Monochromatic Colors of #47B26C
Black with #47B26C
Text Example
Text Example
White with #47B26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B26C; }
p { color: rgb(71,178,108); }
H1.HeaderClassName
{
color: #47B26C;
}
.AnyTagClassName
{
color: #47B26C;
}
</style>
background-color css
<style>
a { background-color: #47B26C; }
a { background-color: rgb(71,178,108); }
div.DivClassName
{
background-color: #47B26C;
}
.BgClassName
{
background-color: #47B26C;
}
</style>
border-color css
<style>
span { border-color: #47B26C; }
span { border-color: rgb(71,178,108); }
td.TdClassName
{
border-color: #47B26C;
}
.TagClassName
{
border-color: #47B26C;
}
</style>