Shades of British Racing Green #014729
Tints of British Racing Green #014729
RGB
CMYK
RGB Variations
Color information
#014729 (or 0x014729) is known color: British Racing Green. HEX triplet: 01, 47 and 29. RGB value is (1,71,41). Sum of RGB (Red+Green+Blue) = 1+71+41=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 71 (28.12% from 255 or 62.83% from 113); Blue value is 41 (16.41% from 255 or 36.28% from 113); Max value from RGB is 71 - color contains mainly: green. Hex color #014729 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014729 is #FEB8D6. Grayscale: #2E2E2E. Windows color (decimal): -16693463 or 2705153. OLE color: 2705153.
HSL color Cylindrical-coordinate representation of color #014729: hue angle of 154.29º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014729 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 71 | 41 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.72 |
| HSL | 154.29º | 0.97% | 0.14% | - |
| HSV(B) | 154.29º | 0.99% | 0.28% | - |
| XYZ | 2.67 | 4.67 | 2.86 | - |
| YUV | 46.65 | 124.81 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 71 | 41 | 0.99 | 0 | 0.42 | 0.72 | 154.29 | 0.97 | 0.14 |
| Hex | 1 | 47 | 29 | 63 | 0 | 2A | 48 | 9A | 61 | E |
| Octal | 1 | 107 | 51 | 143 | 0 | 52 | 110 | 232 | 141 | 16 |
| Binary | 1 | 1000111 | 101001 | 1100011 | 0 | 101010 | 1001000 | 10011010 | 1100001 | 1110 |
Color Harmonies of #014729
Complementary color
Monochromatic Colors of #014729
Black with #014729
Text Example
Text Example
White with #014729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014729; }
p { color: rgb(1,71,41); }
H1.HeaderClassName
{
color: #014729;
}
.AnyTagClassName
{
color: #014729;
}
</style>
background-color css
<style>
a { background-color: #014729; }
a { background-color: rgb(1,71,41); }
div.DivClassName
{
background-color: #014729;
}
.BgClassName
{
background-color: #014729;
}
</style>
border-color css
<style>
span { border-color: #014729; }
span { border-color: rgb(1,71,41); }
td.TdClassName
{
border-color: #014729;
}
.TagClassName
{
border-color: #014729;
}
</style>