Shades of British Racing Green #004016
Tints of British Racing Green #004016
RGB
CMYK
RGB Variations
Color information
#004016 (or 0x004016) is known color: British Racing Green. HEX triplet: 00, 40 and 16. RGB value is (0,64,22). Sum of RGB (Red+Green+Blue) = 0+64+22=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 64 (25.39% from 255 or 74.42% from 86); Blue value is 22 (8.98% from 255 or 25.58% from 86); Max value from RGB is 64 - color contains mainly: green. Hex color #004016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004016 is #FFBFE9. Grayscale: #282828. Windows color (decimal): -16760810 or 1458176. OLE color: 1458176.
HSL color Cylindrical-coordinate representation of color #004016: hue angle of 140.62º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004016 is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 64 | 22 | - |
| CMYK | 1 | 0 | 0.66 | 0.75 |
| HSL | 140.63º | 1% | 0.13% | - |
| HSV(B) | 140.63º | 1% | 0.25% | - |
| XYZ | 1.98 | 3.72 | 1.37 | - |
| YUV | 40.08 | 117.8 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 22 | 1 | 0 | 0.66 | 0.75 | 140.63 | 1 | 0.13 |
| Hex | 0 | 40 | 16 | 64 | 0 | 42 | 4B | 8D | 64 | D |
| Octal | 0 | 100 | 26 | 144 | 0 | 102 | 113 | 215 | 144 | 15 |
| Binary | 0 | 1000000 | 10110 | 1100100 | 0 | 1000010 | 1001011 | 10001101 | 1100100 | 1101 |
Color Harmonies of #004016
Complementary color
Monochromatic Colors of #004016
Black with #004016
Text Example
Text Example
White with #004016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004016; }
p { color: rgb(0,64,22); }
H1.HeaderClassName
{
color: #004016;
}
.AnyTagClassName
{
color: #004016;
}
</style>
background-color css
<style>
a { background-color: #004016; }
a { background-color: rgb(0,64,22); }
div.DivClassName
{
background-color: #004016;
}
.BgClassName
{
background-color: #004016;
}
</style>
border-color css
<style>
span { border-color: #004016; }
span { border-color: rgb(0,64,22); }
td.TdClassName
{
border-color: #004016;
}
.TagClassName
{
border-color: #004016;
}
</style>