Shades of British Racing Green #005114
Tints of British Racing Green #005114
RGB
CMYK
RGB Variations
Color information
#005114 (or 0x005114) is known color: British Racing Green. HEX triplet: 00, 51 and 14. RGB value is (0,81,20). Sum of RGB (Red+Green+Blue) = 0+81+20=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 81 (32.03% from 255 or 80.20% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 81 - color contains mainly: green. Hex color #005114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005114 is #FFAEEB. Grayscale: #313131. Windows color (decimal): -16756460 or 1331456. OLE color: 1331456.
HSL color Cylindrical-coordinate representation of color #005114: hue angle of 134.81º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005114 is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 81 | 20 | - |
| CMYK | 1 | 0 | 0.75 | 0.68 |
| HSL | 134.81º | 1% | 0.16% | - |
| HSV(B) | 134.81º | 1% | 0.32% | - |
| XYZ | 3.07 | 5.94 | 1.65 | - |
| YUV | 49.83 | 111.16 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 20 | 1 | 0 | 0.75 | 0.68 | 134.81 | 1 | 0.16 |
| Hex | 0 | 51 | 14 | 64 | 0 | 4B | 44 | 87 | 64 | 10 |
| Octal | 0 | 121 | 24 | 144 | 0 | 113 | 104 | 207 | 144 | 20 |
| Binary | 0 | 1010001 | 10100 | 1100100 | 0 | 1001011 | 1000100 | 10000111 | 1100100 | 10000 |
Color Harmonies of #005114
Complementary color
Monochromatic Colors of #005114
Black with #005114
Text Example
Text Example
White with #005114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005114; }
p { color: rgb(0,81,20); }
H1.HeaderClassName
{
color: #005114;
}
.AnyTagClassName
{
color: #005114;
}
</style>
background-color css
<style>
a { background-color: #005114; }
a { background-color: rgb(0,81,20); }
div.DivClassName
{
background-color: #005114;
}
.BgClassName
{
background-color: #005114;
}
</style>
border-color css
<style>
span { border-color: #005114; }
span { border-color: rgb(0,81,20); }
td.TdClassName
{
border-color: #005114;
}
.TagClassName
{
border-color: #005114;
}
</style>