Shades of British Racing Green #014929
Tints of British Racing Green #014929
RGB
CMYK
RGB Variations
Color information
#014929 (or 0x014929) is known color: British Racing Green. HEX triplet: 01, 49 and 29. RGB value is (1,73,41). Sum of RGB (Red+Green+Blue) = 1+73+41=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 73 (28.91% from 255 or 63.48% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 73 - color contains mainly: green. Hex color #014929 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014929 is #FEB6D6. Grayscale: #2F2F2F. Windows color (decimal): -16692951 or 2705665. OLE color: 2705665.
HSL color Cylindrical-coordinate representation of color #014929: hue angle of 153.33º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014929 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 73 | 41 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.71 |
| HSL | 153.33º | 0.97% | 0.15% | - |
| HSV(B) | 153.33º | 0.99% | 0.29% | - |
| XYZ | 2.8 | 4.93 | 2.9 | - |
| YUV | 47.82 | 124.15 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 73 | 41 | 0.99 | 0 | 0.44 | 0.71 | 153.33 | 0.97 | 0.15 |
| Hex | 1 | 49 | 29 | 63 | 0 | 2C | 47 | 99 | 61 | F |
| Octal | 1 | 111 | 51 | 143 | 0 | 54 | 107 | 231 | 141 | 17 |
| Binary | 1 | 1001001 | 101001 | 1100011 | 0 | 101100 | 1000111 | 10011001 | 1100001 | 1111 |
Color Harmonies of #014929
Complementary color
Monochromatic Colors of #014929
Black with #014929
Text Example
Text Example
White with #014929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014929; }
p { color: rgb(1,73,41); }
H1.HeaderClassName
{
color: #014929;
}
.AnyTagClassName
{
color: #014929;
}
</style>
background-color css
<style>
a { background-color: #014929; }
a { background-color: rgb(1,73,41); }
div.DivClassName
{
background-color: #014929;
}
.BgClassName
{
background-color: #014929;
}
</style>
border-color css
<style>
span { border-color: #014929; }
span { border-color: rgb(1,73,41); }
td.TdClassName
{
border-color: #014929;
}
.TagClassName
{
border-color: #014929;
}
</style>