Shades of British Racing Green #005111
Tints of British Racing Green #005111
RGB
CMYK
RGB Variations
Color information
#005111 (or 0x005111) is known color: British Racing Green. HEX triplet: 00, 51 and 11. RGB value is (0,81,17). Sum of RGB (Red+Green+Blue) = 0+81+17=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 81 (32.03% from 255 or 82.65% from 98); Blue value is 17 (7.03% from 255 or 17.35% from 98); Max value from RGB is 81 - color contains mainly: green. Hex color #005111 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005111 is #FFAEEE. Grayscale: #313131. Windows color (decimal): -16756463 or 1134848. OLE color: 1134848.
HSL color Cylindrical-coordinate representation of color #005111: hue angle of 132.59º 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 #005111 is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 81 | 17 | - |
| CMYK | 1 | 0 | 0.79 | 0.68 |
| HSL | 132.59º | 1% | 0.16% | - |
| HSV(B) | 132.59º | 1% | 0.32% | - |
| XYZ | 3.04 | 5.93 | 1.51 | - |
| YUV | 49.49 | 109.66 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 17 | 1 | 0 | 0.79 | 0.68 | 132.59 | 1 | 0.16 |
| Hex | 0 | 51 | 11 | 64 | 0 | 4F | 44 | 85 | 64 | 10 |
| Octal | 0 | 121 | 21 | 144 | 0 | 117 | 104 | 205 | 144 | 20 |
| Binary | 0 | 1010001 | 10001 | 1100100 | 0 | 1001111 | 1000100 | 10000101 | 1100100 | 10000 |
Color Harmonies of #005111
Complementary color
Monochromatic Colors of #005111
Black with #005111
Text Example
Text Example
White with #005111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005111; }
p { color: rgb(0,81,17); }
H1.HeaderClassName
{
color: #005111;
}
.AnyTagClassName
{
color: #005111;
}
</style>
background-color css
<style>
a { background-color: #005111; }
a { background-color: rgb(0,81,17); }
div.DivClassName
{
background-color: #005111;
}
.BgClassName
{
background-color: #005111;
}
</style>
border-color css
<style>
span { border-color: #005111; }
span { border-color: rgb(0,81,17); }
td.TdClassName
{
border-color: #005111;
}
.TagClassName
{
border-color: #005111;
}
</style>