Shades of British Racing Green #014123
Tints of British Racing Green #014123
RGB
CMYK
RGB Variations
Color information
#014123 (or 0x014123) is known color: British Racing Green. HEX triplet: 01, 41 and 23. RGB value is (1,65,35). Sum of RGB (Red+Green+Blue) = 1+65+35=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 65 (25.78% from 255 or 64.36% from 101); Blue value is 35 (14.06% from 255 or 34.65% from 101); Max value from RGB is 65 - color contains mainly: green. Hex color #014123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014123 is #FEBEDC. Grayscale: #2A2A2A. Windows color (decimal): -16695005 or 2310401. OLE color: 2310401.
HSL color Cylindrical-coordinate representation of color #014123: hue angle of 151.88º 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 #014123 is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 65 | 35 | - |
| CMYK | 0.98 | 0 | 0.46 | 0.75 |
| HSL | 151.88º | 0.97% | 0.13% | - |
| HSV(B) | 151.88º | 0.98% | 0.25% | - |
| XYZ | 2.21 | 3.91 | 2.23 | - |
| YUV | 42.44 | 123.8 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 35 | 0.98 | 0 | 0.46 | 0.75 | 151.88 | 0.97 | 0.13 |
| Hex | 1 | 41 | 23 | 62 | 0 | 2E | 4B | 98 | 61 | D |
| Octal | 1 | 101 | 43 | 142 | 0 | 56 | 113 | 230 | 141 | 15 |
| Binary | 1 | 1000001 | 100011 | 1100010 | 0 | 101110 | 1001011 | 10011000 | 1100001 | 1101 |
Color Harmonies of #014123
Complementary color
Monochromatic Colors of #014123
Black with #014123
Text Example
Text Example
White with #014123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014123; }
p { color: rgb(1,65,35); }
H1.HeaderClassName
{
color: #014123;
}
.AnyTagClassName
{
color: #014123;
}
</style>
background-color css
<style>
a { background-color: #014123; }
a { background-color: rgb(1,65,35); }
div.DivClassName
{
background-color: #014123;
}
.BgClassName
{
background-color: #014123;
}
</style>
border-color css
<style>
span { border-color: #014123; }
span { border-color: rgb(1,65,35); }
td.TdClassName
{
border-color: #014123;
}
.TagClassName
{
border-color: #014123;
}
</style>