Shades of British Racing Green #005429
Tints of British Racing Green #005429
RGB
CMYK
RGB Variations
Color information
#005429 (or 0x005429) is known color: British Racing Green. HEX triplet: 00, 54 and 29. RGB value is (0,84,41). Sum of RGB (Red+Green+Blue) = 0+84+41=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 84 (33.20% from 255 or 67.2% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 84 - color contains mainly: green. Hex color #005429 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005429 is #FFABD6. Grayscale: #363636. Windows color (decimal): -16755671 or 2708480. OLE color: 2708480.
HSL color Cylindrical-coordinate representation of color #005429: hue angle of 149.29º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005429 is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 84 | 41 | - |
| CMYK | 1 | 0 | 0.51 | 0.67 |
| HSL | 149.29º | 1% | 0.16% | - |
| HSV(B) | 149.29º | 1% | 0.33% | - |
| XYZ | 3.57 | 6.5 | 3.16 | - |
| YUV | 53.98 | 120.67 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 84 | 41 | 1 | 0 | 0.51 | 0.67 | 149.29 | 1 | 0.16 |
| Hex | 0 | 54 | 29 | 64 | 0 | 33 | 43 | 95 | 64 | 10 |
| Octal | 0 | 124 | 51 | 144 | 0 | 63 | 103 | 225 | 144 | 20 |
| Binary | 0 | 1010100 | 101001 | 1100100 | 0 | 110011 | 1000011 | 10010101 | 1100100 | 10000 |
Color Harmonies of #005429
Complementary color
Monochromatic Colors of #005429
Black with #005429
Text Example
Text Example
White with #005429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005429; }
p { color: rgb(0,84,41); }
H1.HeaderClassName
{
color: #005429;
}
.AnyTagClassName
{
color: #005429;
}
</style>
background-color css
<style>
a { background-color: #005429; }
a { background-color: rgb(0,84,41); }
div.DivClassName
{
background-color: #005429;
}
.BgClassName
{
background-color: #005429;
}
</style>
border-color css
<style>
span { border-color: #005429; }
span { border-color: rgb(0,84,41); }
td.TdClassName
{
border-color: #005429;
}
.TagClassName
{
border-color: #005429;
}
</style>