Shades of British Racing Green #014635
Tints of British Racing Green #014635
RGB
CMYK
RGB Variations
Color information
#014635 (or 0x014635) is known color: British Racing Green. HEX triplet: 01, 46 and 35. RGB value is (1,70,53). Sum of RGB (Red+Green+Blue) = 1+70+53=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 70 (27.73% from 255 or 56.45% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 70 - color contains mainly: green. Hex color #014635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014635 is #FEB9CA. Grayscale: #2F2F2F. Windows color (decimal): -16693707 or 3491329. OLE color: 3491329.
HSL color Cylindrical-coordinate representation of color #014635: hue angle of 165.22º 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 #014635 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 70 | 53 | - |
| CMYK | 0.99 | 0 | 0.24 | 0.73 |
| HSL | 165.22º | 0.97% | 0.14% | - |
| HSV(B) | 165.22º | 0.99% | 0.27% | - |
| XYZ | 2.85 | 4.64 | 4.11 | - |
| YUV | 47.43 | 131.14 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 53 | 0.99 | 0 | 0.24 | 0.73 | 165.22 | 0.97 | 0.14 |
| Hex | 1 | 46 | 35 | 63 | 0 | 18 | 49 | A5 | 61 | E |
| Octal | 1 | 106 | 65 | 143 | 0 | 30 | 111 | 245 | 141 | 16 |
| Binary | 1 | 1000110 | 110101 | 1100011 | 0 | 11000 | 1001001 | 10100101 | 1100001 | 1110 |
Color Harmonies of #014635
Complementary color
Monochromatic Colors of #014635
Black with #014635
Text Example
Text Example
White with #014635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014635; }
p { color: rgb(1,70,53); }
H1.HeaderClassName
{
color: #014635;
}
.AnyTagClassName
{
color: #014635;
}
</style>
background-color css
<style>
a { background-color: #014635; }
a { background-color: rgb(1,70,53); }
div.DivClassName
{
background-color: #014635;
}
.BgClassName
{
background-color: #014635;
}
</style>
border-color css
<style>
span { border-color: #014635; }
span { border-color: rgb(1,70,53); }
td.TdClassName
{
border-color: #014635;
}
.TagClassName
{
border-color: #014635;
}
</style>