Shades of British Racing Green #004614
Tints of British Racing Green #004614
RGB
CMYK
RGB Variations
Color information
#004614 (or 0x004614) is known color: British Racing Green. HEX triplet: 00, 46 and 14. RGB value is (0,70,20). Sum of RGB (Red+Green+Blue) = 0+70+20=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 70 (27.73% from 255 or 77.78% from 90); Blue value is 20 (8.20% from 255 or 22.22% from 90); Max value from RGB is 70 - color contains mainly: green. Hex color #004614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004614 is #FFB9EB. Grayscale: #2B2B2B. Windows color (decimal): -16759276 or 1328640. OLE color: 1328640.
HSL color Cylindrical-coordinate representation of color #004614: hue angle of 137.14º 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 #004614 is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 70 | 20 | - |
| CMYK | 1 | 0 | 0.71 | 0.73 |
| HSL | 137.14º | 1% | 0.14% | - |
| HSV(B) | 137.14º | 1% | 0.27% | - |
| XYZ | 2.32 | 4.43 | 1.39 | - |
| YUV | 43.37 | 114.81 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 20 | 1 | 0 | 0.71 | 0.73 | 137.14 | 1 | 0.14 |
| Hex | 0 | 46 | 14 | 64 | 0 | 47 | 49 | 89 | 64 | E |
| Octal | 0 | 106 | 24 | 144 | 0 | 107 | 111 | 211 | 144 | 16 |
| Binary | 0 | 1000110 | 10100 | 1100100 | 0 | 1000111 | 1001001 | 10001001 | 1100100 | 1110 |
Color Harmonies of #004614
Complementary color
Monochromatic Colors of #004614
Black with #004614
Text Example
Text Example
White with #004614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004614; }
p { color: rgb(0,70,20); }
H1.HeaderClassName
{
color: #004614;
}
.AnyTagClassName
{
color: #004614;
}
</style>
background-color css
<style>
a { background-color: #004614; }
a { background-color: rgb(0,70,20); }
div.DivClassName
{
background-color: #004614;
}
.BgClassName
{
background-color: #004614;
}
</style>
border-color css
<style>
span { border-color: #004614; }
span { border-color: rgb(0,70,20); }
td.TdClassName
{
border-color: #004614;
}
.TagClassName
{
border-color: #004614;
}
</style>