Shades of British Racing Green #004A1D
Tints of British Racing Green #004A1D
RGB
CMYK
RGB Variations
Color information
#004A1D (or 0x004A1D) is known color: British Racing Green. HEX triplet: 00, 4A and 1D. RGB value is (0,74,29). Sum of RGB (Red+Green+Blue) = 0+74+29=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 74 (29.30% from 255 or 71.84% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 74 - color contains mainly: green. Hex color #004A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004A1D is #FFB5E2. Grayscale: #2E2E2E. Windows color (decimal): -16758243 or 1919488. OLE color: 1919488.
HSL color Cylindrical-coordinate representation of color #004A1D: hue angle of 143.51º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A1D is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 74 | 29 | - |
| CMYK | 1 | 0 | 0.61 | 0.71 |
| HSL | 143.51º | 1% | 0.15% | - |
| HSV(B) | 143.51º | 1% | 0.29% | - |
| XYZ | 2.67 | 4.99 | 1.98 | - |
| YUV | 46.74 | 117.98 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 29 | 1 | 0 | 0.61 | 0.71 | 143.51 | 1 | 0.15 |
| Hex | 0 | 4A | 1D | 64 | 0 | 3D | 47 | 90 | 64 | F |
| Octal | 0 | 112 | 35 | 144 | 0 | 75 | 107 | 220 | 144 | 17 |
| Binary | 0 | 1001010 | 11101 | 1100100 | 0 | 111101 | 1000111 | 10010000 | 1100100 | 1111 |
Color Harmonies of #004A1D
Complementary color
Monochromatic Colors of #004A1D
Black with #004A1D
Text Example
Text Example
White with #004A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004A1D; }
p { color: rgb(0,74,29); }
H1.HeaderClassName
{
color: #004A1D;
}
.AnyTagClassName
{
color: #004A1D;
}
</style>
background-color css
<style>
a { background-color: #004A1D; }
a { background-color: rgb(0,74,29); }
div.DivClassName
{
background-color: #004A1D;
}
.BgClassName
{
background-color: #004A1D;
}
</style>
border-color css
<style>
span { border-color: #004A1D; }
span { border-color: rgb(0,74,29); }
td.TdClassName
{
border-color: #004A1D;
}
.TagClassName
{
border-color: #004A1D;
}
</style>