Shades of British Racing Green #014117
Tints of British Racing Green #014117
RGB
CMYK
RGB Variations
Color information
#014117 (or 0x014117) is known color: British Racing Green. HEX triplet: 01, 41 and 17. RGB value is (1,65,23). Sum of RGB (Red+Green+Blue) = 1+65+23=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 65 (25.78% from 255 or 73.03% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 65 - color contains mainly: green. Hex color #014117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014117 is #FEBEE8. Grayscale: #292929. Windows color (decimal): -16695017 or 1523969. OLE color: 1523969.
HSL color Cylindrical-coordinate representation of color #014117: hue angle of 140.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 #014117 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 65 | 23 | - |
| CMYK | 0.98 | 0 | 0.65 | 0.75 |
| HSL | 140.63º | 0.97% | 0.13% | - |
| HSV(B) | 140.63º | 0.98% | 0.25% | - |
| XYZ | 2.06 | 3.85 | 1.45 | - |
| YUV | 41.08 | 117.8 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 23 | 0.98 | 0 | 0.65 | 0.75 | 140.63 | 0.97 | 0.13 |
| Hex | 1 | 41 | 17 | 62 | 0 | 41 | 4B | 8D | 61 | D |
| Octal | 1 | 101 | 27 | 142 | 0 | 101 | 113 | 215 | 141 | 15 |
| Binary | 1 | 1000001 | 10111 | 1100010 | 0 | 1000001 | 1001011 | 10001101 | 1100001 | 1101 |
Color Harmonies of #014117
Complementary color
Monochromatic Colors of #014117
Black with #014117
Text Example
Text Example
White with #014117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014117; }
p { color: rgb(1,65,23); }
H1.HeaderClassName
{
color: #014117;
}
.AnyTagClassName
{
color: #014117;
}
</style>
background-color css
<style>
a { background-color: #014117; }
a { background-color: rgb(1,65,23); }
div.DivClassName
{
background-color: #014117;
}
.BgClassName
{
background-color: #014117;
}
</style>
border-color css
<style>
span { border-color: #014117; }
span { border-color: rgb(1,65,23); }
td.TdClassName
{
border-color: #014117;
}
.TagClassName
{
border-color: #014117;
}
</style>