Shades of British Racing Green #04451D
Tints of British Racing Green #04451D
RGB
CMYK
RGB Variations
Color information
#04451D (or 0x04451D) is known color: British Racing Green. HEX triplet: 04, 45 and 1D. RGB value is (4,69,29). Sum of RGB (Red+Green+Blue) = 4+69+29=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 69 (27.34% from 255 or 67.65% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 69 - color contains mainly: green. Hex color #04451D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04451D is #FBBAE2. Grayscale: #2D2D2D. Windows color (decimal): -16497379 or 1918212. OLE color: 1918212.
HSL color Cylindrical-coordinate representation of color #04451D: hue angle of 143.08º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04451D is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 69 | 29 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.73 |
| HSL | 143.08º | 0.89% | 0.14% | - |
| HSV(B) | 143.08º | 0.94% | 0.27% | - |
| XYZ | 2.4 | 4.37 | 1.88 | - |
| YUV | 45.01 | 118.97 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 69 | 29 | 0.94 | 0 | 0.58 | 0.73 | 143.08 | 0.89 | 0.14 |
| Hex | 4 | 45 | 1D | 5E | 0 | 3A | 49 | 8F | 59 | E |
| Octal | 4 | 105 | 35 | 136 | 0 | 72 | 111 | 217 | 131 | 16 |
| Binary | 100 | 1000101 | 11101 | 1011110 | 0 | 111010 | 1001001 | 10001111 | 1011001 | 1110 |
Color Harmonies of #04451D
Complementary color
Monochromatic Colors of #04451D
Black with #04451D
Text Example
Text Example
White with #04451D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04451D; }
p { color: rgb(4,69,29); }
H1.HeaderClassName
{
color: #04451D;
}
.AnyTagClassName
{
color: #04451D;
}
</style>
background-color css
<style>
a { background-color: #04451D; }
a { background-color: rgb(4,69,29); }
div.DivClassName
{
background-color: #04451D;
}
.BgClassName
{
background-color: #04451D;
}
</style>
border-color css
<style>
span { border-color: #04451D; }
span { border-color: rgb(4,69,29); }
td.TdClassName
{
border-color: #04451D;
}
.TagClassName
{
border-color: #04451D;
}
</style>