Shades of British Racing Green #01512F
Tints of British Racing Green #01512F
RGB
CMYK
RGB Variations
Color information
#01512F (or 0x01512F) is known color: British Racing Green. HEX triplet: 01, 51 and 2F. RGB value is (1,81,47). Sum of RGB (Red+Green+Blue) = 1+81+47=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 81 (32.03% from 255 or 62.79% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 81 - color contains mainly: green. Hex color #01512F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01512F is #FEAED0. Grayscale: #353535. Windows color (decimal): -16690897 or 3100929. OLE color: 3100929.
HSL color Cylindrical-coordinate representation of color #01512F: hue angle of 154.5º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01512F is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 81 | 47 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.68 |
| HSL | 154.5º | 0.98% | 0.16% | - |
| HSV(B) | 154.5º | 0.99% | 0.32% | - |
| XYZ | 3.47 | 6.1 | 3.68 | - |
| YUV | 53.2 | 124.5 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 81 | 47 | 0.99 | 0 | 0.42 | 0.68 | 154.5 | 0.98 | 0.16 |
| Hex | 1 | 51 | 2F | 63 | 0 | 2A | 44 | 9A | 62 | 10 |
| Octal | 1 | 121 | 57 | 143 | 0 | 52 | 104 | 232 | 142 | 20 |
| Binary | 1 | 1010001 | 101111 | 1100011 | 0 | 101010 | 1000100 | 10011010 | 1100010 | 10000 |
Color Harmonies of #01512F
Complementary color
Monochromatic Colors of #01512F
Black with #01512F
Text Example
Text Example
White with #01512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01512F; }
p { color: rgb(1,81,47); }
H1.HeaderClassName
{
color: #01512F;
}
.AnyTagClassName
{
color: #01512F;
}
</style>
background-color css
<style>
a { background-color: #01512F; }
a { background-color: rgb(1,81,47); }
div.DivClassName
{
background-color: #01512F;
}
.BgClassName
{
background-color: #01512F;
}
</style>
border-color css
<style>
span { border-color: #01512F; }
span { border-color: rgb(1,81,47); }
td.TdClassName
{
border-color: #01512F;
}
.TagClassName
{
border-color: #01512F;
}
</style>