Shades of British Racing Green #014721
Tints of British Racing Green #014721
RGB
CMYK
RGB Variations
Color information
#014721 (or 0x014721) is known color: British Racing Green. HEX triplet: 01, 47 and 21. RGB value is (1,71,33). Sum of RGB (Red+Green+Blue) = 1+71+33=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 71 (28.12% from 255 or 67.62% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 71 - color contains mainly: green. Hex color #014721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014721 is #FEB8DE. Grayscale: #2D2D2D. Windows color (decimal): -16693471 or 2180865. OLE color: 2180865.
HSL color Cylindrical-coordinate representation of color #014721: hue angle of 147.43º 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 #014721 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 71 | 33 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.72 |
| HSL | 147.43º | 0.97% | 0.14% | - |
| HSV(B) | 147.43º | 0.99% | 0.28% | - |
| XYZ | 2.54 | 4.62 | 2.2 | - |
| YUV | 45.74 | 120.81 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 71 | 33 | 0.99 | 0 | 0.54 | 0.72 | 147.43 | 0.97 | 0.14 |
| Hex | 1 | 47 | 21 | 63 | 0 | 36 | 48 | 93 | 61 | E |
| Octal | 1 | 107 | 41 | 143 | 0 | 66 | 110 | 223 | 141 | 16 |
| Binary | 1 | 1000111 | 100001 | 1100011 | 0 | 110110 | 1001000 | 10010011 | 1100001 | 1110 |
Color Harmonies of #014721
Complementary color
Monochromatic Colors of #014721
Black with #014721
Text Example
Text Example
White with #014721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014721; }
p { color: rgb(1,71,33); }
H1.HeaderClassName
{
color: #014721;
}
.AnyTagClassName
{
color: #014721;
}
</style>
background-color css
<style>
a { background-color: #014721; }
a { background-color: rgb(1,71,33); }
div.DivClassName
{
background-color: #014721;
}
.BgClassName
{
background-color: #014721;
}
</style>
border-color css
<style>
span { border-color: #014721; }
span { border-color: rgb(1,71,33); }
td.TdClassName
{
border-color: #014721;
}
.TagClassName
{
border-color: #014721;
}
</style>