Shades of Ocean Green #47946D
Tints of Ocean Green #47946D
RGB
CMYK
RGB Variations
Color information
#47946D (or 0x47946D) is known color: Ocean Green. HEX triplet: 47, 94 and 6D. RGB value is (71,148,109). Sum of RGB (Red+Green+Blue) = 71+148+109=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 148 - color contains mainly: green. Hex color #47946D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47946D is #B86B92. Grayscale: #787878. Windows color (decimal): -12086163 or 7181383. OLE color: 7181383.
HSL color Cylindrical-coordinate representation of color #47946D: hue angle of 149.61º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47946D is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 148 | 109 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.42 |
| HSL | 149.61º | 0.35% | 0.43% | - |
| HSV(B) | 149.61º | 0.52% | 0.58% | - |
| XYZ | 15.95 | 23.62 | 18.19 | - |
| YUV | 120.53 | 121.49 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 148 | 109 | 0.52 | 0 | 0.26 | 0.42 | 149.61 | 0.35 | 0.43 |
| Hex | 47 | 94 | 6D | 34 | 0 | 1A | 2A | 96 | 23 | 2B |
| Octal | 107 | 224 | 155 | 64 | 0 | 32 | 52 | 226 | 43 | 53 |
| Binary | 1000111 | 10010100 | 1101101 | 110100 | 0 | 11010 | 101010 | 10010110 | 100011 | 101011 |
Color Harmonies of #47946D
Complementary color
Monochromatic Colors of #47946D
Black with #47946D
Text Example
Text Example
White with #47946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47946D; }
p { color: rgb(71,148,109); }
H1.HeaderClassName
{
color: #47946D;
}
.AnyTagClassName
{
color: #47946D;
}
</style>
background-color css
<style>
a { background-color: #47946D; }
a { background-color: rgb(71,148,109); }
div.DivClassName
{
background-color: #47946D;
}
.BgClassName
{
background-color: #47946D;
}
</style>
border-color css
<style>
span { border-color: #47946D; }
span { border-color: rgb(71,148,109); }
td.TdClassName
{
border-color: #47946D;
}
.TagClassName
{
border-color: #47946D;
}
</style>