Shades of British Racing Green #004931
Tints of British Racing Green #004931
RGB
CMYK
RGB Variations
Color information
#004931 (or 0x004931) is known color: British Racing Green. HEX triplet: 00, 49 and 31. RGB value is (0,73,49). Sum of RGB (Red+Green+Blue) = 0+73+49=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 73 (28.91% from 255 or 59.84% from 122); Blue value is 49 (19.53% from 255 or 40.16% from 122); Max value from RGB is 73 - color contains mainly: green. Hex color #004931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004931 is #FFB6CE. Grayscale: #303030. Windows color (decimal): -16758479 or 3229952. OLE color: 3229952.
HSL color Cylindrical-coordinate representation of color #004931: hue angle of 160.27º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004931 is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 73 | 49 | - |
| CMYK | 1 | 0 | 0.33 | 0.71 |
| HSL | 160.27º | 1% | 0.14% | - |
| HSV(B) | 160.27º | 1% | 0.29% | - |
| XYZ | 2.94 | 4.99 | 3.71 | - |
| YUV | 48.44 | 128.32 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 49 | 1 | 0 | 0.33 | 0.71 | 160.27 | 1 | 0.14 |
| Hex | 0 | 49 | 31 | 64 | 0 | 21 | 47 | A0 | 64 | E |
| Octal | 0 | 111 | 61 | 144 | 0 | 41 | 107 | 240 | 144 | 16 |
| Binary | 0 | 1001001 | 110001 | 1100100 | 0 | 100001 | 1000111 | 10100000 | 1100100 | 1110 |
Color Harmonies of #004931
Complementary color
Monochromatic Colors of #004931
Black with #004931
Text Example
Text Example
White with #004931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004931; }
p { color: rgb(0,73,49); }
H1.HeaderClassName
{
color: #004931;
}
.AnyTagClassName
{
color: #004931;
}
</style>
background-color css
<style>
a { background-color: #004931; }
a { background-color: rgb(0,73,49); }
div.DivClassName
{
background-color: #004931;
}
.BgClassName
{
background-color: #004931;
}
</style>
border-color css
<style>
span { border-color: #004931; }
span { border-color: rgb(0,73,49); }
td.TdClassName
{
border-color: #004931;
}
.TagClassName
{
border-color: #004931;
}
</style>