Shades of British Racing Green #014017
Tints of British Racing Green #014017
RGB
CMYK
RGB Variations
Color information
#014017 (or 0x014017) is known color: British Racing Green. HEX triplet: 01, 40 and 17. RGB value is (1,64,23). Sum of RGB (Red+Green+Blue) = 1+64+23=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 64 (25.39% from 255 or 72.73% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 64 - color contains mainly: green. Hex color #014017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014017 is #FEBFE8. Grayscale: #282828. Windows color (decimal): -16695273 or 1523713. OLE color: 1523713.
HSL color Cylindrical-coordinate representation of color #014017: hue angle of 140.95º 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 #014017 is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 64 | 23 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.75 |
| HSL | 140.95º | 0.97% | 0.13% | - |
| HSV(B) | 140.95º | 0.98% | 0.25% | - |
| XYZ | 2 | 3.74 | 1.43 | - |
| YUV | 40.49 | 118.13 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 23 | 0.98 | 0 | 0.64 | 0.75 | 140.95 | 0.97 | 0.13 |
| Hex | 1 | 40 | 17 | 62 | 0 | 40 | 4B | 8D | 61 | D |
| Octal | 1 | 100 | 27 | 142 | 0 | 100 | 113 | 215 | 141 | 15 |
| Binary | 1 | 1000000 | 10111 | 1100010 | 0 | 1000000 | 1001011 | 10001101 | 1100001 | 1101 |
Color Harmonies of #014017
Complementary color
Monochromatic Colors of #014017
Black with #014017
Text Example
Text Example
White with #014017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014017; }
p { color: rgb(1,64,23); }
H1.HeaderClassName
{
color: #014017;
}
.AnyTagClassName
{
color: #014017;
}
</style>
background-color css
<style>
a { background-color: #014017; }
a { background-color: rgb(1,64,23); }
div.DivClassName
{
background-color: #014017;
}
.BgClassName
{
background-color: #014017;
}
</style>
border-color css
<style>
span { border-color: #014017; }
span { border-color: rgb(1,64,23); }
td.TdClassName
{
border-color: #014017;
}
.TagClassName
{
border-color: #014017;
}
</style>