Shades of British Racing Green #005014
Tints of British Racing Green #005014
RGB
CMYK
RGB Variations
Color information
#005014 (or 0x005014) is known color: British Racing Green. HEX triplet: 00, 50 and 14. RGB value is (0,80,20). Sum of RGB (Red+Green+Blue) = 0+80+20=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 80 (31.64% from 255 or 80% from 100); Blue value is 20 (8.20% from 255 or 20% from 100); Max value from RGB is 80 - color contains mainly: green. Hex color #005014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005014 is #FFAFEB. Grayscale: #313131. Windows color (decimal): -16756716 or 1331200. OLE color: 1331200.
HSL color Cylindrical-coordinate representation of color #005014: hue angle of 135º 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 #005014 is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 80 | 20 | - |
| CMYK | 1 | 0 | 0.75 | 0.69 |
| HSL | 135º | 1% | 0.16% | - |
| HSV(B) | 135º | 1% | 0.31% | - |
| XYZ | 2.99 | 5.79 | 1.62 | - |
| YUV | 49.24 | 111.5 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 80 | 20 | 1 | 0 | 0.75 | 0.69 | 135 | 1 | 0.16 |
| Hex | 0 | 50 | 14 | 64 | 0 | 4B | 45 | 87 | 64 | 10 |
| Octal | 0 | 120 | 24 | 144 | 0 | 113 | 105 | 207 | 144 | 20 |
| Binary | 0 | 1010000 | 10100 | 1100100 | 0 | 1001011 | 1000101 | 10000111 | 1100100 | 10000 |
Color Harmonies of #005014
Complementary color
Monochromatic Colors of #005014
Black with #005014
Text Example
Text Example
White with #005014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005014; }
p { color: rgb(0,80,20); }
H1.HeaderClassName
{
color: #005014;
}
.AnyTagClassName
{
color: #005014;
}
</style>
background-color css
<style>
a { background-color: #005014; }
a { background-color: rgb(0,80,20); }
div.DivClassName
{
background-color: #005014;
}
.BgClassName
{
background-color: #005014;
}
</style>
border-color css
<style>
span { border-color: #005014; }
span { border-color: rgb(0,80,20); }
td.TdClassName
{
border-color: #005014;
}
.TagClassName
{
border-color: #005014;
}
</style>