Shades of British Racing Green #014A1D
Tints of British Racing Green #014A1D
RGB
CMYK
RGB Variations
Color information
#014A1D (or 0x014A1D) is known color: British Racing Green. HEX triplet: 01, 4A and 1D. RGB value is (1,74,29). Sum of RGB (Red+Green+Blue) = 1+74+29=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 74 (29.30% from 255 or 71.15% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 74 - color contains mainly: green. Hex color #014A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014A1D is #FEB5E2. Grayscale: #2F2F2F. Windows color (decimal): -16692707 or 1919489. OLE color: 1919489.
HSL color Cylindrical-coordinate representation of color #014A1D: hue angle of 143.01º 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 #014A1D is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 74 | 29 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.71 |
| HSL | 143.01º | 0.97% | 0.15% | - |
| HSV(B) | 143.01º | 0.99% | 0.29% | - |
| XYZ | 2.68 | 4.99 | 1.98 | - |
| YUV | 47.04 | 117.82 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 29 | 0.99 | 0 | 0.61 | 0.71 | 143.01 | 0.97 | 0.15 |
| Hex | 1 | 4A | 1D | 63 | 0 | 3D | 47 | 8F | 61 | F |
| Octal | 1 | 112 | 35 | 143 | 0 | 75 | 107 | 217 | 141 | 17 |
| Binary | 1 | 1001010 | 11101 | 1100011 | 0 | 111101 | 1000111 | 10001111 | 1100001 | 1111 |
Color Harmonies of #014A1D
Complementary color
Monochromatic Colors of #014A1D
Black with #014A1D
Text Example
Text Example
White with #014A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014A1D; }
p { color: rgb(1,74,29); }
H1.HeaderClassName
{
color: #014A1D;
}
.AnyTagClassName
{
color: #014A1D;
}
</style>
background-color css
<style>
a { background-color: #014A1D; }
a { background-color: rgb(1,74,29); }
div.DivClassName
{
background-color: #014A1D;
}
.BgClassName
{
background-color: #014A1D;
}
</style>
border-color css
<style>
span { border-color: #014A1D; }
span { border-color: rgb(1,74,29); }
td.TdClassName
{
border-color: #014A1D;
}
.TagClassName
{
border-color: #014A1D;
}
</style>