Shades of British Racing Green #01401E
Tints of British Racing Green #01401E
RGB
CMYK
RGB Variations
Color information
#01401E (or 0x01401E) is known color: British Racing Green. HEX triplet: 01, 40 and 1E. RGB value is (1,64,30). Sum of RGB (Red+Green+Blue) = 1+64+30=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 64 (25.39% from 255 or 67.37% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 64 - color contains mainly: green. Hex color #01401E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01401E is #FEBFE1. Grayscale: #292929. Windows color (decimal): -16695266 or 1982465. OLE color: 1982465.
HSL color Cylindrical-coordinate representation of color #01401E: hue angle of 147.62º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01401E is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 64 | 30 | - |
| CMYK | 0.98 | 0 | 0.53 | 0.75 |
| HSL | 147.62º | 0.97% | 0.13% | - |
| HSV(B) | 147.62º | 0.98% | 0.25% | - |
| XYZ | 2.08 | 3.77 | 1.85 | - |
| YUV | 41.29 | 121.63 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 30 | 0.98 | 0 | 0.53 | 0.75 | 147.62 | 0.97 | 0.13 |
| Hex | 1 | 40 | 1E | 62 | 0 | 35 | 4B | 94 | 61 | D |
| Octal | 1 | 100 | 36 | 142 | 0 | 65 | 113 | 224 | 141 | 15 |
| Binary | 1 | 1000000 | 11110 | 1100010 | 0 | 110101 | 1001011 | 10010100 | 1100001 | 1101 |
Color Harmonies of #01401E
Complementary color
Monochromatic Colors of #01401E
Black with #01401E
Text Example
Text Example
White with #01401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01401E; }
p { color: rgb(1,64,30); }
H1.HeaderClassName
{
color: #01401E;
}
.AnyTagClassName
{
color: #01401E;
}
</style>
background-color css
<style>
a { background-color: #01401E; }
a { background-color: rgb(1,64,30); }
div.DivClassName
{
background-color: #01401E;
}
.BgClassName
{
background-color: #01401E;
}
</style>
border-color css
<style>
span { border-color: #01401E; }
span { border-color: rgb(1,64,30); }
td.TdClassName
{
border-color: #01401E;
}
.TagClassName
{
border-color: #01401E;
}
</style>