Shades of British Racing Green #004929
Tints of British Racing Green #004929
RGB
CMYK
RGB Variations
Color information
#004929 (or 0x004929) is known color: British Racing Green. HEX triplet: 00, 49 and 29. RGB value is (0,73,41). Sum of RGB (Red+Green+Blue) = 0+73+41=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 73 (28.91% from 255 or 64.04% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 73 - color contains mainly: green. Hex color #004929 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004929 is #FFB6D6. Grayscale: #2F2F2F. Windows color (decimal): -16758487 or 2705664. OLE color: 2705664.
HSL color Cylindrical-coordinate representation of color #004929: hue angle of 153.7º 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 #004929 is Cyan = 1, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 73 | 41 | - |
| CMYK | 1 | 0 | 0.44 | 0.71 |
| HSL | 153.7º | 1% | 0.14% | - |
| HSV(B) | 153.7º | 1% | 0.29% | - |
| XYZ | 2.78 | 4.93 | 2.9 | - |
| YUV | 47.53 | 124.32 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 41 | 1 | 0 | 0.44 | 0.71 | 153.7 | 1 | 0.14 |
| Hex | 0 | 49 | 29 | 64 | 0 | 2C | 47 | 9A | 64 | E |
| Octal | 0 | 111 | 51 | 144 | 0 | 54 | 107 | 232 | 144 | 16 |
| Binary | 0 | 1001001 | 101001 | 1100100 | 0 | 101100 | 1000111 | 10011010 | 1100100 | 1110 |
Color Harmonies of #004929
Complementary color
Monochromatic Colors of #004929
Black with #004929
Text Example
Text Example
White with #004929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004929; }
p { color: rgb(0,73,41); }
H1.HeaderClassName
{
color: #004929;
}
.AnyTagClassName
{
color: #004929;
}
</style>
background-color css
<style>
a { background-color: #004929; }
a { background-color: rgb(0,73,41); }
div.DivClassName
{
background-color: #004929;
}
.BgClassName
{
background-color: #004929;
}
</style>
border-color css
<style>
span { border-color: #004929; }
span { border-color: rgb(0,73,41); }
td.TdClassName
{
border-color: #004929;
}
.TagClassName
{
border-color: #004929;
}
</style>