Shades of British Racing Green #004311
Tints of British Racing Green #004311
RGB
CMYK
RGB Variations
Color information
#004311 (or 0x004311) is known color: British Racing Green. HEX triplet: 00, 43 and 11. RGB value is (0,67,17). Sum of RGB (Red+Green+Blue) = 0+67+17=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 67 (26.56% from 255 or 79.76% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 67 - color contains mainly: green. Hex color #004311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004311 is #FFBCEE. Grayscale: #292929. Windows color (decimal): -16760047 or 1131264. OLE color: 1131264.
HSL color Cylindrical-coordinate representation of color #004311: hue angle of 135.22º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004311 is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 0 | 67 | 17 | - |
| CMYK | 1 | 0 | 0.75 | 0.74 |
| HSL | 135.22º | 1% | 0.13% | - |
| HSV(B) | 135.22º | 1% | 0.26% | - |
| XYZ | 2.11 | 4.05 | 1.2 | - |
| YUV | 41.27 | 114.3 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 67 | 17 | 1 | 0 | 0.75 | 0.74 | 135.22 | 1 | 0.13 |
| Hex | 0 | 43 | 11 | 64 | 0 | 4B | 4A | 87 | 64 | D |
| Octal | 0 | 103 | 21 | 144 | 0 | 113 | 112 | 207 | 144 | 15 |
| Binary | 0 | 1000011 | 10001 | 1100100 | 0 | 1001011 | 1001010 | 10000111 | 1100100 | 1101 |
Color Harmonies of #004311
Complementary color
Monochromatic Colors of #004311
Black with #004311
Text Example
Text Example
White with #004311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004311; }
p { color: rgb(0,67,17); }
H1.HeaderClassName
{
color: #004311;
}
.AnyTagClassName
{
color: #004311;
}
</style>
background-color css
<style>
a { background-color: #004311; }
a { background-color: rgb(0,67,17); }
div.DivClassName
{
background-color: #004311;
}
.BgClassName
{
background-color: #004311;
}
</style>
border-color css
<style>
span { border-color: #004311; }
span { border-color: rgb(0,67,17); }
td.TdClassName
{
border-color: #004311;
}
.TagClassName
{
border-color: #004311;
}
</style>