Shades of British Racing Green #004E11
Tints of British Racing Green #004E11
RGB
CMYK
RGB Variations
Color information
#004E11 (or 0x004E11) is known color: British Racing Green. HEX triplet: 00, 4E and 11. RGB value is (0,78,17). Sum of RGB (Red+Green+Blue) = 0+78+17=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 78 (30.86% from 255 or 82.11% from 95); Blue value is 17 (7.03% from 255 or 17.89% from 95); Max value from RGB is 78 - color contains mainly: green. Hex color #004E11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #004E11 is #FFB1EE. Grayscale: #2F2F2F. Windows color (decimal): -16757231 or 1134080. OLE color: 1134080.
HSL color Cylindrical-coordinate representation of color #004E11: hue angle of 133.08º 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 #004E11 is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 78 | 17 | - |
| CMYK | 1 | 0 | 0.78 | 0.69 |
| HSL | 133.08º | 1% | 0.15% | - |
| HSV(B) | 133.08º | 1% | 0.31% | - |
| XYZ | 2.83 | 5.49 | 1.44 | - |
| YUV | 47.72 | 110.66 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 17 | 1 | 0 | 0.78 | 0.69 | 133.08 | 1 | 0.15 |
| Hex | 0 | 4E | 11 | 64 | 0 | 4E | 45 | 85 | 64 | F |
| Octal | 0 | 116 | 21 | 144 | 0 | 116 | 105 | 205 | 144 | 17 |
| Binary | 0 | 1001110 | 10001 | 1100100 | 0 | 1001110 | 1000101 | 10000101 | 1100100 | 1111 |
Color Harmonies of #004E11
Complementary color
Monochromatic Colors of #004E11
Black with #004E11
Text Example
Text Example
White with #004E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004E11; }
p { color: rgb(0,78,17); }
H1.HeaderClassName
{
color: #004E11;
}
.AnyTagClassName
{
color: #004E11;
}
</style>
background-color css
<style>
a { background-color: #004E11; }
a { background-color: rgb(0,78,17); }
div.DivClassName
{
background-color: #004E11;
}
.BgClassName
{
background-color: #004E11;
}
</style>
border-color css
<style>
span { border-color: #004E11; }
span { border-color: rgb(0,78,17); }
td.TdClassName
{
border-color: #004E11;
}
.TagClassName
{
border-color: #004E11;
}
</style>