Shades of British Racing Green #004111
Tints of British Racing Green #004111
RGB
CMYK
RGB Variations
Color information
#004111 (or 0x004111) is known color: British Racing Green. HEX triplet: 00, 41 and 11. RGB value is (0,65,17). Sum of RGB (Red+Green+Blue) = 0+65+17=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 65 (25.78% from 255 or 79.27% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 65 - color contains mainly: green. Hex color #004111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004111 is #FFBEEE. Grayscale: #282828. Windows color (decimal): -16760559 or 1130752. OLE color: 1130752.
HSL color Cylindrical-coordinate representation of color #004111: hue angle of 135.69º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004111 is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 65 | 17 | - |
| CMYK | 1 | 0 | 0.74 | 0.75 |
| HSL | 135.69º | 1% | 0.13% | - |
| HSV(B) | 135.69º | 1% | 0.25% | - |
| XYZ | 1.99 | 3.82 | 1.16 | - |
| YUV | 40.09 | 114.97 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 65 | 17 | 1 | 0 | 0.74 | 0.75 | 135.69 | 1 | 0.13 |
| Hex | 0 | 41 | 11 | 64 | 0 | 4A | 4B | 88 | 64 | D |
| Octal | 0 | 101 | 21 | 144 | 0 | 112 | 113 | 210 | 144 | 15 |
| Binary | 0 | 1000001 | 10001 | 1100100 | 0 | 1001010 | 1001011 | 10001000 | 1100100 | 1101 |
Color Harmonies of #004111
Complementary color
Monochromatic Colors of #004111
Black with #004111
Text Example
Text Example
White with #004111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004111; }
p { color: rgb(0,65,17); }
H1.HeaderClassName
{
color: #004111;
}
.AnyTagClassName
{
color: #004111;
}
</style>
background-color css
<style>
a { background-color: #004111; }
a { background-color: rgb(0,65,17); }
div.DivClassName
{
background-color: #004111;
}
.BgClassName
{
background-color: #004111;
}
</style>
border-color css
<style>
span { border-color: #004111; }
span { border-color: rgb(0,65,17); }
td.TdClassName
{
border-color: #004111;
}
.TagClassName
{
border-color: #004111;
}
</style>