Shades of British Racing Green #005012
Tints of British Racing Green #005012
RGB
CMYK
RGB Variations
Color information
#005012 (or 0x005012) is known color: British Racing Green. HEX triplet: 00, 50 and 12. RGB value is (0,80,18). Sum of RGB (Red+Green+Blue) = 0+80+18=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 80 (31.64% from 255 or 81.63% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 80 - color contains mainly: green. Hex color #005012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005012 is #FFAFED. Grayscale: #313131. Windows color (decimal): -16756718 or 1200128. OLE color: 1200128.
HSL color Cylindrical-coordinate representation of color #005012: hue angle of 133.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 #005012 is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 80 | 18 | - |
| CMYK | 1 | 0 | 0.78 | 0.69 |
| HSL | 133.5º | 1% | 0.16% | - |
| HSV(B) | 133.5º | 1% | 0.31% | - |
| XYZ | 2.98 | 5.78 | 1.53 | - |
| YUV | 49.01 | 110.5 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 80 | 18 | 1 | 0 | 0.78 | 0.69 | 133.5 | 1 | 0.16 |
| Hex | 0 | 50 | 12 | 64 | 0 | 4E | 45 | 86 | 64 | 10 |
| Octal | 0 | 120 | 22 | 144 | 0 | 116 | 105 | 206 | 144 | 20 |
| Binary | 0 | 1010000 | 10010 | 1100100 | 0 | 1001110 | 1000101 | 10000110 | 1100100 | 10000 |
Color Harmonies of #005012
Complementary color
Monochromatic Colors of #005012
Black with #005012
Text Example
Text Example
White with #005012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005012; }
p { color: rgb(0,80,18); }
H1.HeaderClassName
{
color: #005012;
}
.AnyTagClassName
{
color: #005012;
}
</style>
background-color css
<style>
a { background-color: #005012; }
a { background-color: rgb(0,80,18); }
div.DivClassName
{
background-color: #005012;
}
.BgClassName
{
background-color: #005012;
}
</style>
border-color css
<style>
span { border-color: #005012; }
span { border-color: rgb(0,80,18); }
td.TdClassName
{
border-color: #005012;
}
.TagClassName
{
border-color: #005012;
}
</style>