Shades of British Racing Green #014112
Tints of British Racing Green #014112
RGB
CMYK
RGB Variations
Color information
#014112 (or 0x014112) is known color: British Racing Green. HEX triplet: 01, 41 and 12. RGB value is (1,65,18). Sum of RGB (Red+Green+Blue) = 1+65+18=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 65 (25.78% from 255 or 77.38% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 65 - color contains mainly: green. Hex color #014112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014112 is #FEBEED. Grayscale: #282828. Windows color (decimal): -16695022 or 1196289. OLE color: 1196289.
HSL color Cylindrical-coordinate representation of color #014112: hue angle of 135.94º 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 #014112 is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 65 | 18 | - |
| CMYK | 0.98 | 0 | 0.72 | 0.75 |
| HSL | 135.94º | 0.97% | 0.13% | - |
| HSV(B) | 135.94º | 0.98% | 0.25% | - |
| XYZ | 2.01 | 3.83 | 1.21 | - |
| YUV | 40.51 | 115.3 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 18 | 0.98 | 0 | 0.72 | 0.75 | 135.94 | 0.97 | 0.13 |
| Hex | 1 | 41 | 12 | 62 | 0 | 48 | 4B | 88 | 61 | D |
| Octal | 1 | 101 | 22 | 142 | 0 | 110 | 113 | 210 | 141 | 15 |
| Binary | 1 | 1000001 | 10010 | 1100010 | 0 | 1001000 | 1001011 | 10001000 | 1100001 | 1101 |
Color Harmonies of #014112
Complementary color
Monochromatic Colors of #014112
Black with #014112
Text Example
Text Example
White with #014112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014112; }
p { color: rgb(1,65,18); }
H1.HeaderClassName
{
color: #014112;
}
.AnyTagClassName
{
color: #014112;
}
</style>
background-color css
<style>
a { background-color: #014112; }
a { background-color: rgb(1,65,18); }
div.DivClassName
{
background-color: #014112;
}
.BgClassName
{
background-color: #014112;
}
</style>
border-color css
<style>
span { border-color: #014112; }
span { border-color: rgb(1,65,18); }
td.TdClassName
{
border-color: #014112;
}
.TagClassName
{
border-color: #014112;
}
</style>