Shades of British Racing Green #005118
Tints of British Racing Green #005118
RGB
CMYK
RGB Variations
Color information
#005118 (or 0x005118) is known color: British Racing Green. HEX triplet: 00, 51 and 18. RGB value is (0,81,24). Sum of RGB (Red+Green+Blue) = 0+81+24=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 81 (32.03% from 255 or 77.14% from 105); Blue value is 24 (9.77% from 255 or 22.86% from 105); Max value from RGB is 81 - color contains mainly: green. Hex color #005118 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005118 is #FFAEE7. Grayscale: #323232. Windows color (decimal): -16756456 or 1593600. OLE color: 1593600.
HSL color Cylindrical-coordinate representation of color #005118: hue angle of 137.78º 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 #005118 is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 81 | 24 | - |
| CMYK | 1 | 0 | 0.70 | 0.68 |
| HSL | 137.78º | 1% | 0.16% | - |
| HSV(B) | 137.78º | 1% | 0.32% | - |
| XYZ | 3.11 | 5.95 | 1.85 | - |
| YUV | 50.28 | 113.16 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 24 | 1 | 0 | 0.70 | 0.68 | 137.78 | 1 | 0.16 |
| Hex | 0 | 51 | 18 | 64 | 0 | 46 | 44 | 8A | 64 | 10 |
| Octal | 0 | 121 | 30 | 144 | 0 | 106 | 104 | 212 | 144 | 20 |
| Binary | 0 | 1010001 | 11000 | 1100100 | 0 | 1000110 | 1000100 | 10001010 | 1100100 | 10000 |
Color Harmonies of #005118
Complementary color
Monochromatic Colors of #005118
Black with #005118
Text Example
Text Example
White with #005118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005118; }
p { color: rgb(0,81,24); }
H1.HeaderClassName
{
color: #005118;
}
.AnyTagClassName
{
color: #005118;
}
</style>
background-color css
<style>
a { background-color: #005118; }
a { background-color: rgb(0,81,24); }
div.DivClassName
{
background-color: #005118;
}
.BgClassName
{
background-color: #005118;
}
</style>
border-color css
<style>
span { border-color: #005118; }
span { border-color: rgb(0,81,24); }
td.TdClassName
{
border-color: #005118;
}
.TagClassName
{
border-color: #005118;
}
</style>