Shades of British Racing Green #014D1D
Tints of British Racing Green #014D1D
RGB
CMYK
RGB Variations
Color information
#014D1D (or 0x014D1D) is known color: British Racing Green. HEX triplet: 01, 4D and 1D. RGB value is (1,77,29). Sum of RGB (Red+Green+Blue) = 1+77+29=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 77 (30.47% from 255 or 71.96% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 77 - color contains mainly: green. Hex color #014D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014D1D is #FEB2E2. Grayscale: #303030. Windows color (decimal): -16691939 or 1920257. OLE color: 1920257.
HSL color Cylindrical-coordinate representation of color #014D1D: hue angle of 142.11º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014D1D is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 77 | 29 | - |
| CMYK | 0.99 | 0 | 0.62 | 0.70 |
| HSL | 142.11º | 0.97% | 0.15% | - |
| HSV(B) | 142.11º | 0.99% | 0.3% | - |
| XYZ | 2.89 | 5.4 | 2.05 | - |
| YUV | 48.8 | 116.82 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 29 | 0.99 | 0 | 0.62 | 0.70 | 142.11 | 0.97 | 0.15 |
| Hex | 1 | 4D | 1D | 63 | 0 | 3E | 46 | 8E | 61 | F |
| Octal | 1 | 115 | 35 | 143 | 0 | 76 | 106 | 216 | 141 | 17 |
| Binary | 1 | 1001101 | 11101 | 1100011 | 0 | 111110 | 1000110 | 10001110 | 1100001 | 1111 |
Color Harmonies of #014D1D
Complementary color
Monochromatic Colors of #014D1D
Black with #014D1D
Text Example
Text Example
White with #014D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014D1D; }
p { color: rgb(1,77,29); }
H1.HeaderClassName
{
color: #014D1D;
}
.AnyTagClassName
{
color: #014D1D;
}
</style>
background-color css
<style>
a { background-color: #014D1D; }
a { background-color: rgb(1,77,29); }
div.DivClassName
{
background-color: #014D1D;
}
.BgClassName
{
background-color: #014D1D;
}
</style>
border-color css
<style>
span { border-color: #014D1D; }
span { border-color: rgb(1,77,29); }
td.TdClassName
{
border-color: #014D1D;
}
.TagClassName
{
border-color: #014D1D;
}
</style>