Shades of British Racing Green #004011
Tints of British Racing Green #004011
RGB
CMYK
RGB Variations
Color information
#004011 (or 0x004011) is known color: British Racing Green. HEX triplet: 00, 40 and 11. RGB value is (0,64,17). Sum of RGB (Red+Green+Blue) = 0+64+17=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 64 (25.39% from 255 or 79.01% from 81); Blue value is 17 (7.03% from 255 or 20.99% from 81); Max value from RGB is 64 - color contains mainly: green. Hex color #004011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004011 is #FFBFEE. Grayscale: #272727. Windows color (decimal): -16760815 or 1130496. OLE color: 1130496.
HSL color Cylindrical-coordinate representation of color #004011: hue angle of 135.94º 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 #004011 is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 64 | 17 | - |
| CMYK | 1 | 0 | 0.73 | 0.75 |
| HSL | 135.94º | 1% | 0.13% | - |
| HSV(B) | 135.94º | 1% | 0.25% | - |
| XYZ | 1.93 | 3.71 | 1.14 | - |
| YUV | 39.51 | 115.3 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 17 | 1 | 0 | 0.73 | 0.75 | 135.94 | 1 | 0.13 |
| Hex | 0 | 40 | 11 | 64 | 0 | 49 | 4B | 88 | 64 | D |
| Octal | 0 | 100 | 21 | 144 | 0 | 111 | 113 | 210 | 144 | 15 |
| Binary | 0 | 1000000 | 10001 | 1100100 | 0 | 1001001 | 1001011 | 10001000 | 1100100 | 1101 |
Color Harmonies of #004011
Complementary color
Monochromatic Colors of #004011
Black with #004011
Text Example
Text Example
White with #004011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004011; }
p { color: rgb(0,64,17); }
H1.HeaderClassName
{
color: #004011;
}
.AnyTagClassName
{
color: #004011;
}
</style>
background-color css
<style>
a { background-color: #004011; }
a { background-color: rgb(0,64,17); }
div.DivClassName
{
background-color: #004011;
}
.BgClassName
{
background-color: #004011;
}
</style>
border-color css
<style>
span { border-color: #004011; }
span { border-color: rgb(0,64,17); }
td.TdClassName
{
border-color: #004011;
}
.TagClassName
{
border-color: #004011;
}
</style>