Shades of British Racing Green #014127
Tints of British Racing Green #014127
RGB
CMYK
RGB Variations
Color information
#014127 (or 0x014127) is known color: British Racing Green. HEX triplet: 01, 41 and 27. RGB value is (1,65,39). Sum of RGB (Red+Green+Blue) = 1+65+39=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 65 (25.78% from 255 or 61.90% from 105); Blue value is 39 (15.62% from 255 or 37.14% from 105); Max value from RGB is 65 - color contains mainly: green. Hex color #014127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014127 is #FEBED8. Grayscale: #2A2A2A. Windows color (decimal): -16695001 or 2572545. OLE color: 2572545.
HSL color Cylindrical-coordinate representation of color #014127: hue angle of 155.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 #014127 is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 65 | 39 | - |
| CMYK | 0.98 | 0 | 0.40 | 0.75 |
| HSL | 155.63º | 0.97% | 0.13% | - |
| HSV(B) | 155.63º | 0.98% | 0.25% | - |
| XYZ | 2.27 | 3.93 | 2.56 | - |
| YUV | 42.9 | 125.8 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 39 | 0.98 | 0 | 0.40 | 0.75 | 155.63 | 0.97 | 0.13 |
| Hex | 1 | 41 | 27 | 62 | 0 | 28 | 4B | 9C | 61 | D |
| Octal | 1 | 101 | 47 | 142 | 0 | 50 | 113 | 234 | 141 | 15 |
| Binary | 1 | 1000001 | 100111 | 1100010 | 0 | 101000 | 1001011 | 10011100 | 1100001 | 1101 |
Color Harmonies of #014127
Complementary color
Monochromatic Colors of #014127
Black with #014127
Text Example
Text Example
White with #014127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014127; }
p { color: rgb(1,65,39); }
H1.HeaderClassName
{
color: #014127;
}
.AnyTagClassName
{
color: #014127;
}
</style>
background-color css
<style>
a { background-color: #014127; }
a { background-color: rgb(1,65,39); }
div.DivClassName
{
background-color: #014127;
}
.BgClassName
{
background-color: #014127;
}
</style>
border-color css
<style>
span { border-color: #014127; }
span { border-color: rgb(1,65,39); }
td.TdClassName
{
border-color: #014127;
}
.TagClassName
{
border-color: #014127;
}
</style>