Shades of British Racing Green #014028
Tints of British Racing Green #014028
RGB
CMYK
RGB Variations
Color information
#014028 (or 0x014028) is known color: British Racing Green. HEX triplet: 01, 40 and 28. RGB value is (1,64,40). Sum of RGB (Red+Green+Blue) = 1+64+40=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 64 (25.39% from 255 or 60.95% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 64 - color contains mainly: green. Hex color #014028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014028 is #FEBFD7. Grayscale: #2A2A2A. Windows color (decimal): -16695256 or 2637825. OLE color: 2637825.
HSL color Cylindrical-coordinate representation of color #014028: hue angle of 157.14º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014028 is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 64 | 40 | - |
| CMYK | 0.98 | 0 | 0.38 | 0.75 |
| HSL | 157.14º | 0.97% | 0.13% | - |
| HSV(B) | 157.14º | 0.98% | 0.25% | - |
| XYZ | 2.23 | 3.83 | 2.63 | - |
| YUV | 42.43 | 126.63 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 40 | 0.98 | 0 | 0.38 | 0.75 | 157.14 | 0.97 | 0.13 |
| Hex | 1 | 40 | 28 | 62 | 0 | 26 | 4B | 9D | 61 | D |
| Octal | 1 | 100 | 50 | 142 | 0 | 46 | 113 | 235 | 141 | 15 |
| Binary | 1 | 1000000 | 101000 | 1100010 | 0 | 100110 | 1001011 | 10011101 | 1100001 | 1101 |
Color Harmonies of #014028
Complementary color
Monochromatic Colors of #014028
Black with #014028
Text Example
Text Example
White with #014028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014028; }
p { color: rgb(1,64,40); }
H1.HeaderClassName
{
color: #014028;
}
.AnyTagClassName
{
color: #014028;
}
</style>
background-color css
<style>
a { background-color: #014028; }
a { background-color: rgb(1,64,40); }
div.DivClassName
{
background-color: #014028;
}
.BgClassName
{
background-color: #014028;
}
</style>
border-color css
<style>
span { border-color: #014028; }
span { border-color: rgb(1,64,40); }
td.TdClassName
{
border-color: #014028;
}
.TagClassName
{
border-color: #014028;
}
</style>