Shades of British Racing Green #014E21
Tints of British Racing Green #014E21
RGB
CMYK
RGB Variations
Color information
#014E21 (or 0x014E21) is known color: British Racing Green. HEX triplet: 01, 4E and 21. RGB value is (1,78,33). Sum of RGB (Red+Green+Blue) = 1+78+33=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 78 (30.86% from 255 or 69.64% from 112); Blue value is 33 (13.28% from 255 or 29.46% from 112); Max value from RGB is 78 - color contains mainly: green. Hex color #014E21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014E21 is #FEB1DE. Grayscale: #313131. Windows color (decimal): -16691679 or 2182657. OLE color: 2182657.
HSL color Cylindrical-coordinate representation of color #014E21: hue angle of 144.94º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014E21 is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 78 | 33 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.69 |
| HSL | 144.94º | 0.97% | 0.15% | - |
| HSV(B) | 144.94º | 0.99% | 0.31% | - |
| XYZ | 3.01 | 5.57 | 2.35 | - |
| YUV | 49.85 | 118.49 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 33 | 0.99 | 0 | 0.58 | 0.69 | 144.94 | 0.97 | 0.15 |
| Hex | 1 | 4E | 21 | 63 | 0 | 3A | 45 | 91 | 61 | F |
| Octal | 1 | 116 | 41 | 143 | 0 | 72 | 105 | 221 | 141 | 17 |
| Binary | 1 | 1001110 | 100001 | 1100011 | 0 | 111010 | 1000101 | 10010001 | 1100001 | 1111 |
Color Harmonies of #014E21
Complementary color
Monochromatic Colors of #014E21
Black with #014E21
Text Example
Text Example
White with #014E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014E21; }
p { color: rgb(1,78,33); }
H1.HeaderClassName
{
color: #014E21;
}
.AnyTagClassName
{
color: #014E21;
}
</style>
background-color css
<style>
a { background-color: #014E21; }
a { background-color: rgb(1,78,33); }
div.DivClassName
{
background-color: #014E21;
}
.BgClassName
{
background-color: #014E21;
}
</style>
border-color css
<style>
span { border-color: #014E21; }
span { border-color: rgb(1,78,33); }
td.TdClassName
{
border-color: #014E21;
}
.TagClassName
{
border-color: #014E21;
}
</style>