Shades of British Racing Green #005016
Tints of British Racing Green #005016
RGB
CMYK
RGB Variations
Color information
#005016 (or 0x005016) is known color: British Racing Green. HEX triplet: 00, 50 and 16. RGB value is (0,80,22). Sum of RGB (Red+Green+Blue) = 0+80+22=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 80 (31.64% from 255 or 78.43% from 102); Blue value is 22 (8.98% from 255 or 21.57% from 102); Max value from RGB is 80 - color contains mainly: green. Hex color #005016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005016 is #FFAFE9. Grayscale: #313131. Windows color (decimal): -16756714 or 1462272. OLE color: 1462272.
HSL color Cylindrical-coordinate representation of color #005016: hue angle of 136.5º 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 #005016 is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 80 | 22 | - |
| CMYK | 1 | 0 | 0.72 | 0.69 |
| HSL | 136.5º | 1% | 0.16% | - |
| HSV(B) | 136.5º | 1% | 0.31% | - |
| XYZ | 3.01 | 5.8 | 1.72 | - |
| YUV | 49.47 | 112.5 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 80 | 22 | 1 | 0 | 0.72 | 0.69 | 136.5 | 1 | 0.16 |
| Hex | 0 | 50 | 16 | 64 | 0 | 48 | 45 | 88 | 64 | 10 |
| Octal | 0 | 120 | 26 | 144 | 0 | 110 | 105 | 210 | 144 | 20 |
| Binary | 0 | 1010000 | 10110 | 1100100 | 0 | 1001000 | 1000101 | 10001000 | 1100100 | 10000 |
Color Harmonies of #005016
Complementary color
Monochromatic Colors of #005016
Black with #005016
Text Example
Text Example
White with #005016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005016; }
p { color: rgb(0,80,22); }
H1.HeaderClassName
{
color: #005016;
}
.AnyTagClassName
{
color: #005016;
}
</style>
background-color css
<style>
a { background-color: #005016; }
a { background-color: rgb(0,80,22); }
div.DivClassName
{
background-color: #005016;
}
.BgClassName
{
background-color: #005016;
}
</style>
border-color css
<style>
span { border-color: #005016; }
span { border-color: rgb(0,80,22); }
td.TdClassName
{
border-color: #005016;
}
.TagClassName
{
border-color: #005016;
}
</style>