Shades of British Racing Green #04401E
Tints of British Racing Green #04401E
RGB
CMYK
RGB Variations
Color information
#04401E (or 0x04401E) is known color: British Racing Green. HEX triplet: 04, 40 and 1E. RGB value is (4,64,30). Sum of RGB (Red+Green+Blue) = 4+64+30=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 64 (25.39% from 255 or 65.31% from 98); Blue value is 30 (12.11% from 255 or 30.61% from 98); Max value from RGB is 64 - color contains mainly: green. Hex color #04401E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04401E is #FBBFE1. Grayscale: #2A2A2A. Windows color (decimal): -16498658 or 1982468. OLE color: 1982468.
HSL color Cylindrical-coordinate representation of color #04401E: hue angle of 146º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04401E is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 64 | 30 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.75 |
| HSL | 146º | 0.88% | 0.13% | - |
| HSV(B) | 146º | 0.94% | 0.25% | - |
| XYZ | 2.12 | 3.79 | 1.85 | - |
| YUV | 42.18 | 121.12 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 64 | 30 | 0.94 | 0 | 0.53 | 0.75 | 146 | 0.88 | 0.13 |
| Hex | 4 | 40 | 1E | 5E | 0 | 35 | 4B | 92 | 58 | D |
| Octal | 4 | 100 | 36 | 136 | 0 | 65 | 113 | 222 | 130 | 15 |
| Binary | 100 | 1000000 | 11110 | 1011110 | 0 | 110101 | 1001011 | 10010010 | 1011000 | 1101 |
Color Harmonies of #04401E
Complementary color
Monochromatic Colors of #04401E
Black with #04401E
Text Example
Text Example
White with #04401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04401E; }
p { color: rgb(4,64,30); }
H1.HeaderClassName
{
color: #04401E;
}
.AnyTagClassName
{
color: #04401E;
}
</style>
background-color css
<style>
a { background-color: #04401E; }
a { background-color: rgb(4,64,30); }
div.DivClassName
{
background-color: #04401E;
}
.BgClassName
{
background-color: #04401E;
}
</style>
border-color css
<style>
span { border-color: #04401E; }
span { border-color: rgb(4,64,30); }
td.TdClassName
{
border-color: #04401E;
}
.TagClassName
{
border-color: #04401E;
}
</style>