Shades of British Racing Green #005034
Tints of British Racing Green #005034
RGB
CMYK
RGB Variations
Color information
#005034 (or 0x005034) is known color: British Racing Green. HEX triplet: 00, 50 and 34. RGB value is (0,80,52). Sum of RGB (Red+Green+Blue) = 0+80+52=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 80 (31.64% from 255 or 60.61% from 132); Blue value is 52 (20.70% from 255 or 39.39% from 132); Max value from RGB is 80 - color contains mainly: green. Hex color #005034 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005034 is #FFAFCB. Grayscale: #343434. Windows color (decimal): -16756684 or 3428352. OLE color: 3428352.
HSL color Cylindrical-coordinate representation of color #005034: hue angle of 159º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005034 is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 80 | 52 | - |
| CMYK | 1 | 0 | 0.35 | 0.69 |
| HSL | 159º | 1% | 0.16% | - |
| HSV(B) | 159º | 1% | 0.31% | - |
| XYZ | 3.49 | 5.99 | 4.22 | - |
| YUV | 52.89 | 127.5 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 80 | 52 | 1 | 0 | 0.35 | 0.69 | 159 | 1 | 0.16 |
| Hex | 0 | 50 | 34 | 64 | 0 | 23 | 45 | 9F | 64 | 10 |
| Octal | 0 | 120 | 64 | 144 | 0 | 43 | 105 | 237 | 144 | 20 |
| Binary | 0 | 1010000 | 110100 | 1100100 | 0 | 100011 | 1000101 | 10011111 | 1100100 | 10000 |
Color Harmonies of #005034
Complementary color
Monochromatic Colors of #005034
Black with #005034
Text Example
Text Example
White with #005034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005034; }
p { color: rgb(0,80,52); }
H1.HeaderClassName
{
color: #005034;
}
.AnyTagClassName
{
color: #005034;
}
</style>
background-color css
<style>
a { background-color: #005034; }
a { background-color: rgb(0,80,52); }
div.DivClassName
{
background-color: #005034;
}
.BgClassName
{
background-color: #005034;
}
</style>
border-color css
<style>
span { border-color: #005034; }
span { border-color: rgb(0,80,52); }
td.TdClassName
{
border-color: #005034;
}
.TagClassName
{
border-color: #005034;
}
</style>