Shades of British Racing Green #01491F
Tints of British Racing Green #01491F
RGB
CMYK
RGB Variations
Color information
#01491F (or 0x01491F) is known color: British Racing Green. HEX triplet: 01, 49 and 1F. RGB value is (1,73,31). Sum of RGB (Red+Green+Blue) = 1+73+31=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 73 (28.91% from 255 or 69.52% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 73 - color contains mainly: green. Hex color #01491F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01491F is #FEB6E0. Grayscale: #2E2E2E. Windows color (decimal): -16692961 or 2050305. OLE color: 2050305.
HSL color Cylindrical-coordinate representation of color #01491F: hue angle of 145º 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 #01491F is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 73 | 31 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.71 |
| HSL | 145º | 0.97% | 0.15% | - |
| HSV(B) | 145º | 0.99% | 0.29% | - |
| XYZ | 2.64 | 4.87 | 2.1 | - |
| YUV | 46.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 73 | 31 | 0.99 | 0 | 0.58 | 0.71 | 145 | 0.97 | 0.15 |
| Hex | 1 | 49 | 1F | 63 | 0 | 3A | 47 | 91 | 61 | F |
| Octal | 1 | 111 | 37 | 143 | 0 | 72 | 107 | 221 | 141 | 17 |
| Binary | 1 | 1001001 | 11111 | 1100011 | 0 | 111010 | 1000111 | 10010001 | 1100001 | 1111 |
Color Harmonies of #01491F
Complementary color
Monochromatic Colors of #01491F
Black with #01491F
Text Example
Text Example
White with #01491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01491F; }
p { color: rgb(1,73,31); }
H1.HeaderClassName
{
color: #01491F;
}
.AnyTagClassName
{
color: #01491F;
}
</style>
background-color css
<style>
a { background-color: #01491F; }
a { background-color: rgb(1,73,31); }
div.DivClassName
{
background-color: #01491F;
}
.BgClassName
{
background-color: #01491F;
}
</style>
border-color css
<style>
span { border-color: #01491F; }
span { border-color: rgb(1,73,31); }
td.TdClassName
{
border-color: #01491F;
}
.TagClassName
{
border-color: #01491F;
}
</style>