Shades of British Racing Green #04471B
Tints of British Racing Green #04471B
RGB
CMYK
RGB Variations
Color information
#04471B (or 0x04471B) is known color: British Racing Green. HEX triplet: 04, 47 and 1B. RGB value is (4,71,27). Sum of RGB (Red+Green+Blue) = 4+71+27=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 71 (28.12% from 255 or 69.61% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 71 - color contains mainly: green. Hex color #04471B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04471B is #FBB8E4. Grayscale: #2E2E2E. Windows color (decimal): -16496869 or 1787652. OLE color: 1787652.
HSL color Cylindrical-coordinate representation of color #04471B: hue angle of 140.6º 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 #04471B is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 4 | 71 | 27 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.72 |
| HSL | 140.6º | 0.89% | 0.15% | - |
| HSV(B) | 140.6º | 0.94% | 0.28% | - |
| XYZ | 2.5 | 4.61 | 1.8 | - |
| YUV | 45.95 | 117.3 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 71 | 27 | 0.94 | 0 | 0.62 | 0.72 | 140.6 | 0.89 | 0.15 |
| Hex | 4 | 47 | 1B | 5E | 0 | 3E | 48 | 8D | 59 | F |
| Octal | 4 | 107 | 33 | 136 | 0 | 76 | 110 | 215 | 131 | 17 |
| Binary | 100 | 1000111 | 11011 | 1011110 | 0 | 111110 | 1001000 | 10001101 | 1011001 | 1111 |
Color Harmonies of #04471B
Complementary color
Monochromatic Colors of #04471B
Black with #04471B
Text Example
Text Example
White with #04471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04471B; }
p { color: rgb(4,71,27); }
H1.HeaderClassName
{
color: #04471B;
}
.AnyTagClassName
{
color: #04471B;
}
</style>
background-color css
<style>
a { background-color: #04471B; }
a { background-color: rgb(4,71,27); }
div.DivClassName
{
background-color: #04471B;
}
.BgClassName
{
background-color: #04471B;
}
</style>
border-color css
<style>
span { border-color: #04471B; }
span { border-color: rgb(4,71,27); }
td.TdClassName
{
border-color: #04471B;
}
.TagClassName
{
border-color: #04471B;
}
</style>