Shades of British Racing Green #00400E
Tints of British Racing Green #00400E
RGB
CMYK
RGB Variations
Color information
#00400E (or 0x00400E) is known color: British Racing Green. HEX triplet: 00, 40 and 0E. RGB value is (0,64,14). Sum of RGB (Red+Green+Blue) = 0+64+14=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 64 (25.39% from 255 or 82.05% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 64 - color contains mainly: green. Hex color #00400E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00400E is #FFBFF1. Grayscale: #272727. Windows color (decimal): -16760818 or 933888. OLE color: 933888.
HSL color Cylindrical-coordinate representation of color #00400E: hue angle of 133.12º 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 #00400E is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 64 | 14 | - |
| CMYK | 1 | 0 | 0.78 | 0.75 |
| HSL | 133.13º | 1% | 0.13% | - |
| HSV(B) | 133.13º | 1% | 0.25% | - |
| XYZ | 1.91 | 3.7 | 1.03 | - |
| YUV | 39.16 | 113.8 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 14 | 1 | 0 | 0.78 | 0.75 | 133.13 | 1 | 0.13 |
| Hex | 0 | 40 | E | 64 | 0 | 4E | 4B | 85 | 64 | D |
| Octal | 0 | 100 | 16 | 144 | 0 | 116 | 113 | 205 | 144 | 15 |
| Binary | 0 | 1000000 | 1110 | 1100100 | 0 | 1001110 | 1001011 | 10000101 | 1100100 | 1101 |
Color Harmonies of #00400E
Complementary color
Monochromatic Colors of #00400E
Black with #00400E
Text Example
Text Example
White with #00400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00400E; }
p { color: rgb(0,64,14); }
H1.HeaderClassName
{
color: #00400E;
}
.AnyTagClassName
{
color: #00400E;
}
</style>
background-color css
<style>
a { background-color: #00400E; }
a { background-color: rgb(0,64,14); }
div.DivClassName
{
background-color: #00400E;
}
.BgClassName
{
background-color: #00400E;
}
</style>
border-color css
<style>
span { border-color: #00400E; }
span { border-color: rgb(0,64,14); }
td.TdClassName
{
border-color: #00400E;
}
.TagClassName
{
border-color: #00400E;
}
</style>