Shades of British Racing Green #014010
Tints of British Racing Green #014010
RGB
CMYK
RGB Variations
Color information
#014010 (or 0x014010) is known color: British Racing Green. HEX triplet: 01, 40 and 10. RGB value is (1,64,16). Sum of RGB (Red+Green+Blue) = 1+64+16=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 64 (25.39% from 255 or 79.01% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 64 - color contains mainly: green. Hex color #014010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014010 is #FEBFEF. Grayscale: #272727. Windows color (decimal): -16695280 or 1064961. OLE color: 1064961.
HSL color Cylindrical-coordinate representation of color #014010: hue angle of 134.29º 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 #014010 is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 64 | 16 | - |
| CMYK | 0.98 | 0 | 0.75 | 0.75 |
| HSL | 134.29º | 0.97% | 0.13% | - |
| HSV(B) | 134.29º | 0.98% | 0.25% | - |
| XYZ | 1.94 | 3.71 | 1.1 | - |
| YUV | 39.69 | 114.63 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 16 | 0.98 | 0 | 0.75 | 0.75 | 134.29 | 0.97 | 0.13 |
| Hex | 1 | 40 | 10 | 62 | 0 | 4B | 4B | 86 | 61 | D |
| Octal | 1 | 100 | 20 | 142 | 0 | 113 | 113 | 206 | 141 | 15 |
| Binary | 1 | 1000000 | 10000 | 1100010 | 0 | 1001011 | 1001011 | 10000110 | 1100001 | 1101 |
Color Harmonies of #014010
Complementary color
Monochromatic Colors of #014010
Black with #014010
Text Example
Text Example
White with #014010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014010; }
p { color: rgb(1,64,16); }
H1.HeaderClassName
{
color: #014010;
}
.AnyTagClassName
{
color: #014010;
}
</style>
background-color css
<style>
a { background-color: #014010; }
a { background-color: rgb(1,64,16); }
div.DivClassName
{
background-color: #014010;
}
.BgClassName
{
background-color: #014010;
}
</style>
border-color css
<style>
span { border-color: #014010; }
span { border-color: rgb(1,64,16); }
td.TdClassName
{
border-color: #014010;
}
.TagClassName
{
border-color: #014010;
}
</style>