Shades of British Racing Green #01472B
Tints of British Racing Green #01472B
RGB
CMYK
RGB Variations
Color information
#01472B (or 0x01472B) is known color: British Racing Green. HEX triplet: 01, 47 and 2B. RGB value is (1,71,43). Sum of RGB (Red+Green+Blue) = 1+71+43=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 71 (28.12% from 255 or 61.74% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 71 - color contains mainly: green. Hex color #01472B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01472B is #FEB8D4. Grayscale: #2E2E2E. Windows color (decimal): -16693461 or 2836225. OLE color: 2836225.
HSL color Cylindrical-coordinate representation of color #01472B: hue angle of 156º 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 #01472B is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 71 | 43 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.72 |
| HSL | 156º | 0.97% | 0.14% | - |
| HSV(B) | 156º | 0.99% | 0.28% | - |
| XYZ | 2.7 | 4.69 | 3.05 | - |
| YUV | 46.88 | 125.81 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 71 | 43 | 0.99 | 0 | 0.39 | 0.72 | 156 | 0.97 | 0.14 |
| Hex | 1 | 47 | 2B | 63 | 0 | 27 | 48 | 9C | 61 | E |
| Octal | 1 | 107 | 53 | 143 | 0 | 47 | 110 | 234 | 141 | 16 |
| Binary | 1 | 1000111 | 101011 | 1100011 | 0 | 100111 | 1001000 | 10011100 | 1100001 | 1110 |
Color Harmonies of #01472B
Complementary color
Monochromatic Colors of #01472B
Black with #01472B
Text Example
Text Example
White with #01472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01472B; }
p { color: rgb(1,71,43); }
H1.HeaderClassName
{
color: #01472B;
}
.AnyTagClassName
{
color: #01472B;
}
</style>
background-color css
<style>
a { background-color: #01472B; }
a { background-color: rgb(1,71,43); }
div.DivClassName
{
background-color: #01472B;
}
.BgClassName
{
background-color: #01472B;
}
</style>
border-color css
<style>
span { border-color: #01472B; }
span { border-color: rgb(1,71,43); }
td.TdClassName
{
border-color: #01472B;
}
.TagClassName
{
border-color: #01472B;
}
</style>