Shades of British Racing Green #014F20
Tints of British Racing Green #014F20
RGB
CMYK
RGB Variations
Color information
#014F20 (or 0x014F20) is known color: British Racing Green. HEX triplet: 01, 4F and 20. RGB value is (1,79,32). Sum of RGB (Red+Green+Blue) = 1+79+32=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 79 (31.25% from 255 or 70.54% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 79 - color contains mainly: green. Hex color #014F20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014F20 is #FEB0DF. Grayscale: #323232. Windows color (decimal): -16691424 or 2117377. OLE color: 2117377.
HSL color Cylindrical-coordinate representation of color #014F20: hue angle of 143.85º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F20 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 79 | 32 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.69 |
| HSL | 143.85º | 0.98% | 0.16% | - |
| HSV(B) | 143.85º | 0.99% | 0.31% | - |
| XYZ | 3.07 | 5.7 | 2.31 | - |
| YUV | 50.32 | 117.66 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 32 | 0.99 | 0 | 0.59 | 0.69 | 143.85 | 0.98 | 0.16 |
| Hex | 1 | 4F | 20 | 63 | 0 | 3B | 45 | 90 | 62 | 10 |
| Octal | 1 | 117 | 40 | 143 | 0 | 73 | 105 | 220 | 142 | 20 |
| Binary | 1 | 1001111 | 100000 | 1100011 | 0 | 111011 | 1000101 | 10010000 | 1100010 | 10000 |
Color Harmonies of #014F20
Complementary color
Monochromatic Colors of #014F20
Black with #014F20
Text Example
Text Example
White with #014F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014F20; }
p { color: rgb(1,79,32); }
H1.HeaderClassName
{
color: #014F20;
}
.AnyTagClassName
{
color: #014F20;
}
</style>
background-color css
<style>
a { background-color: #014F20; }
a { background-color: rgb(1,79,32); }
div.DivClassName
{
background-color: #014F20;
}
.BgClassName
{
background-color: #014F20;
}
</style>
border-color css
<style>
span { border-color: #014F20; }
span { border-color: rgb(1,79,32); }
td.TdClassName
{
border-color: #014F20;
}
.TagClassName
{
border-color: #014F20;
}
</style>