Shades of British Racing Green #01461C
Tints of British Racing Green #01461C
RGB
CMYK
RGB Variations
Color information
#01461C (or 0x01461C) is known color: British Racing Green. HEX triplet: 01, 46 and 1C. RGB value is (1,70,28). Sum of RGB (Red+Green+Blue) = 1+70+28=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 70 (27.73% from 255 or 70.71% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 70 - color contains mainly: green. Hex color #01461C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01461C is #FEB9E3. Grayscale: #2C2C2C. Windows color (decimal): -16693732 or 1852929. OLE color: 1852929.
HSL color Cylindrical-coordinate representation of color #01461C: hue angle of 143.48º 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 #01461C is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 70 | 28 | - |
| CMYK | 0.99 | 0 | 0.60 | 0.73 |
| HSL | 143.48º | 0.97% | 0.14% | - |
| HSV(B) | 143.48º | 0.99% | 0.27% | - |
| XYZ | 2.41 | 4.47 | 1.83 | - |
| YUV | 44.58 | 118.64 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 28 | 0.99 | 0 | 0.60 | 0.73 | 143.48 | 0.97 | 0.14 |
| Hex | 1 | 46 | 1C | 63 | 0 | 3C | 49 | 8F | 61 | E |
| Octal | 1 | 106 | 34 | 143 | 0 | 74 | 111 | 217 | 141 | 16 |
| Binary | 1 | 1000110 | 11100 | 1100011 | 0 | 111100 | 1001001 | 10001111 | 1100001 | 1110 |
Color Harmonies of #01461C
Complementary color
Monochromatic Colors of #01461C
Black with #01461C
Text Example
Text Example
White with #01461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01461C; }
p { color: rgb(1,70,28); }
H1.HeaderClassName
{
color: #01461C;
}
.AnyTagClassName
{
color: #01461C;
}
</style>
background-color css
<style>
a { background-color: #01461C; }
a { background-color: rgb(1,70,28); }
div.DivClassName
{
background-color: #01461C;
}
.BgClassName
{
background-color: #01461C;
}
</style>
border-color css
<style>
span { border-color: #01461C; }
span { border-color: rgb(1,70,28); }
td.TdClassName
{
border-color: #01461C;
}
.TagClassName
{
border-color: #01461C;
}
</style>