Shades of British Racing Green #014119
Tints of British Racing Green #014119
RGB
CMYK
RGB Variations
Color information
#014119 (or 0x014119) is known color: British Racing Green. HEX triplet: 01, 41 and 19. RGB value is (1,65,25). Sum of RGB (Red+Green+Blue) = 1+65+25=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 65 (25.78% from 255 or 71.43% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 65 - color contains mainly: green. Hex color #014119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014119 is #FEBEE6. Grayscale: #292929. Windows color (decimal): -16695015 or 1655041. OLE color: 1655041.
HSL color Cylindrical-coordinate representation of color #014119: hue angle of 142.5º 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 #014119 is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 65 | 25 | - |
| CMYK | 0.98 | 0 | 0.62 | 0.75 |
| HSL | 142.5º | 0.97% | 0.13% | - |
| HSV(B) | 142.5º | 0.98% | 0.25% | - |
| XYZ | 2.08 | 3.86 | 1.55 | - |
| YUV | 41.3 | 118.8 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 25 | 0.98 | 0 | 0.62 | 0.75 | 142.5 | 0.97 | 0.13 |
| Hex | 1 | 41 | 19 | 62 | 0 | 3E | 4B | 8E | 61 | D |
| Octal | 1 | 101 | 31 | 142 | 0 | 76 | 113 | 216 | 141 | 15 |
| Binary | 1 | 1000001 | 11001 | 1100010 | 0 | 111110 | 1001011 | 10001110 | 1100001 | 1101 |
Color Harmonies of #014119
Complementary color
Monochromatic Colors of #014119
Black with #014119
Text Example
Text Example
White with #014119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014119; }
p { color: rgb(1,65,25); }
H1.HeaderClassName
{
color: #014119;
}
.AnyTagClassName
{
color: #014119;
}
</style>
background-color css
<style>
a { background-color: #014119; }
a { background-color: rgb(1,65,25); }
div.DivClassName
{
background-color: #014119;
}
.BgClassName
{
background-color: #014119;
}
</style>
border-color css
<style>
span { border-color: #014119; }
span { border-color: rgb(1,65,25); }
td.TdClassName
{
border-color: #014119;
}
.TagClassName
{
border-color: #014119;
}
</style>