Shades of British Racing Green #014E2A
Tints of British Racing Green #014E2A
RGB
CMYK
RGB Variations
Color information
#014E2A (or 0x014E2A) is known color: British Racing Green. HEX triplet: 01, 4E and 2A. RGB value is (1,78,42). Sum of RGB (Red+Green+Blue) = 1+78+42=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 78 (30.86% from 255 or 64.46% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 78 - color contains mainly: green. Hex color #014E2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014E2A is #FEB1D5. Grayscale: #323232. Windows color (decimal): -16691670 or 2772481. OLE color: 2772481.
HSL color Cylindrical-coordinate representation of color #014E2A: hue angle of 151.95º 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 #014E2A is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 78 | 42 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.69 |
| HSL | 151.95º | 0.97% | 0.15% | - |
| HSV(B) | 151.95º | 0.99% | 0.31% | - |
| XYZ | 3.15 | 5.62 | 3.11 | - |
| YUV | 50.87 | 122.99 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 42 | 0.99 | 0 | 0.46 | 0.69 | 151.95 | 0.97 | 0.15 |
| Hex | 1 | 4E | 2A | 63 | 0 | 2E | 45 | 98 | 61 | F |
| Octal | 1 | 116 | 52 | 143 | 0 | 56 | 105 | 230 | 141 | 17 |
| Binary | 1 | 1001110 | 101010 | 1100011 | 0 | 101110 | 1000101 | 10011000 | 1100001 | 1111 |
Color Harmonies of #014E2A
Complementary color
Monochromatic Colors of #014E2A
Black with #014E2A
Text Example
Text Example
White with #014E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014E2A; }
p { color: rgb(1,78,42); }
H1.HeaderClassName
{
color: #014E2A;
}
.AnyTagClassName
{
color: #014E2A;
}
</style>
background-color css
<style>
a { background-color: #014E2A; }
a { background-color: rgb(1,78,42); }
div.DivClassName
{
background-color: #014E2A;
}
.BgClassName
{
background-color: #014E2A;
}
</style>
border-color css
<style>
span { border-color: #014E2A; }
span { border-color: rgb(1,78,42); }
td.TdClassName
{
border-color: #014E2A;
}
.TagClassName
{
border-color: #014E2A;
}
</style>