Shades of British Racing Green #014C22
Tints of British Racing Green #014C22
RGB
CMYK
RGB Variations
Color information
#014C22 (or 0x014C22) is known color: British Racing Green. HEX triplet: 01, 4C and 22. RGB value is (1,76,34). Sum of RGB (Red+Green+Blue) = 1+76+34=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 76 (30.08% from 255 or 68.47% from 111); Blue value is 34 (13.67% from 255 or 30.63% from 111); Max value from RGB is 76 - color contains mainly: green. Hex color #014C22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014C22 is #FEB3DD. Grayscale: #303030. Windows color (decimal): -16692190 or 2247681. OLE color: 2247681.
HSL color Cylindrical-coordinate representation of color #014C22: hue angle of 146.4º 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 #014C22 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 76 | 34 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.70 |
| HSL | 146.4º | 0.97% | 0.15% | - |
| HSV(B) | 146.4º | 0.99% | 0.3% | - |
| XYZ | 2.89 | 5.29 | 2.38 | - |
| YUV | 48.79 | 119.65 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 34 | 0.99 | 0 | 0.55 | 0.70 | 146.4 | 0.97 | 0.15 |
| Hex | 1 | 4C | 22 | 63 | 0 | 37 | 46 | 92 | 61 | F |
| Octal | 1 | 114 | 42 | 143 | 0 | 67 | 106 | 222 | 141 | 17 |
| Binary | 1 | 1001100 | 100010 | 1100011 | 0 | 110111 | 1000110 | 10010010 | 1100001 | 1111 |
Color Harmonies of #014C22
Complementary color
Monochromatic Colors of #014C22
Black with #014C22
Text Example
Text Example
White with #014C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C22; }
p { color: rgb(1,76,34); }
H1.HeaderClassName
{
color: #014C22;
}
.AnyTagClassName
{
color: #014C22;
}
</style>
background-color css
<style>
a { background-color: #014C22; }
a { background-color: rgb(1,76,34); }
div.DivClassName
{
background-color: #014C22;
}
.BgClassName
{
background-color: #014C22;
}
</style>
border-color css
<style>
span { border-color: #014C22; }
span { border-color: rgb(1,76,34); }
td.TdClassName
{
border-color: #014C22;
}
.TagClassName
{
border-color: #014C22;
}
</style>