Shades of British Racing Green #014529
Tints of British Racing Green #014529
RGB
CMYK
RGB Variations
Color information
#014529 (or 0x014529) is known color: British Racing Green. HEX triplet: 01, 45 and 29. RGB value is (1,69,41). Sum of RGB (Red+Green+Blue) = 1+69+41=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 69 (27.34% from 255 or 62.16% from 111); Blue value is 41 (16.41% from 255 or 36.94% from 111); Max value from RGB is 69 - color contains mainly: green. Hex color #014529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014529 is #FEBAD6. Grayscale: #2D2D2D. Windows color (decimal): -16693975 or 2704641. OLE color: 2704641.
HSL color Cylindrical-coordinate representation of color #014529: hue angle of 155.29º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014529 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 69 | 41 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.73 |
| HSL | 155.29º | 0.97% | 0.14% | - |
| HSV(B) | 155.29º | 0.99% | 0.27% | - |
| XYZ | 2.54 | 4.42 | 2.82 | - |
| YUV | 45.48 | 125.47 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 69 | 41 | 0.99 | 0 | 0.41 | 0.73 | 155.29 | 0.97 | 0.14 |
| Hex | 1 | 45 | 29 | 63 | 0 | 29 | 49 | 9B | 61 | E |
| Octal | 1 | 105 | 51 | 143 | 0 | 51 | 111 | 233 | 141 | 16 |
| Binary | 1 | 1000101 | 101001 | 1100011 | 0 | 101001 | 1001001 | 10011011 | 1100001 | 1110 |
Color Harmonies of #014529
Complementary color
Monochromatic Colors of #014529
Black with #014529
Text Example
Text Example
White with #014529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014529; }
p { color: rgb(1,69,41); }
H1.HeaderClassName
{
color: #014529;
}
.AnyTagClassName
{
color: #014529;
}
</style>
background-color css
<style>
a { background-color: #014529; }
a { background-color: rgb(1,69,41); }
div.DivClassName
{
background-color: #014529;
}
.BgClassName
{
background-color: #014529;
}
</style>
border-color css
<style>
span { border-color: #014529; }
span { border-color: rgb(1,69,41); }
td.TdClassName
{
border-color: #014529;
}
.TagClassName
{
border-color: #014529;
}
</style>