Shades of British Racing Green #014132
Tints of British Racing Green #014132
RGB
CMYK
RGB Variations
Color information
#014132 (or 0x014132) is known color: British Racing Green. HEX triplet: 01, 41 and 32. RGB value is (1,65,50). Sum of RGB (Red+Green+Blue) = 1+65+50=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 65 (25.78% from 255 or 56.03% from 116); Blue value is 50 (19.92% from 255 or 43.10% from 116); Max value from RGB is 65 - color contains mainly: green. Hex color #014132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014132 is #FEBECD. Grayscale: #2C2C2C. Windows color (decimal): -16694990 or 3293441. OLE color: 3293441.
HSL color Cylindrical-coordinate representation of color #014132: hue angle of 165.94º 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 #014132 is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 65 | 50 | - |
| CMYK | 0.98 | 0 | 0.23 | 0.75 |
| HSL | 165.94º | 0.97% | 0.13% | - |
| HSV(B) | 165.94º | 0.98% | 0.25% | - |
| XYZ | 2.48 | 4.02 | 3.66 | - |
| YUV | 44.15 | 131.3 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 50 | 0.98 | 0 | 0.23 | 0.75 | 165.94 | 0.97 | 0.13 |
| Hex | 1 | 41 | 32 | 62 | 0 | 17 | 4B | A6 | 61 | D |
| Octal | 1 | 101 | 62 | 142 | 0 | 27 | 113 | 246 | 141 | 15 |
| Binary | 1 | 1000001 | 110010 | 1100010 | 0 | 10111 | 1001011 | 10100110 | 1100001 | 1101 |
Color Harmonies of #014132
Complementary color
Monochromatic Colors of #014132
Black with #014132
Text Example
Text Example
White with #014132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014132; }
p { color: rgb(1,65,50); }
H1.HeaderClassName
{
color: #014132;
}
.AnyTagClassName
{
color: #014132;
}
</style>
background-color css
<style>
a { background-color: #014132; }
a { background-color: rgb(1,65,50); }
div.DivClassName
{
background-color: #014132;
}
.BgClassName
{
background-color: #014132;
}
</style>
border-color css
<style>
span { border-color: #014132; }
span { border-color: rgb(1,65,50); }
td.TdClassName
{
border-color: #014132;
}
.TagClassName
{
border-color: #014132;
}
</style>