Shades of British Racing Green #014631
Tints of British Racing Green #014631
RGB
CMYK
RGB Variations
Color information
#014631 (or 0x014631) is known color: British Racing Green. HEX triplet: 01, 46 and 31. RGB value is (1,70,49). Sum of RGB (Red+Green+Blue) = 1+70+49=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 70 (27.73% from 255 or 58.33% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 70 - color contains mainly: green. Hex color #014631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014631 is #FEB9CE. Grayscale: #2E2E2E. Windows color (decimal): -16693711 or 3229185. OLE color: 3229185.
HSL color Cylindrical-coordinate representation of color #014631: hue angle of 161.74º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014631 is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 70 | 49 | - |
| CMYK | 0.99 | 0 | 0.30 | 0.73 |
| HSL | 161.74º | 0.97% | 0.14% | - |
| HSV(B) | 161.74º | 0.99% | 0.27% | - |
| XYZ | 2.76 | 4.61 | 3.65 | - |
| YUV | 46.98 | 129.14 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 49 | 0.99 | 0 | 0.30 | 0.73 | 161.74 | 0.97 | 0.14 |
| Hex | 1 | 46 | 31 | 63 | 0 | 1E | 49 | A2 | 61 | E |
| Octal | 1 | 106 | 61 | 143 | 0 | 36 | 111 | 242 | 141 | 16 |
| Binary | 1 | 1000110 | 110001 | 1100011 | 0 | 11110 | 1001001 | 10100010 | 1100001 | 1110 |
Color Harmonies of #014631
Complementary color
Monochromatic Colors of #014631
Black with #014631
Text Example
Text Example
White with #014631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014631; }
p { color: rgb(1,70,49); }
H1.HeaderClassName
{
color: #014631;
}
.AnyTagClassName
{
color: #014631;
}
</style>
background-color css
<style>
a { background-color: #014631; }
a { background-color: rgb(1,70,49); }
div.DivClassName
{
background-color: #014631;
}
.BgClassName
{
background-color: #014631;
}
</style>
border-color css
<style>
span { border-color: #014631; }
span { border-color: rgb(1,70,49); }
td.TdClassName
{
border-color: #014631;
}
.TagClassName
{
border-color: #014631;
}
</style>