Shades of British Racing Green #014628
Tints of British Racing Green #014628
RGB
CMYK
RGB Variations
Color information
#014628 (or 0x014628) is known color: British Racing Green. HEX triplet: 01, 46 and 28. RGB value is (1,70,40). Sum of RGB (Red+Green+Blue) = 1+70+40=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 70 (27.73% from 255 or 63.06% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 70 - color contains mainly: green. Hex color #014628 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014628 is #FEB9D7. Grayscale: #2D2D2D. Windows color (decimal): -16693720 or 2639361. OLE color: 2639361.
HSL color Cylindrical-coordinate representation of color #014628: hue angle of 153.91º 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 #014628 is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 70 | 40 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.73 |
| HSL | 153.91º | 0.97% | 0.14% | - |
| HSV(B) | 153.91º | 0.99% | 0.27% | - |
| XYZ | 2.59 | 4.54 | 2.75 | - |
| YUV | 45.95 | 124.64 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 40 | 0.99 | 0 | 0.43 | 0.73 | 153.91 | 0.97 | 0.14 |
| Hex | 1 | 46 | 28 | 63 | 0 | 2B | 49 | 9A | 61 | E |
| Octal | 1 | 106 | 50 | 143 | 0 | 53 | 111 | 232 | 141 | 16 |
| Binary | 1 | 1000110 | 101000 | 1100011 | 0 | 101011 | 1001001 | 10011010 | 1100001 | 1110 |
Color Harmonies of #014628
Complementary color
Monochromatic Colors of #014628
Black with #014628
Text Example
Text Example
White with #014628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014628; }
p { color: rgb(1,70,40); }
H1.HeaderClassName
{
color: #014628;
}
.AnyTagClassName
{
color: #014628;
}
</style>
background-color css
<style>
a { background-color: #014628; }
a { background-color: rgb(1,70,40); }
div.DivClassName
{
background-color: #014628;
}
.BgClassName
{
background-color: #014628;
}
</style>
border-color css
<style>
span { border-color: #014628; }
span { border-color: rgb(1,70,40); }
td.TdClassName
{
border-color: #014628;
}
.TagClassName
{
border-color: #014628;
}
</style>