Shades of British Racing Green #00401A
Tints of British Racing Green #00401A
RGB
CMYK
RGB Variations
Color information
#00401A (or 0x00401A) is known color: British Racing Green. HEX triplet: 00, 40 and 1A. RGB value is (0,64,26). Sum of RGB (Red+Green+Blue) = 0+64+26=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 64 (25.39% from 255 or 71.11% from 90); Blue value is 26 (10.55% from 255 or 28.89% from 90); Max value from RGB is 64 - color contains mainly: green. Hex color #00401A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00401A is #FFBFE5. Grayscale: #282828. Windows color (decimal): -16760806 or 1720320. OLE color: 1720320.
HSL color Cylindrical-coordinate representation of color #00401A: hue angle of 144.38º 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 #00401A is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 64 | 26 | - |
| CMYK | 1 | 0 | 0.59 | 0.75 |
| HSL | 144.38º | 1% | 0.13% | - |
| HSV(B) | 144.38º | 1% | 0.25% | - |
| XYZ | 2.02 | 3.74 | 1.59 | - |
| YUV | 40.53 | 119.8 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 26 | 1 | 0 | 0.59 | 0.75 | 144.38 | 1 | 0.13 |
| Hex | 0 | 40 | 1A | 64 | 0 | 3B | 4B | 90 | 64 | D |
| Octal | 0 | 100 | 32 | 144 | 0 | 73 | 113 | 220 | 144 | 15 |
| Binary | 0 | 1000000 | 11010 | 1100100 | 0 | 111011 | 1001011 | 10010000 | 1100100 | 1101 |
Color Harmonies of #00401A
Complementary color
Monochromatic Colors of #00401A
Black with #00401A
Text Example
Text Example
White with #00401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00401A; }
p { color: rgb(0,64,26); }
H1.HeaderClassName
{
color: #00401A;
}
.AnyTagClassName
{
color: #00401A;
}
</style>
background-color css
<style>
a { background-color: #00401A; }
a { background-color: rgb(0,64,26); }
div.DivClassName
{
background-color: #00401A;
}
.BgClassName
{
background-color: #00401A;
}
</style>
border-color css
<style>
span { border-color: #00401A; }
span { border-color: rgb(0,64,26); }
td.TdClassName
{
border-color: #00401A;
}
.TagClassName
{
border-color: #00401A;
}
</style>