Shades of British Racing Green #01541D
Tints of British Racing Green #01541D
RGB
CMYK
RGB Variations
Color information
#01541D (or 0x01541D) is known color: British Racing Green. HEX triplet: 01, 54 and 1D. RGB value is (1,84,29). Sum of RGB (Red+Green+Blue) = 1+84+29=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 84 (33.20% from 255 or 73.68% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 84 - color contains mainly: green. Hex color #01541D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01541D is #FEABE2. Grayscale: #353535. Windows color (decimal): -16690147 or 1922049. OLE color: 1922049.
HSL color Cylindrical-coordinate representation of color #01541D: hue angle of 140.24º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01541D is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 84 | 29 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.67 |
| HSL | 140.24º | 0.98% | 0.17% | - |
| HSV(B) | 140.24º | 0.99% | 0.33% | - |
| XYZ | 3.4 | 6.44 | 2.23 | - |
| YUV | 52.91 | 114.5 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 84 | 29 | 0.99 | 0 | 0.65 | 0.67 | 140.24 | 0.98 | 0.17 |
| Hex | 1 | 54 | 1D | 63 | 0 | 41 | 43 | 8C | 62 | 11 |
| Octal | 1 | 124 | 35 | 143 | 0 | 101 | 103 | 214 | 142 | 21 |
| Binary | 1 | 1010100 | 11101 | 1100011 | 0 | 1000001 | 1000011 | 10001100 | 1100010 | 10001 |
Color Harmonies of #01541D
Complementary color
Monochromatic Colors of #01541D
Black with #01541D
Text Example
Text Example
White with #01541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01541D; }
p { color: rgb(1,84,29); }
H1.HeaderClassName
{
color: #01541D;
}
.AnyTagClassName
{
color: #01541D;
}
</style>
background-color css
<style>
a { background-color: #01541D; }
a { background-color: rgb(1,84,29); }
div.DivClassName
{
background-color: #01541D;
}
.BgClassName
{
background-color: #01541D;
}
</style>
border-color css
<style>
span { border-color: #01541D; }
span { border-color: rgb(1,84,29); }
td.TdClassName
{
border-color: #01541D;
}
.TagClassName
{
border-color: #01541D;
}
</style>