Shades of British Racing Green #004C1C
Tints of British Racing Green #004C1C
RGB
CMYK
RGB Variations
Color information
#004C1C (or 0x004C1C) is known color: British Racing Green. HEX triplet: 00, 4C and 1C. RGB value is (0,76,28). Sum of RGB (Red+Green+Blue) = 0+76+28=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 76 (30.08% from 255 or 73.08% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 76 - color contains mainly: green. Hex color #004C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004C1C is #FFB3E3. Grayscale: #2F2F2F. Windows color (decimal): -16757732 or 1854464. OLE color: 1854464.
HSL color Cylindrical-coordinate representation of color #004C1C: hue angle of 142.11º 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 #004C1C is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 76 | 28 | - |
| CMYK | 1 | 0 | 0.63 | 0.70 |
| HSL | 142.11º | 1% | 0.15% | - |
| HSV(B) | 142.11º | 1% | 0.3% | - |
| XYZ | 2.79 | 5.25 | 1.97 | - |
| YUV | 47.8 | 116.82 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 28 | 1 | 0 | 0.63 | 0.70 | 142.11 | 1 | 0.15 |
| Hex | 0 | 4C | 1C | 64 | 0 | 3F | 46 | 8E | 64 | F |
| Octal | 0 | 114 | 34 | 144 | 0 | 77 | 106 | 216 | 144 | 17 |
| Binary | 0 | 1001100 | 11100 | 1100100 | 0 | 111111 | 1000110 | 10001110 | 1100100 | 1111 |
Color Harmonies of #004C1C
Complementary color
Monochromatic Colors of #004C1C
Black with #004C1C
Text Example
Text Example
White with #004C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004C1C; }
p { color: rgb(0,76,28); }
H1.HeaderClassName
{
color: #004C1C;
}
.AnyTagClassName
{
color: #004C1C;
}
</style>
background-color css
<style>
a { background-color: #004C1C; }
a { background-color: rgb(0,76,28); }
div.DivClassName
{
background-color: #004C1C;
}
.BgClassName
{
background-color: #004C1C;
}
</style>
border-color css
<style>
span { border-color: #004C1C; }
span { border-color: rgb(0,76,28); }
td.TdClassName
{
border-color: #004C1C;
}
.TagClassName
{
border-color: #004C1C;
}
</style>