Shades of British Racing Green #01501C
Tints of British Racing Green #01501C
RGB
CMYK
RGB Variations
Color information
#01501C (or 0x01501C) is known color: British Racing Green. HEX triplet: 01, 50 and 1C. RGB value is (1,80,28). Sum of RGB (Red+Green+Blue) = 1+80+28=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 80 (31.64% from 255 or 73.39% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 80 - color contains mainly: green. Hex color #01501C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01501C is #FEAFE3. Grayscale: #323232. Windows color (decimal): -16691172 or 1855489. OLE color: 1855489.
HSL color Cylindrical-coordinate representation of color #01501C: hue angle of 140.51º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01501C is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 80 | 28 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.69 |
| HSL | 140.51º | 0.98% | 0.16% | - |
| HSV(B) | 140.51º | 0.99% | 0.31% | - |
| XYZ | 3.09 | 5.83 | 2.06 | - |
| YUV | 50.45 | 115.33 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 80 | 28 | 0.99 | 0 | 0.65 | 0.69 | 140.51 | 0.98 | 0.16 |
| Hex | 1 | 50 | 1C | 63 | 0 | 41 | 45 | 8D | 62 | 10 |
| Octal | 1 | 120 | 34 | 143 | 0 | 101 | 105 | 215 | 142 | 20 |
| Binary | 1 | 1010000 | 11100 | 1100011 | 0 | 1000001 | 1000101 | 10001101 | 1100010 | 10000 |
Color Harmonies of #01501C
Complementary color
Monochromatic Colors of #01501C
Black with #01501C
Text Example
Text Example
White with #01501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01501C; }
p { color: rgb(1,80,28); }
H1.HeaderClassName
{
color: #01501C;
}
.AnyTagClassName
{
color: #01501C;
}
</style>
background-color css
<style>
a { background-color: #01501C; }
a { background-color: rgb(1,80,28); }
div.DivClassName
{
background-color: #01501C;
}
.BgClassName
{
background-color: #01501C;
}
</style>
border-color css
<style>
span { border-color: #01501C; }
span { border-color: rgb(1,80,28); }
td.TdClassName
{
border-color: #01501C;
}
.TagClassName
{
border-color: #01501C;
}
</style>