Shades of British Racing Green #04471C
Tints of British Racing Green #04471C
RGB
CMYK
RGB Variations
Color information
#04471C (or 0x04471C) is known color: British Racing Green. HEX triplet: 04, 47 and 1C. RGB value is (4,71,28). Sum of RGB (Red+Green+Blue) = 4+71+28=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 71 (28.12% from 255 or 68.93% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 71 - color contains mainly: green. Hex color #04471C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04471C is #FBB8E3. Grayscale: #2E2E2E. Windows color (decimal): -16496868 or 1853188. OLE color: 1853188.
HSL color Cylindrical-coordinate representation of color #04471C: hue angle of 141.49º 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 #04471C is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 4 | 71 | 28 | - |
| CMYK | 0.94 | 0 | 0.61 | 0.72 |
| HSL | 141.49º | 0.89% | 0.15% | - |
| HSV(B) | 141.49º | 0.94% | 0.28% | - |
| XYZ | 2.51 | 4.62 | 1.86 | - |
| YUV | 46.07 | 117.8 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 71 | 28 | 0.94 | 0 | 0.61 | 0.72 | 141.49 | 0.89 | 0.15 |
| Hex | 4 | 47 | 1C | 5E | 0 | 3D | 48 | 8D | 59 | F |
| Octal | 4 | 107 | 34 | 136 | 0 | 75 | 110 | 215 | 131 | 17 |
| Binary | 100 | 1000111 | 11100 | 1011110 | 0 | 111101 | 1001000 | 10001101 | 1011001 | 1111 |
Color Harmonies of #04471C
Complementary color
Monochromatic Colors of #04471C
Black with #04471C
Text Example
Text Example
White with #04471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04471C; }
p { color: rgb(4,71,28); }
H1.HeaderClassName
{
color: #04471C;
}
.AnyTagClassName
{
color: #04471C;
}
</style>
background-color css
<style>
a { background-color: #04471C; }
a { background-color: rgb(4,71,28); }
div.DivClassName
{
background-color: #04471C;
}
.BgClassName
{
background-color: #04471C;
}
</style>
border-color css
<style>
span { border-color: #04471C; }
span { border-color: rgb(4,71,28); }
td.TdClassName
{
border-color: #04471C;
}
.TagClassName
{
border-color: #04471C;
}
</style>