Shades of British Racing Green #01440F
Tints of British Racing Green #01440F
RGB
CMYK
RGB Variations
Color information
#01440F (or 0x01440F) is known color: British Racing Green. HEX triplet: 01, 44 and 0F. RGB value is (1,68,15). Sum of RGB (Red+Green+Blue) = 1+68+15=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 68 (26.95% from 255 or 80.95% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 68 - color contains mainly: green. Hex color #01440F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01440F is #FEBBF0. Grayscale: #2A2A2A. Windows color (decimal): -16694257 or 1000449. OLE color: 1000449.
HSL color Cylindrical-coordinate representation of color #01440F: hue angle of 132.54º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01440F is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 68 | 15 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.73 |
| HSL | 132.54º | 0.97% | 0.14% | - |
| HSV(B) | 132.54º | 0.99% | 0.27% | - |
| XYZ | 2.17 | 4.18 | 1.14 | - |
| YUV | 41.93 | 112.8 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 68 | 15 | 0.99 | 0 | 0.78 | 0.73 | 132.54 | 0.97 | 0.14 |
| Hex | 1 | 44 | F | 63 | 0 | 4E | 49 | 85 | 61 | E |
| Octal | 1 | 104 | 17 | 143 | 0 | 116 | 111 | 205 | 141 | 16 |
| Binary | 1 | 1000100 | 1111 | 1100011 | 0 | 1001110 | 1001001 | 10000101 | 1100001 | 1110 |
Color Harmonies of #01440F
Complementary color
Monochromatic Colors of #01440F
Black with #01440F
Text Example
Text Example
White with #01440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01440F; }
p { color: rgb(1,68,15); }
H1.HeaderClassName
{
color: #01440F;
}
.AnyTagClassName
{
color: #01440F;
}
</style>
background-color css
<style>
a { background-color: #01440F; }
a { background-color: rgb(1,68,15); }
div.DivClassName
{
background-color: #01440F;
}
.BgClassName
{
background-color: #01440F;
}
</style>
border-color css
<style>
span { border-color: #01440F; }
span { border-color: rgb(1,68,15); }
td.TdClassName
{
border-color: #01440F;
}
.TagClassName
{
border-color: #01440F;
}
</style>