Shades of British Racing Green #004C1D
Tints of British Racing Green #004C1D
RGB
CMYK
RGB Variations
Color information
#004C1D (or 0x004C1D) is known color: British Racing Green. HEX triplet: 00, 4C and 1D. RGB value is (0,76,29). Sum of RGB (Red+Green+Blue) = 0+76+29=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 76 (30.08% from 255 or 72.38% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 76 - color contains mainly: green. Hex color #004C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004C1D is #FFB3E2. Grayscale: #303030. Windows color (decimal): -16757731 or 1920000. OLE color: 1920000.
HSL color Cylindrical-coordinate representation of color #004C1D: hue angle of 142.89º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C1D is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 76 | 29 | - |
| CMYK | 1 | 0 | 0.62 | 0.70 |
| HSL | 142.89º | 1% | 0.15% | - |
| HSV(B) | 142.89º | 1% | 0.3% | - |
| XYZ | 2.81 | 5.26 | 2.03 | - |
| YUV | 47.92 | 117.32 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 29 | 1 | 0 | 0.62 | 0.70 | 142.89 | 1 | 0.15 |
| Hex | 0 | 4C | 1D | 64 | 0 | 3E | 46 | 8F | 64 | F |
| Octal | 0 | 114 | 35 | 144 | 0 | 76 | 106 | 217 | 144 | 17 |
| Binary | 0 | 1001100 | 11101 | 1100100 | 0 | 111110 | 1000110 | 10001111 | 1100100 | 1111 |
Color Harmonies of #004C1D
Complementary color
Monochromatic Colors of #004C1D
Black with #004C1D
Text Example
Text Example
White with #004C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004C1D; }
p { color: rgb(0,76,29); }
H1.HeaderClassName
{
color: #004C1D;
}
.AnyTagClassName
{
color: #004C1D;
}
</style>
background-color css
<style>
a { background-color: #004C1D; }
a { background-color: rgb(0,76,29); }
div.DivClassName
{
background-color: #004C1D;
}
.BgClassName
{
background-color: #004C1D;
}
</style>
border-color css
<style>
span { border-color: #004C1D; }
span { border-color: rgb(0,76,29); }
td.TdClassName
{
border-color: #004C1D;
}
.TagClassName
{
border-color: #004C1D;
}
</style>