Shades of British Racing Green #005714
Tints of British Racing Green #005714
RGB
CMYK
RGB Variations
Color information
#005714 (or 0x005714) is known color: British Racing Green. HEX triplet: 00, 57 and 14. RGB value is (0,87,20). Sum of RGB (Red+Green+Blue) = 0+87+20=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 87 (34.38% from 255 or 81.31% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 87 - color contains mainly: green. Hex color #005714 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005714 is #FFA8EB. Grayscale: #353535. Windows color (decimal): -16754924 or 1332992. OLE color: 1332992.
HSL color Cylindrical-coordinate representation of color #005714: hue angle of 133.79º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005714 is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 87 | 20 | - |
| CMYK | 1 | 0 | 0.77 | 0.66 |
| HSL | 133.79º | 1% | 0.17% | - |
| HSV(B) | 133.79º | 1% | 0.34% | - |
| XYZ | 3.53 | 6.87 | 1.8 | - |
| YUV | 53.35 | 109.18 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 87 | 20 | 1 | 0 | 0.77 | 0.66 | 133.79 | 1 | 0.17 |
| Hex | 0 | 57 | 14 | 64 | 0 | 4D | 42 | 86 | 64 | 11 |
| Octal | 0 | 127 | 24 | 144 | 0 | 115 | 102 | 206 | 144 | 21 |
| Binary | 0 | 1010111 | 10100 | 1100100 | 0 | 1001101 | 1000010 | 10000110 | 1100100 | 10001 |
Color Harmonies of #005714
Complementary color
Monochromatic Colors of #005714
Black with #005714
Text Example
Text Example
White with #005714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005714; }
p { color: rgb(0,87,20); }
H1.HeaderClassName
{
color: #005714;
}
.AnyTagClassName
{
color: #005714;
}
</style>
background-color css
<style>
a { background-color: #005714; }
a { background-color: rgb(0,87,20); }
div.DivClassName
{
background-color: #005714;
}
.BgClassName
{
background-color: #005714;
}
</style>
border-color css
<style>
span { border-color: #005714; }
span { border-color: rgb(0,87,20); }
td.TdClassName
{
border-color: #005714;
}
.TagClassName
{
border-color: #005714;
}
</style>