Shades of British Racing Green #004514
Tints of British Racing Green #004514
RGB
CMYK
RGB Variations
Color information
#004514 (or 0x004514) is known color: British Racing Green. HEX triplet: 00, 45 and 14. RGB value is (0,69,20). Sum of RGB (Red+Green+Blue) = 0+69+20=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 69 (27.34% from 255 or 77.53% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 69 - color contains mainly: green. Hex color #004514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004514 is #FFBAEB. Grayscale: #2A2A2A. Windows color (decimal): -16759532 or 1328384. OLE color: 1328384.
HSL color Cylindrical-coordinate representation of color #004514: hue angle of 137.39º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004514 is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 69 | 20 | - |
| CMYK | 1 | 0 | 0.71 | 0.73 |
| HSL | 137.39º | 1% | 0.14% | - |
| HSV(B) | 137.39º | 1% | 0.27% | - |
| XYZ | 2.25 | 4.31 | 1.37 | - |
| YUV | 42.78 | 115.14 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 69 | 20 | 1 | 0 | 0.71 | 0.73 | 137.39 | 1 | 0.14 |
| Hex | 0 | 45 | 14 | 64 | 0 | 47 | 49 | 89 | 64 | E |
| Octal | 0 | 105 | 24 | 144 | 0 | 107 | 111 | 211 | 144 | 16 |
| Binary | 0 | 1000101 | 10100 | 1100100 | 0 | 1000111 | 1001001 | 10001001 | 1100100 | 1110 |
Color Harmonies of #004514
Complementary color
Monochromatic Colors of #004514
Black with #004514
Text Example
Text Example
White with #004514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004514; }
p { color: rgb(0,69,20); }
H1.HeaderClassName
{
color: #004514;
}
.AnyTagClassName
{
color: #004514;
}
</style>
background-color css
<style>
a { background-color: #004514; }
a { background-color: rgb(0,69,20); }
div.DivClassName
{
background-color: #004514;
}
.BgClassName
{
background-color: #004514;
}
</style>
border-color css
<style>
span { border-color: #004514; }
span { border-color: rgb(0,69,20); }
td.TdClassName
{
border-color: #004514;
}
.TagClassName
{
border-color: #004514;
}
</style>