Shades of British Racing Green #01510F
Tints of British Racing Green #01510F
RGB
CMYK
RGB Variations
Color information
#01510F (or 0x01510F) is known color: British Racing Green. HEX triplet: 01, 51 and 0F. RGB value is (1,81,15). Sum of RGB (Red+Green+Blue) = 1+81+15=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 81 (32.03% from 255 or 83.51% from 97); Blue value is 15 (6.25% from 255 or 15.46% from 97); Max value from RGB is 81 - color contains mainly: green. Hex color #01510F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01510F is #FEAEF0. Grayscale: #313131. Windows color (decimal): -16690929 or 1003777. OLE color: 1003777.
HSL color Cylindrical-coordinate representation of color #01510F: hue angle of 130.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 #01510F is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 81 | 15 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.68 |
| HSL | 130.5º | 0.98% | 0.16% | - |
| HSV(B) | 130.5º | 0.99% | 0.32% | - |
| XYZ | 3.04 | 5.93 | 1.44 | - |
| YUV | 49.56 | 108.5 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 81 | 15 | 0.99 | 0 | 0.81 | 0.68 | 130.5 | 0.98 | 0.16 |
| Hex | 1 | 51 | F | 63 | 0 | 51 | 44 | 82 | 62 | 10 |
| Octal | 1 | 121 | 17 | 143 | 0 | 121 | 104 | 202 | 142 | 20 |
| Binary | 1 | 1010001 | 1111 | 1100011 | 0 | 1010001 | 1000100 | 10000010 | 1100010 | 10000 |
Color Harmonies of #01510F
Complementary color
Monochromatic Colors of #01510F
Black with #01510F
Text Example
Text Example
White with #01510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01510F; }
p { color: rgb(1,81,15); }
H1.HeaderClassName
{
color: #01510F;
}
.AnyTagClassName
{
color: #01510F;
}
</style>
background-color css
<style>
a { background-color: #01510F; }
a { background-color: rgb(1,81,15); }
div.DivClassName
{
background-color: #01510F;
}
.BgClassName
{
background-color: #01510F;
}
</style>
border-color css
<style>
span { border-color: #01510F; }
span { border-color: rgb(1,81,15); }
td.TdClassName
{
border-color: #01510F;
}
.TagClassName
{
border-color: #01510F;
}
</style>