Shades of British Racing Green #01511C
Tints of British Racing Green #01511C
RGB
CMYK
RGB Variations
Color information
#01511C (or 0x01511C) is known color: British Racing Green. HEX triplet: 01, 51 and 1C. RGB value is (1,81,28). Sum of RGB (Red+Green+Blue) = 1+81+28=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 81 (32.03% from 255 or 73.64% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 81 - color contains mainly: green. Hex color #01511C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01511C is #FEAEE3. Grayscale: #333333. Windows color (decimal): -16690916 or 1855745. OLE color: 1855745.
HSL color Cylindrical-coordinate representation of color #01511C: hue angle of 140.25º 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 #01511C is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 81 | 28 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.68 |
| HSL | 140.25º | 0.98% | 0.16% | - |
| HSV(B) | 140.25º | 0.99% | 0.32% | - |
| XYZ | 3.16 | 5.98 | 2.09 | - |
| YUV | 51.04 | 115 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 81 | 28 | 0.99 | 0 | 0.65 | 0.68 | 140.25 | 0.98 | 0.16 |
| Hex | 1 | 51 | 1C | 63 | 0 | 41 | 44 | 8C | 62 | 10 |
| Octal | 1 | 121 | 34 | 143 | 0 | 101 | 104 | 214 | 142 | 20 |
| Binary | 1 | 1010001 | 11100 | 1100011 | 0 | 1000001 | 1000100 | 10001100 | 1100010 | 10000 |
Color Harmonies of #01511C
Complementary color
Monochromatic Colors of #01511C
Black with #01511C
Text Example
Text Example
White with #01511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01511C; }
p { color: rgb(1,81,28); }
H1.HeaderClassName
{
color: #01511C;
}
.AnyTagClassName
{
color: #01511C;
}
</style>
background-color css
<style>
a { background-color: #01511C; }
a { background-color: rgb(1,81,28); }
div.DivClassName
{
background-color: #01511C;
}
.BgClassName
{
background-color: #01511C;
}
</style>
border-color css
<style>
span { border-color: #01511C; }
span { border-color: rgb(1,81,28); }
td.TdClassName
{
border-color: #01511C;
}
.TagClassName
{
border-color: #01511C;
}
</style>