Shades of British Racing Green #004017
Tints of British Racing Green #004017
RGB
CMYK
RGB Variations
Color information
#004017 (or 0x004017) is known color: British Racing Green. HEX triplet: 00, 40 and 17. RGB value is (0,64,23). Sum of RGB (Red+Green+Blue) = 0+64+23=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 64 (25.39% from 255 or 73.56% from 87); Blue value is 23 (9.38% from 255 or 26.44% from 87); Max value from RGB is 64 - color contains mainly: green. Hex color #004017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004017 is #FFBFE8. Grayscale: #282828. Windows color (decimal): -16760809 or 1523712. OLE color: 1523712.
HSL color Cylindrical-coordinate representation of color #004017: hue angle of 141.56º 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 #004017 is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 64 | 23 | - |
| CMYK | 1 | 0 | 0.64 | 0.75 |
| HSL | 141.56º | 1% | 0.13% | - |
| HSV(B) | 141.56º | 1% | 0.25% | - |
| XYZ | 1.99 | 3.73 | 1.43 | - |
| YUV | 40.19 | 118.3 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 23 | 1 | 0 | 0.64 | 0.75 | 141.56 | 1 | 0.13 |
| Hex | 0 | 40 | 17 | 64 | 0 | 40 | 4B | 8E | 64 | D |
| Octal | 0 | 100 | 27 | 144 | 0 | 100 | 113 | 216 | 144 | 15 |
| Binary | 0 | 1000000 | 10111 | 1100100 | 0 | 1000000 | 1001011 | 10001110 | 1100100 | 1101 |
Color Harmonies of #004017
Complementary color
Monochromatic Colors of #004017
Black with #004017
Text Example
Text Example
White with #004017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004017; }
p { color: rgb(0,64,23); }
H1.HeaderClassName
{
color: #004017;
}
.AnyTagClassName
{
color: #004017;
}
</style>
background-color css
<style>
a { background-color: #004017; }
a { background-color: rgb(0,64,23); }
div.DivClassName
{
background-color: #004017;
}
.BgClassName
{
background-color: #004017;
}
</style>
border-color css
<style>
span { border-color: #004017; }
span { border-color: rgb(0,64,23); }
td.TdClassName
{
border-color: #004017;
}
.TagClassName
{
border-color: #004017;
}
</style>