Shades of British Racing Green #01472C
Tints of British Racing Green #01472C
RGB
CMYK
RGB Variations
Color information
#01472C (or 0x01472C) is known color: British Racing Green. HEX triplet: 01, 47 and 2C. RGB value is (1,71,44). Sum of RGB (Red+Green+Blue) = 1+71+44=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 71 (28.12% from 255 or 61.21% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 71 - color contains mainly: green. Hex color #01472C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01472C is #FEB8D3. Grayscale: #2F2F2F. Windows color (decimal): -16693460 or 2901761. OLE color: 2901761.
HSL color Cylindrical-coordinate representation of color #01472C: hue angle of 156.86º 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 #01472C is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 71 | 44 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.72 |
| HSL | 156.86º | 0.97% | 0.14% | - |
| HSV(B) | 156.86º | 0.99% | 0.28% | - |
| XYZ | 2.72 | 4.69 | 3.15 | - |
| YUV | 46.99 | 126.31 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 71 | 44 | 0.99 | 0 | 0.38 | 0.72 | 156.86 | 0.97 | 0.14 |
| Hex | 1 | 47 | 2C | 63 | 0 | 26 | 48 | 9D | 61 | E |
| Octal | 1 | 107 | 54 | 143 | 0 | 46 | 110 | 235 | 141 | 16 |
| Binary | 1 | 1000111 | 101100 | 1100011 | 0 | 100110 | 1001000 | 10011101 | 1100001 | 1110 |
Color Harmonies of #01472C
Complementary color
Monochromatic Colors of #01472C
Black with #01472C
Text Example
Text Example
White with #01472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01472C; }
p { color: rgb(1,71,44); }
H1.HeaderClassName
{
color: #01472C;
}
.AnyTagClassName
{
color: #01472C;
}
</style>
background-color css
<style>
a { background-color: #01472C; }
a { background-color: rgb(1,71,44); }
div.DivClassName
{
background-color: #01472C;
}
.BgClassName
{
background-color: #01472C;
}
</style>
border-color css
<style>
span { border-color: #01472C; }
span { border-color: rgb(1,71,44); }
td.TdClassName
{
border-color: #01472C;
}
.TagClassName
{
border-color: #01472C;
}
</style>