Shades of British Racing Green #04472E
Tints of British Racing Green #04472E
RGB
CMYK
RGB Variations
Color information
#04472E (or 0x04472E) is known color: British Racing Green. HEX triplet: 04, 47 and 2E. RGB value is (4,71,46). Sum of RGB (Red+Green+Blue) = 4+71+46=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #04472E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04472E is #FBB8D1. Grayscale: #303030. Windows color (decimal): -16496850 or 3032836. OLE color: 3032836.
HSL color Cylindrical-coordinate representation of color #04472E: hue angle of 157.61º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04472E is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 4 | 71 | 46 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.72 |
| HSL | 157.61º | 0.89% | 0.15% | - |
| HSV(B) | 157.61º | 0.94% | 0.28% | - |
| XYZ | 2.8 | 4.73 | 3.35 | - |
| YUV | 48.12 | 126.8 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 71 | 46 | 0.94 | 0 | 0.35 | 0.72 | 157.61 | 0.89 | 0.15 |
| Hex | 4 | 47 | 2E | 5E | 0 | 23 | 48 | 9E | 59 | F |
| Octal | 4 | 107 | 56 | 136 | 0 | 43 | 110 | 236 | 131 | 17 |
| Binary | 100 | 1000111 | 101110 | 1011110 | 0 | 100011 | 1001000 | 10011110 | 1011001 | 1111 |
Color Harmonies of #04472E
Complementary color
Monochromatic Colors of #04472E
Black with #04472E
Text Example
Text Example
White with #04472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04472E; }
p { color: rgb(4,71,46); }
H1.HeaderClassName
{
color: #04472E;
}
.AnyTagClassName
{
color: #04472E;
}
</style>
background-color css
<style>
a { background-color: #04472E; }
a { background-color: rgb(4,71,46); }
div.DivClassName
{
background-color: #04472E;
}
.BgClassName
{
background-color: #04472E;
}
</style>
border-color css
<style>
span { border-color: #04472E; }
span { border-color: rgb(4,71,46); }
td.TdClassName
{
border-color: #04472E;
}
.TagClassName
{
border-color: #04472E;
}
</style>