Shades of British Racing Green #00401F
Tints of British Racing Green #00401F
RGB
CMYK
RGB Variations
Color information
#00401F (or 0x00401F) is known color: British Racing Green. HEX triplet: 00, 40 and 1F. RGB value is (0,64,31). Sum of RGB (Red+Green+Blue) = 0+64+31=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 64 (25.39% from 255 or 67.37% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 64 - color contains mainly: green. Hex color #00401F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00401F is #FFBFE0. Grayscale: #292929. Windows color (decimal): -16760801 or 2048000. OLE color: 2048000.
HSL color Cylindrical-coordinate representation of color #00401F: hue angle of 149.06º 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 #00401F is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 64 | 31 | - |
| CMYK | 1 | 0 | 0.52 | 0.75 |
| HSL | 149.06º | 1% | 0.13% | - |
| HSV(B) | 149.06º | 1% | 0.25% | - |
| XYZ | 2.08 | 3.77 | 1.91 | - |
| YUV | 41.1 | 122.3 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 31 | 1 | 0 | 0.52 | 0.75 | 149.06 | 1 | 0.13 |
| Hex | 0 | 40 | 1F | 64 | 0 | 34 | 4B | 95 | 64 | D |
| Octal | 0 | 100 | 37 | 144 | 0 | 64 | 113 | 225 | 144 | 15 |
| Binary | 0 | 1000000 | 11111 | 1100100 | 0 | 110100 | 1001011 | 10010101 | 1100100 | 1101 |
Color Harmonies of #00401F
Complementary color
Monochromatic Colors of #00401F
Black with #00401F
Text Example
Text Example
White with #00401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00401F; }
p { color: rgb(0,64,31); }
H1.HeaderClassName
{
color: #00401F;
}
.AnyTagClassName
{
color: #00401F;
}
</style>
background-color css
<style>
a { background-color: #00401F; }
a { background-color: rgb(0,64,31); }
div.DivClassName
{
background-color: #00401F;
}
.BgClassName
{
background-color: #00401F;
}
</style>
border-color css
<style>
span { border-color: #00401F; }
span { border-color: rgb(0,64,31); }
td.TdClassName
{
border-color: #00401F;
}
.TagClassName
{
border-color: #00401F;
}
</style>