Shades of British Racing Green #014629
Tints of British Racing Green #014629
RGB
CMYK
RGB Variations
Color information
#014629 (or 0x014629) is known color: British Racing Green. HEX triplet: 01, 46 and 29. RGB value is (1,70,41). Sum of RGB (Red+Green+Blue) = 1+70+41=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 70 (27.73% from 255 or 62.5% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 70 - color contains mainly: green. Hex color #014629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014629 is #FEB9D6. Grayscale: #2E2E2E. Windows color (decimal): -16693719 or 2704897. OLE color: 2704897.
HSL color Cylindrical-coordinate representation of color #014629: hue angle of 154.78º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014629 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 70 | 41 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.73 |
| HSL | 154.78º | 0.97% | 0.14% | - |
| HSV(B) | 154.78º | 0.99% | 0.27% | - |
| XYZ | 2.6 | 4.55 | 2.84 | - |
| YUV | 46.06 | 125.14 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 41 | 0.99 | 0 | 0.41 | 0.73 | 154.78 | 0.97 | 0.14 |
| Hex | 1 | 46 | 29 | 63 | 0 | 29 | 49 | 9B | 61 | E |
| Octal | 1 | 106 | 51 | 143 | 0 | 51 | 111 | 233 | 141 | 16 |
| Binary | 1 | 1000110 | 101001 | 1100011 | 0 | 101001 | 1001001 | 10011011 | 1100001 | 1110 |
Color Harmonies of #014629
Complementary color
Monochromatic Colors of #014629
Black with #014629
Text Example
Text Example
White with #014629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014629; }
p { color: rgb(1,70,41); }
H1.HeaderClassName
{
color: #014629;
}
.AnyTagClassName
{
color: #014629;
}
</style>
background-color css
<style>
a { background-color: #014629; }
a { background-color: rgb(1,70,41); }
div.DivClassName
{
background-color: #014629;
}
.BgClassName
{
background-color: #014629;
}
</style>
border-color css
<style>
span { border-color: #014629; }
span { border-color: rgb(1,70,41); }
td.TdClassName
{
border-color: #014629;
}
.TagClassName
{
border-color: #014629;
}
</style>