Shades of British Racing Green #014C15
Tints of British Racing Green #014C15
RGB
CMYK
RGB Variations
Color information
#014C15 (or 0x014C15) is known color: British Racing Green. HEX triplet: 01, 4C and 15. RGB value is (1,76,21). Sum of RGB (Red+Green+Blue) = 1+76+21=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 76 (30.08% from 255 or 77.55% from 98); Blue value is 21 (8.59% from 255 or 21.43% from 98); Max value from RGB is 76 - color contains mainly: green. Hex color #014C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014C15 is #FEB3EA. Grayscale: #2F2F2F. Windows color (decimal): -16692203 or 1395713. OLE color: 1395713.
HSL color Cylindrical-coordinate representation of color #014C15: hue angle of 136º 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 #014C15 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 76 | 21 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.70 |
| HSL | 136º | 0.97% | 0.15% | - |
| HSV(B) | 136º | 0.99% | 0.3% | - |
| XYZ | 2.73 | 5.23 | 1.57 | - |
| YUV | 47.31 | 113.15 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 21 | 0.99 | 0 | 0.72 | 0.70 | 136 | 0.97 | 0.15 |
| Hex | 1 | 4C | 15 | 63 | 0 | 48 | 46 | 88 | 61 | F |
| Octal | 1 | 114 | 25 | 143 | 0 | 110 | 106 | 210 | 141 | 17 |
| Binary | 1 | 1001100 | 10101 | 1100011 | 0 | 1001000 | 1000110 | 10001000 | 1100001 | 1111 |
Color Harmonies of #014C15
Complementary color
Monochromatic Colors of #014C15
Black with #014C15
Text Example
Text Example
White with #014C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C15; }
p { color: rgb(1,76,21); }
H1.HeaderClassName
{
color: #014C15;
}
.AnyTagClassName
{
color: #014C15;
}
</style>
background-color css
<style>
a { background-color: #014C15; }
a { background-color: rgb(1,76,21); }
div.DivClassName
{
background-color: #014C15;
}
.BgClassName
{
background-color: #014C15;
}
</style>
border-color css
<style>
span { border-color: #014C15; }
span { border-color: rgb(1,76,21); }
td.TdClassName
{
border-color: #014C15;
}
.TagClassName
{
border-color: #014C15;
}
</style>