Shades of British Racing Green #004E1C
Tints of British Racing Green #004E1C
RGB
CMYK
RGB Variations
Color information
#004E1C (or 0x004E1C) is known color: British Racing Green. HEX triplet: 00, 4E and 1C. RGB value is (0,78,28). Sum of RGB (Red+Green+Blue) = 0+78+28=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 78 (30.86% from 255 or 73.58% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 78 - color contains mainly: green. Hex color #004E1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004E1C is #FFB1E3. Grayscale: #313131. Windows color (decimal): -16757220 or 1854976. OLE color: 1854976.
HSL color Cylindrical-coordinate representation of color #004E1C: hue angle of 141.54º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004E1C is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 78 | 28 | - |
| CMYK | 1 | 0 | 0.64 | 0.69 |
| HSL | 141.54º | 1% | 0.15% | - |
| HSV(B) | 141.54º | 1% | 0.31% | - |
| XYZ | 2.93 | 5.53 | 2.01 | - |
| YUV | 48.98 | 116.16 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 28 | 1 | 0 | 0.64 | 0.69 | 141.54 | 1 | 0.15 |
| Hex | 0 | 4E | 1C | 64 | 0 | 40 | 45 | 8E | 64 | F |
| Octal | 0 | 116 | 34 | 144 | 0 | 100 | 105 | 216 | 144 | 17 |
| Binary | 0 | 1001110 | 11100 | 1100100 | 0 | 1000000 | 1000101 | 10001110 | 1100100 | 1111 |
Color Harmonies of #004E1C
Complementary color
Monochromatic Colors of #004E1C
Black with #004E1C
Text Example
Text Example
White with #004E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004E1C; }
p { color: rgb(0,78,28); }
H1.HeaderClassName
{
color: #004E1C;
}
.AnyTagClassName
{
color: #004E1C;
}
</style>
background-color css
<style>
a { background-color: #004E1C; }
a { background-color: rgb(0,78,28); }
div.DivClassName
{
background-color: #004E1C;
}
.BgClassName
{
background-color: #004E1C;
}
</style>
border-color css
<style>
span { border-color: #004E1C; }
span { border-color: rgb(0,78,28); }
td.TdClassName
{
border-color: #004E1C;
}
.TagClassName
{
border-color: #004E1C;
}
</style>