Shades of British Racing Green #014C20
Tints of British Racing Green #014C20
RGB
CMYK
RGB Variations
Color information
#014C20 (or 0x014C20) is known color: British Racing Green. HEX triplet: 01, 4C and 20. RGB value is (1,76,32). Sum of RGB (Red+Green+Blue) = 1+76+32=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 76 (30.08% from 255 or 69.72% from 109); Blue value is 32 (12.89% from 255 or 29.36% from 109); Max value from RGB is 76 - color contains mainly: green. Hex color #014C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014C20 is #FEB3DF. Grayscale: #303030. Windows color (decimal): -16692192 or 2116609. OLE color: 2116609.
HSL color Cylindrical-coordinate representation of color #014C20: hue angle of 144.8º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014C20 is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 76 | 32 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.70 |
| HSL | 144.8º | 0.97% | 0.15% | - |
| HSV(B) | 144.8º | 0.99% | 0.3% | - |
| XYZ | 2.86 | 5.28 | 2.23 | - |
| YUV | 48.56 | 118.65 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 32 | 0.99 | 0 | 0.58 | 0.70 | 144.8 | 0.97 | 0.15 |
| Hex | 1 | 4C | 20 | 63 | 0 | 3A | 46 | 91 | 61 | F |
| Octal | 1 | 114 | 40 | 143 | 0 | 72 | 106 | 221 | 141 | 17 |
| Binary | 1 | 1001100 | 100000 | 1100011 | 0 | 111010 | 1000110 | 10010001 | 1100001 | 1111 |
Color Harmonies of #014C20
Complementary color
Monochromatic Colors of #014C20
Black with #014C20
Text Example
Text Example
White with #014C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C20; }
p { color: rgb(1,76,32); }
H1.HeaderClassName
{
color: #014C20;
}
.AnyTagClassName
{
color: #014C20;
}
</style>
background-color css
<style>
a { background-color: #014C20; }
a { background-color: rgb(1,76,32); }
div.DivClassName
{
background-color: #014C20;
}
.BgClassName
{
background-color: #014C20;
}
</style>
border-color css
<style>
span { border-color: #014C20; }
span { border-color: rgb(1,76,32); }
td.TdClassName
{
border-color: #014C20;
}
.TagClassName
{
border-color: #014C20;
}
</style>