Shades of British Racing Green #04411D
Tints of British Racing Green #04411D
RGB
CMYK
RGB Variations
Color information
#04411D (or 0x04411D) is known color: British Racing Green. HEX triplet: 04, 41 and 1D. RGB value is (4,65,29). Sum of RGB (Red+Green+Blue) = 4+65+29=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 65 (25.78% from 255 or 66.33% from 98); Blue value is 29 (11.72% from 255 or 29.59% from 98); Max value from RGB is 65 - color contains mainly: green. Hex color #04411D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04411D is #FBBEE2. Grayscale: #2A2A2A. Windows color (decimal): -16498403 or 1917188. OLE color: 1917188.
HSL color Cylindrical-coordinate representation of color #04411D: hue angle of 144.59º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04411D is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 65 | 29 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.75 |
| HSL | 144.59º | 0.88% | 0.14% | - |
| HSV(B) | 144.59º | 0.94% | 0.25% | - |
| XYZ | 2.16 | 3.9 | 1.8 | - |
| YUV | 42.66 | 120.29 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 65 | 29 | 0.94 | 0 | 0.55 | 0.75 | 144.59 | 0.88 | 0.14 |
| Hex | 4 | 41 | 1D | 5E | 0 | 37 | 4B | 91 | 58 | E |
| Octal | 4 | 101 | 35 | 136 | 0 | 67 | 113 | 221 | 130 | 16 |
| Binary | 100 | 1000001 | 11101 | 1011110 | 0 | 110111 | 1001011 | 10010001 | 1011000 | 1110 |
Color Harmonies of #04411D
Complementary color
Monochromatic Colors of #04411D
Black with #04411D
Text Example
Text Example
White with #04411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04411D; }
p { color: rgb(4,65,29); }
H1.HeaderClassName
{
color: #04411D;
}
.AnyTagClassName
{
color: #04411D;
}
</style>
background-color css
<style>
a { background-color: #04411D; }
a { background-color: rgb(4,65,29); }
div.DivClassName
{
background-color: #04411D;
}
.BgClassName
{
background-color: #04411D;
}
</style>
border-color css
<style>
span { border-color: #04411D; }
span { border-color: rgb(4,65,29); }
td.TdClassName
{
border-color: #04411D;
}
.TagClassName
{
border-color: #04411D;
}
</style>