Shades of British Racing Green #014027
Tints of British Racing Green #014027
RGB
CMYK
RGB Variations
Color information
#014027 (or 0x014027) is known color: British Racing Green. HEX triplet: 01, 40 and 27. RGB value is (1,64,39). Sum of RGB (Red+Green+Blue) = 1+64+39=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 64 (25.39% from 255 or 61.54% from 104); Blue value is 39 (15.62% from 255 or 37.5% from 104); Max value from RGB is 64 - color contains mainly: green. Hex color #014027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014027 is #FEBFD8. Grayscale: #2A2A2A. Windows color (decimal): -16695257 or 2572289. OLE color: 2572289.
HSL color Cylindrical-coordinate representation of color #014027: hue angle of 156.19º 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 #014027 is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 64 | 39 | - |
| CMYK | 0.98 | 0 | 0.39 | 0.75 |
| HSL | 156.19º | 0.97% | 0.13% | - |
| HSV(B) | 156.19º | 0.98% | 0.25% | - |
| XYZ | 2.21 | 3.82 | 2.54 | - |
| YUV | 42.31 | 126.13 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 39 | 0.98 | 0 | 0.39 | 0.75 | 156.19 | 0.97 | 0.13 |
| Hex | 1 | 40 | 27 | 62 | 0 | 27 | 4B | 9C | 61 | D |
| Octal | 1 | 100 | 47 | 142 | 0 | 47 | 113 | 234 | 141 | 15 |
| Binary | 1 | 1000000 | 100111 | 1100010 | 0 | 100111 | 1001011 | 10011100 | 1100001 | 1101 |
Color Harmonies of #014027
Complementary color
Monochromatic Colors of #014027
Black with #014027
Text Example
Text Example
White with #014027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014027; }
p { color: rgb(1,64,39); }
H1.HeaderClassName
{
color: #014027;
}
.AnyTagClassName
{
color: #014027;
}
</style>
background-color css
<style>
a { background-color: #014027; }
a { background-color: rgb(1,64,39); }
div.DivClassName
{
background-color: #014027;
}
.BgClassName
{
background-color: #014027;
}
</style>
border-color css
<style>
span { border-color: #014027; }
span { border-color: rgb(1,64,39); }
td.TdClassName
{
border-color: #014027;
}
.TagClassName
{
border-color: #014027;
}
</style>