Shades of British Racing Green #014C14
Tints of British Racing Green #014C14
RGB
CMYK
RGB Variations
Color information
#014C14 (or 0x014C14) is known color: British Racing Green. HEX triplet: 01, 4C and 14. RGB value is (1,76,20). Sum of RGB (Red+Green+Blue) = 1+76+20=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 76 (30.08% from 255 or 78.35% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 76 - color contains mainly: green. Hex color #014C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014C14 is #FEB3EB. Grayscale: #2F2F2F. Windows color (decimal): -16692204 or 1330177. OLE color: 1330177.
HSL color Cylindrical-coordinate representation of color #014C14: hue angle of 135.2º 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 #014C14 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 76 | 20 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.70 |
| HSL | 135.2º | 0.97% | 0.15% | - |
| HSV(B) | 135.2º | 0.99% | 0.3% | - |
| XYZ | 2.72 | 5.23 | 1.53 | - |
| YUV | 47.19 | 112.65 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 20 | 0.99 | 0 | 0.74 | 0.70 | 135.2 | 0.97 | 0.15 |
| Hex | 1 | 4C | 14 | 63 | 0 | 4A | 46 | 87 | 61 | F |
| Octal | 1 | 114 | 24 | 143 | 0 | 112 | 106 | 207 | 141 | 17 |
| Binary | 1 | 1001100 | 10100 | 1100011 | 0 | 1001010 | 1000110 | 10000111 | 1100001 | 1111 |
Color Harmonies of #014C14
Complementary color
Monochromatic Colors of #014C14
Black with #014C14
Text Example
Text Example
White with #014C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C14; }
p { color: rgb(1,76,20); }
H1.HeaderClassName
{
color: #014C14;
}
.AnyTagClassName
{
color: #014C14;
}
</style>
background-color css
<style>
a { background-color: #014C14; }
a { background-color: rgb(1,76,20); }
div.DivClassName
{
background-color: #014C14;
}
.BgClassName
{
background-color: #014C14;
}
</style>
border-color css
<style>
span { border-color: #014C14; }
span { border-color: rgb(1,76,20); }
td.TdClassName
{
border-color: #014C14;
}
.TagClassName
{
border-color: #014C14;
}
</style>