Shades of British Racing Green #014717
Tints of British Racing Green #014717
RGB
CMYK
RGB Variations
Color information
#014717 (or 0x014717) is known color: British Racing Green. HEX triplet: 01, 47 and 17. RGB value is (1,71,23). Sum of RGB (Red+Green+Blue) = 1+71+23=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 71 (28.12% from 255 or 74.74% from 95); Blue value is 23 (9.38% from 255 or 24.21% from 95); Max value from RGB is 71 - color contains mainly: green. Hex color #014717 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014717 is #FEB8E8. Grayscale: #2C2C2C. Windows color (decimal): -16693481 or 1525505. OLE color: 1525505.
HSL color Cylindrical-coordinate representation of color #014717: hue angle of 138.86º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014717 is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 71 | 23 | - |
| CMYK | 0.99 | 0 | 0.68 | 0.72 |
| HSL | 138.86º | 0.97% | 0.14% | - |
| HSV(B) | 138.86º | 0.99% | 0.28% | - |
| XYZ | 2.42 | 4.57 | 1.57 | - |
| YUV | 44.6 | 115.81 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 71 | 23 | 0.99 | 0 | 0.68 | 0.72 | 138.86 | 0.97 | 0.14 |
| Hex | 1 | 47 | 17 | 63 | 0 | 44 | 48 | 8B | 61 | E |
| Octal | 1 | 107 | 27 | 143 | 0 | 104 | 110 | 213 | 141 | 16 |
| Binary | 1 | 1000111 | 10111 | 1100011 | 0 | 1000100 | 1001000 | 10001011 | 1100001 | 1110 |
Color Harmonies of #014717
Complementary color
Monochromatic Colors of #014717
Black with #014717
Text Example
Text Example
White with #014717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014717; }
p { color: rgb(1,71,23); }
H1.HeaderClassName
{
color: #014717;
}
.AnyTagClassName
{
color: #014717;
}
</style>
background-color css
<style>
a { background-color: #014717; }
a { background-color: rgb(1,71,23); }
div.DivClassName
{
background-color: #014717;
}
.BgClassName
{
background-color: #014717;
}
</style>
border-color css
<style>
span { border-color: #014717; }
span { border-color: rgb(1,71,23); }
td.TdClassName
{
border-color: #014717;
}
.TagClassName
{
border-color: #014717;
}
</style>