Shades of Ocean Green #47A27B
Tints of Ocean Green #47A27B
RGB
CMYK
RGB Variations
Color information
#47A27B (or 0x47A27B) is known color: Ocean Green. HEX triplet: 47, A2 and 7B. RGB value is (71,162,123). Sum of RGB (Red+Green+Blue) = 71+162+123=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 162 - color contains mainly: green. Hex color #47A27B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A27B is #B85D84. Grayscale: #828282. Windows color (decimal): -12082565 or 8102471. OLE color: 8102471.
HSL color Cylindrical-coordinate representation of color #47A27B: hue angle of 154.29º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47A27B is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 162 | 123 | - |
| CMYK | 0.56 | 0 | 0.24 | 0.36 |
| HSL | 154.29º | 0.39% | 0.46% | - |
| HSV(B) | 154.29º | 0.56% | 0.64% | - |
| XYZ | 19.09 | 28.61 | 23.25 | - |
| YUV | 130.35 | 123.85 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 162 | 123 | 0.56 | 0 | 0.24 | 0.36 | 154.29 | 0.39 | 0.46 |
| Hex | 47 | A2 | 7B | 38 | 0 | 18 | 24 | 9A | 27 | 2E |
| Octal | 107 | 242 | 173 | 70 | 0 | 30 | 44 | 232 | 47 | 56 |
| Binary | 1000111 | 10100010 | 1111011 | 111000 | 0 | 11000 | 100100 | 10011010 | 100111 | 101110 |
Color Harmonies of #47A27B
Complementary color
Monochromatic Colors of #47A27B
Black with #47A27B
Text Example
Text Example
White with #47A27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A27B; }
p { color: rgb(71,162,123); }
H1.HeaderClassName
{
color: #47A27B;
}
.AnyTagClassName
{
color: #47A27B;
}
</style>
background-color css
<style>
a { background-color: #47A27B; }
a { background-color: rgb(71,162,123); }
div.DivClassName
{
background-color: #47A27B;
}
.BgClassName
{
background-color: #47A27B;
}
</style>
border-color css
<style>
span { border-color: #47A27B; }
span { border-color: rgb(71,162,123); }
td.TdClassName
{
border-color: #47A27B;
}
.TagClassName
{
border-color: #47A27B;
}
</style>