Shades of British Racing Green #014931
Tints of British Racing Green #014931
RGB
CMYK
RGB Variations
Color information
#014931 (or 0x014931) is known color: British Racing Green. HEX triplet: 01, 49 and 31. RGB value is (1,73,49). Sum of RGB (Red+Green+Blue) = 1+73+49=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 73 (28.91% from 255 or 59.35% from 123); Blue value is 49 (19.53% from 255 or 39.84% from 123); Max value from RGB is 73 - color contains mainly: green. Hex color #014931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014931 is #FEB6CE. Grayscale: #303030. Windows color (decimal): -16692943 or 3229953. OLE color: 3229953.
HSL color Cylindrical-coordinate representation of color #014931: hue angle of 160º 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 #014931 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 73 | 49 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.71 |
| HSL | 160º | 0.97% | 0.15% | - |
| HSV(B) | 160º | 0.99% | 0.29% | - |
| XYZ | 2.95 | 4.99 | 3.71 | - |
| YUV | 48.74 | 128.15 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 73 | 49 | 0.99 | 0 | 0.33 | 0.71 | 160 | 0.97 | 0.15 |
| Hex | 1 | 49 | 31 | 63 | 0 | 21 | 47 | A0 | 61 | F |
| Octal | 1 | 111 | 61 | 143 | 0 | 41 | 107 | 240 | 141 | 17 |
| Binary | 1 | 1001001 | 110001 | 1100011 | 0 | 100001 | 1000111 | 10100000 | 1100001 | 1111 |
Color Harmonies of #014931
Complementary color
Monochromatic Colors of #014931
Black with #014931
Text Example
Text Example
White with #014931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014931; }
p { color: rgb(1,73,49); }
H1.HeaderClassName
{
color: #014931;
}
.AnyTagClassName
{
color: #014931;
}
</style>
background-color css
<style>
a { background-color: #014931; }
a { background-color: rgb(1,73,49); }
div.DivClassName
{
background-color: #014931;
}
.BgClassName
{
background-color: #014931;
}
</style>
border-color css
<style>
span { border-color: #014931; }
span { border-color: rgb(1,73,49); }
td.TdClassName
{
border-color: #014931;
}
.TagClassName
{
border-color: #014931;
}
</style>