Shades of British Racing Green #014911
Tints of British Racing Green #014911
RGB
CMYK
RGB Variations
Color information
#014911 (or 0x014911) is known color: British Racing Green. HEX triplet: 01, 49 and 11. RGB value is (1,73,17). Sum of RGB (Red+Green+Blue) = 1+73+17=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 73 (28.91% from 255 or 80.22% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 73 - color contains mainly: green. Hex color #014911 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014911 is #FEB6EE. Grayscale: #2D2D2D. Windows color (decimal): -16692975 or 1132801. OLE color: 1132801.
HSL color Cylindrical-coordinate representation of color #014911: hue angle of 133.33º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014911 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 73 | 17 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.71 |
| HSL | 133.33º | 0.97% | 0.15% | - |
| HSV(B) | 133.33º | 0.99% | 0.29% | - |
| XYZ | 2.5 | 4.81 | 1.33 | - |
| YUV | 45.09 | 112.15 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 73 | 17 | 0.99 | 0 | 0.77 | 0.71 | 133.33 | 0.97 | 0.15 |
| Hex | 1 | 49 | 11 | 63 | 0 | 4D | 47 | 85 | 61 | F |
| Octal | 1 | 111 | 21 | 143 | 0 | 115 | 107 | 205 | 141 | 17 |
| Binary | 1 | 1001001 | 10001 | 1100011 | 0 | 1001101 | 1000111 | 10000101 | 1100001 | 1111 |
Color Harmonies of #014911
Complementary color
Monochromatic Colors of #014911
Black with #014911
Text Example
Text Example
White with #014911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014911; }
p { color: rgb(1,73,17); }
H1.HeaderClassName
{
color: #014911;
}
.AnyTagClassName
{
color: #014911;
}
</style>
background-color css
<style>
a { background-color: #014911; }
a { background-color: rgb(1,73,17); }
div.DivClassName
{
background-color: #014911;
}
.BgClassName
{
background-color: #014911;
}
</style>
border-color css
<style>
span { border-color: #014911; }
span { border-color: rgb(1,73,17); }
td.TdClassName
{
border-color: #014911;
}
.TagClassName
{
border-color: #014911;
}
</style>