Shades of British Racing Green #014E32
Tints of British Racing Green #014E32
RGB
CMYK
RGB Variations
Color information
#014E32 (or 0x014E32) is known color: British Racing Green. HEX triplet: 01, 4E and 32. RGB value is (1,78,50). Sum of RGB (Red+Green+Blue) = 1+78+50=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 78 (30.86% from 255 or 60.47% from 129); Blue value is 50 (19.92% from 255 or 38.76% from 129); Max value from RGB is 78 - color contains mainly: green. Hex color #014E32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014E32 is #FEB1CD. Grayscale: #333333. Windows color (decimal): -16691662 or 3296769. OLE color: 3296769.
HSL color Cylindrical-coordinate representation of color #014E32: hue angle of 158.18º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014E32 is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 78 | 50 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.69 |
| HSL | 158.18º | 0.97% | 0.15% | - |
| HSV(B) | 158.18º | 0.99% | 0.31% | - |
| XYZ | 3.31 | 5.69 | 3.94 | - |
| YUV | 51.79 | 126.99 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 50 | 0.99 | 0 | 0.36 | 0.69 | 158.18 | 0.97 | 0.15 |
| Hex | 1 | 4E | 32 | 63 | 0 | 24 | 45 | 9E | 61 | F |
| Octal | 1 | 116 | 62 | 143 | 0 | 44 | 105 | 236 | 141 | 17 |
| Binary | 1 | 1001110 | 110010 | 1100011 | 0 | 100100 | 1000101 | 10011110 | 1100001 | 1111 |
Color Harmonies of #014E32
Complementary color
Monochromatic Colors of #014E32
Black with #014E32
Text Example
Text Example
White with #014E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014E32; }
p { color: rgb(1,78,50); }
H1.HeaderClassName
{
color: #014E32;
}
.AnyTagClassName
{
color: #014E32;
}
</style>
background-color css
<style>
a { background-color: #014E32; }
a { background-color: rgb(1,78,50); }
div.DivClassName
{
background-color: #014E32;
}
.BgClassName
{
background-color: #014E32;
}
</style>
border-color css
<style>
span { border-color: #014E32; }
span { border-color: rgb(1,78,50); }
td.TdClassName
{
border-color: #014E32;
}
.TagClassName
{
border-color: #014E32;
}
</style>