Shades of British Racing Green #04401D
Tints of British Racing Green #04401D
RGB
CMYK
RGB Variations
Color information
#04401D (or 0x04401D) is known color: British Racing Green. HEX triplet: 04, 40 and 1D. RGB value is (4,64,29). Sum of RGB (Red+Green+Blue) = 4+64+29=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 64 (25.39% from 255 or 65.98% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 64 - color contains mainly: green. Hex color #04401D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04401D is #FBBFE2. Grayscale: #2A2A2A. Windows color (decimal): -16498659 or 1916932. OLE color: 1916932.
HSL color Cylindrical-coordinate representation of color #04401D: hue angle of 145º 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 #04401D is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 64 | 29 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.75 |
| HSL | 145º | 0.88% | 0.13% | - |
| HSV(B) | 145º | 0.94% | 0.25% | - |
| XYZ | 2.11 | 3.78 | 1.78 | - |
| YUV | 42.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 64 | 29 | 0.94 | 0 | 0.55 | 0.75 | 145 | 0.88 | 0.13 |
| Hex | 4 | 40 | 1D | 5E | 0 | 37 | 4B | 91 | 58 | D |
| Octal | 4 | 100 | 35 | 136 | 0 | 67 | 113 | 221 | 130 | 15 |
| Binary | 100 | 1000000 | 11101 | 1011110 | 0 | 110111 | 1001011 | 10010001 | 1011000 | 1101 |
Color Harmonies of #04401D
Complementary color
Monochromatic Colors of #04401D
Black with #04401D
Text Example
Text Example
White with #04401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04401D; }
p { color: rgb(4,64,29); }
H1.HeaderClassName
{
color: #04401D;
}
.AnyTagClassName
{
color: #04401D;
}
</style>
background-color css
<style>
a { background-color: #04401D; }
a { background-color: rgb(4,64,29); }
div.DivClassName
{
background-color: #04401D;
}
.BgClassName
{
background-color: #04401D;
}
</style>
border-color css
<style>
span { border-color: #04401D; }
span { border-color: rgb(4,64,29); }
td.TdClassName
{
border-color: #04401D;
}
.TagClassName
{
border-color: #04401D;
}
</style>