Shades of British Racing Green #00472E
Tints of British Racing Green #00472E
RGB
CMYK
RGB Variations
Color information
#00472E (or 0x00472E) is known color: British Racing Green. HEX triplet: 00, 47 and 2E. RGB value is (0,71,46). Sum of RGB (Red+Green+Blue) = 0+71+46=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 71 (28.12% from 255 or 60.68% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 71 - color contains mainly: green. Hex color #00472E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00472E is #FFB8D1. Grayscale: #2E2E2E. Windows color (decimal): -16758994 or 3032832. OLE color: 3032832.
HSL color Cylindrical-coordinate representation of color #00472E: hue angle of 158.87º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00472E is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 71 | 46 | - |
| CMYK | 1 | 0 | 0.35 | 0.72 |
| HSL | 158.87º | 1% | 0.14% | - |
| HSV(B) | 158.87º | 1% | 0.28% | - |
| XYZ | 2.75 | 4.7 | 3.35 | - |
| YUV | 46.92 | 127.48 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 71 | 46 | 1 | 0 | 0.35 | 0.72 | 158.87 | 1 | 0.14 |
| Hex | 0 | 47 | 2E | 64 | 0 | 23 | 48 | 9F | 64 | E |
| Octal | 0 | 107 | 56 | 144 | 0 | 43 | 110 | 237 | 144 | 16 |
| Binary | 0 | 1000111 | 101110 | 1100100 | 0 | 100011 | 1001000 | 10011111 | 1100100 | 1110 |
Color Harmonies of #00472E
Complementary color
Monochromatic Colors of #00472E
Black with #00472E
Text Example
Text Example
White with #00472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00472E; }
p { color: rgb(0,71,46); }
H1.HeaderClassName
{
color: #00472E;
}
.AnyTagClassName
{
color: #00472E;
}
</style>
background-color css
<style>
a { background-color: #00472E; }
a { background-color: rgb(0,71,46); }
div.DivClassName
{
background-color: #00472E;
}
.BgClassName
{
background-color: #00472E;
}
</style>
border-color css
<style>
span { border-color: #00472E; }
span { border-color: rgb(0,71,46); }
td.TdClassName
{
border-color: #00472E;
}
.TagClassName
{
border-color: #00472E;
}
</style>