Shades of British Racing Green #01540F
Tints of British Racing Green #01540F
RGB
CMYK
RGB Variations
Color information
#01540F (or 0x01540F) is known color: British Racing Green. HEX triplet: 01, 54 and 0F. RGB value is (1,84,15). Sum of RGB (Red+Green+Blue) = 1+84+15=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 84 (33.20% from 255 or 84% from 100); Blue value is 15 (6.25% from 255 or 15% from 100); Max value from RGB is 84 - color contains mainly: green. Hex color #01540F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01540F is #FEABF0. Grayscale: #333333. Windows color (decimal): -16690161 or 1004545. OLE color: 1004545.
HSL color Cylindrical-coordinate representation of color #01540F: hue angle of 130.12º 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 #01540F is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 84 | 15 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.67 |
| HSL | 130.12º | 0.98% | 0.17% | - |
| HSV(B) | 130.12º | 0.99% | 0.33% | - |
| XYZ | 3.27 | 6.38 | 1.51 | - |
| YUV | 51.32 | 107.5 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 84 | 15 | 0.99 | 0 | 0.82 | 0.67 | 130.12 | 0.98 | 0.17 |
| Hex | 1 | 54 | F | 63 | 0 | 52 | 43 | 82 | 62 | 11 |
| Octal | 1 | 124 | 17 | 143 | 0 | 122 | 103 | 202 | 142 | 21 |
| Binary | 1 | 1010100 | 1111 | 1100011 | 0 | 1010010 | 1000011 | 10000010 | 1100010 | 10001 |
Color Harmonies of #01540F
Complementary color
Monochromatic Colors of #01540F
Black with #01540F
Text Example
Text Example
White with #01540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01540F; }
p { color: rgb(1,84,15); }
H1.HeaderClassName
{
color: #01540F;
}
.AnyTagClassName
{
color: #01540F;
}
</style>
background-color css
<style>
a { background-color: #01540F; }
a { background-color: rgb(1,84,15); }
div.DivClassName
{
background-color: #01540F;
}
.BgClassName
{
background-color: #01540F;
}
</style>
border-color css
<style>
span { border-color: #01540F; }
span { border-color: rgb(1,84,15); }
td.TdClassName
{
border-color: #01540F;
}
.TagClassName
{
border-color: #01540F;
}
</style>