Shades of British Racing Green #004314
Tints of British Racing Green #004314
RGB
CMYK
RGB Variations
Color information
#004314 (or 0x004314) is known color: British Racing Green. HEX triplet: 00, 43 and 14. RGB value is (0,67,20). Sum of RGB (Red+Green+Blue) = 0+67+20=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 67 (26.56% from 255 or 77.01% from 87); Blue value is 20 (8.20% from 255 or 22.99% from 87); Max value from RGB is 67 - color contains mainly: green. Hex color #004314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004314 is #FFBCEB. Grayscale: #292929. Windows color (decimal): -16760044 or 1327872. OLE color: 1327872.
HSL color Cylindrical-coordinate representation of color #004314: hue angle of 137.91º 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 #004314 is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 0 | 67 | 20 | - |
| CMYK | 1 | 0 | 0.70 | 0.74 |
| HSL | 137.91º | 1% | 0.13% | - |
| HSV(B) | 137.91º | 1% | 0.26% | - |
| XYZ | 2.13 | 4.06 | 1.33 | - |
| YUV | 41.61 | 115.8 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 67 | 20 | 1 | 0 | 0.70 | 0.74 | 137.91 | 1 | 0.13 |
| Hex | 0 | 43 | 14 | 64 | 0 | 46 | 4A | 8A | 64 | D |
| Octal | 0 | 103 | 24 | 144 | 0 | 106 | 112 | 212 | 144 | 15 |
| Binary | 0 | 1000011 | 10100 | 1100100 | 0 | 1000110 | 1001010 | 10001010 | 1100100 | 1101 |
Color Harmonies of #004314
Complementary color
Monochromatic Colors of #004314
Black with #004314
Text Example
Text Example
White with #004314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004314; }
p { color: rgb(0,67,20); }
H1.HeaderClassName
{
color: #004314;
}
.AnyTagClassName
{
color: #004314;
}
</style>
background-color css
<style>
a { background-color: #004314; }
a { background-color: rgb(0,67,20); }
div.DivClassName
{
background-color: #004314;
}
.BgClassName
{
background-color: #004314;
}
</style>
border-color css
<style>
span { border-color: #004314; }
span { border-color: rgb(0,67,20); }
td.TdClassName
{
border-color: #004314;
}
.TagClassName
{
border-color: #004314;
}
</style>