Shades of British Racing Green #004E31
Tints of British Racing Green #004E31
RGB
CMYK
RGB Variations
Color information
#004E31 (or 0x004E31) is known color: British Racing Green. HEX triplet: 00, 4E and 31. RGB value is (0,78,49). Sum of RGB (Red+Green+Blue) = 0+78+49=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 78 (30.86% from 255 or 61.42% from 127); Blue value is 49 (19.53% from 255 or 38.58% from 127); Max value from RGB is 78 - color contains mainly: green. Hex color #004E31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004E31 is #FFB1CE. Grayscale: #333333. Windows color (decimal): -16757199 or 3231232. OLE color: 3231232.
HSL color Cylindrical-coordinate representation of color #004E31: hue angle of 157.69º 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 #004E31 is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 78 | 49 | - |
| CMYK | 1 | 0 | 0.37 | 0.69 |
| HSL | 157.69º | 1% | 0.15% | - |
| HSV(B) | 157.69º | 1% | 0.31% | - |
| XYZ | 3.28 | 5.67 | 3.83 | - |
| YUV | 51.37 | 126.66 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 49 | 1 | 0 | 0.37 | 0.69 | 157.69 | 1 | 0.15 |
| Hex | 0 | 4E | 31 | 64 | 0 | 25 | 45 | 9E | 64 | F |
| Octal | 0 | 116 | 61 | 144 | 0 | 45 | 105 | 236 | 144 | 17 |
| Binary | 0 | 1001110 | 110001 | 1100100 | 0 | 100101 | 1000101 | 10011110 | 1100100 | 1111 |
Color Harmonies of #004E31
Complementary color
Monochromatic Colors of #004E31
Black with #004E31
Text Example
Text Example
White with #004E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004E31; }
p { color: rgb(0,78,49); }
H1.HeaderClassName
{
color: #004E31;
}
.AnyTagClassName
{
color: #004E31;
}
</style>
background-color css
<style>
a { background-color: #004E31; }
a { background-color: rgb(0,78,49); }
div.DivClassName
{
background-color: #004E31;
}
.BgClassName
{
background-color: #004E31;
}
</style>
border-color css
<style>
span { border-color: #004E31; }
span { border-color: rgb(0,78,49); }
td.TdClassName
{
border-color: #004E31;
}
.TagClassName
{
border-color: #004E31;
}
</style>