Shades of British Racing Green #01491B
Tints of British Racing Green #01491B
RGB
CMYK
RGB Variations
Color information
#01491B (or 0x01491B) is known color: British Racing Green. HEX triplet: 01, 49 and 1B. RGB value is (1,73,27). Sum of RGB (Red+Green+Blue) = 1+73+27=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 73 (28.91% from 255 or 72.28% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 73 - color contains mainly: green. Hex color #01491B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01491B is #FEB6E4. Grayscale: #2E2E2E. Windows color (decimal): -16692965 or 1788161. OLE color: 1788161.
HSL color Cylindrical-coordinate representation of color #01491B: hue angle of 141.67º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01491B is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 73 | 27 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.71 |
| HSL | 141.67º | 0.97% | 0.15% | - |
| HSV(B) | 141.67º | 0.99% | 0.29% | - |
| XYZ | 2.59 | 4.85 | 1.84 | - |
| YUV | 46.23 | 117.15 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 73 | 27 | 0.99 | 0 | 0.63 | 0.71 | 141.67 | 0.97 | 0.15 |
| Hex | 1 | 49 | 1B | 63 | 0 | 3F | 47 | 8E | 61 | F |
| Octal | 1 | 111 | 33 | 143 | 0 | 77 | 107 | 216 | 141 | 17 |
| Binary | 1 | 1001001 | 11011 | 1100011 | 0 | 111111 | 1000111 | 10001110 | 1100001 | 1111 |
Color Harmonies of #01491B
Complementary color
Monochromatic Colors of #01491B
Black with #01491B
Text Example
Text Example
White with #01491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01491B; }
p { color: rgb(1,73,27); }
H1.HeaderClassName
{
color: #01491B;
}
.AnyTagClassName
{
color: #01491B;
}
</style>
background-color css
<style>
a { background-color: #01491B; }
a { background-color: rgb(1,73,27); }
div.DivClassName
{
background-color: #01491B;
}
.BgClassName
{
background-color: #01491B;
}
</style>
border-color css
<style>
span { border-color: #01491B; }
span { border-color: rgb(1,73,27); }
td.TdClassName
{
border-color: #01491B;
}
.TagClassName
{
border-color: #01491B;
}
</style>