Shades of British Racing Green #014C24
Tints of British Racing Green #014C24
RGB
CMYK
RGB Variations
Color information
#014C24 (or 0x014C24) is known color: British Racing Green. HEX triplet: 01, 4C and 24. RGB value is (1,76,36). Sum of RGB (Red+Green+Blue) = 1+76+36=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 76 (30.08% from 255 or 67.26% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 76 - color contains mainly: green. Hex color #014C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014C24 is #FEB3DB. Grayscale: #313131. Windows color (decimal): -16692188 or 2378753. OLE color: 2378753.
HSL color Cylindrical-coordinate representation of color #014C24: hue angle of 148º 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 #014C24 is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 76 | 36 | - |
| CMYK | 0.99 | 0 | 0.53 | 0.70 |
| HSL | 148º | 0.97% | 0.15% | - |
| HSV(B) | 148º | 0.99% | 0.3% | - |
| XYZ | 2.92 | 5.3 | 2.54 | - |
| YUV | 49.02 | 120.65 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 36 | 0.99 | 0 | 0.53 | 0.70 | 148 | 0.97 | 0.15 |
| Hex | 1 | 4C | 24 | 63 | 0 | 35 | 46 | 94 | 61 | F |
| Octal | 1 | 114 | 44 | 143 | 0 | 65 | 106 | 224 | 141 | 17 |
| Binary | 1 | 1001100 | 100100 | 1100011 | 0 | 110101 | 1000110 | 10010100 | 1100001 | 1111 |
Color Harmonies of #014C24
Complementary color
Monochromatic Colors of #014C24
Black with #014C24
Text Example
Text Example
White with #014C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C24; }
p { color: rgb(1,76,36); }
H1.HeaderClassName
{
color: #014C24;
}
.AnyTagClassName
{
color: #014C24;
}
</style>
background-color css
<style>
a { background-color: #014C24; }
a { background-color: rgb(1,76,36); }
div.DivClassName
{
background-color: #014C24;
}
.BgClassName
{
background-color: #014C24;
}
</style>
border-color css
<style>
span { border-color: #014C24; }
span { border-color: rgb(1,76,36); }
td.TdClassName
{
border-color: #014C24;
}
.TagClassName
{
border-color: #014C24;
}
</style>