Shades of British Racing Green #014032
Tints of British Racing Green #014032
RGB
CMYK
RGB Variations
Color information
#014032 (or 0x014032) is known color: British Racing Green. HEX triplet: 01, 40 and 32. RGB value is (1,64,50). Sum of RGB (Red+Green+Blue) = 1+64+50=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 50 (19.92% from 255 or 43.48% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #014032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014032 is #FEBFCD. Grayscale: #2B2B2B. Windows color (decimal): -16695246 or 3293185. OLE color: 3293185.
HSL color Cylindrical-coordinate representation of color #014032: hue angle of 166.67º 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 #014032 is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 64 | 50 | - |
| CMYK | 0.98 | 0 | 0.22 | 0.75 |
| HSL | 166.67º | 0.97% | 0.13% | - |
| HSV(B) | 166.67º | 0.98% | 0.25% | - |
| XYZ | 2.42 | 3.9 | 3.64 | - |
| YUV | 43.57 | 131.63 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 50 | 0.98 | 0 | 0.22 | 0.75 | 166.67 | 0.97 | 0.13 |
| Hex | 1 | 40 | 32 | 62 | 0 | 16 | 4B | A7 | 61 | D |
| Octal | 1 | 100 | 62 | 142 | 0 | 26 | 113 | 247 | 141 | 15 |
| Binary | 1 | 1000000 | 110010 | 1100010 | 0 | 10110 | 1001011 | 10100111 | 1100001 | 1101 |
Color Harmonies of #014032
Complementary color
Monochromatic Colors of #014032
Black with #014032
Text Example
Text Example
White with #014032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014032; }
p { color: rgb(1,64,50); }
H1.HeaderClassName
{
color: #014032;
}
.AnyTagClassName
{
color: #014032;
}
</style>
background-color css
<style>
a { background-color: #014032; }
a { background-color: rgb(1,64,50); }
div.DivClassName
{
background-color: #014032;
}
.BgClassName
{
background-color: #014032;
}
</style>
border-color css
<style>
span { border-color: #014032; }
span { border-color: rgb(1,64,50); }
td.TdClassName
{
border-color: #014032;
}
.TagClassName
{
border-color: #014032;
}
</style>