Shades of British Racing Green #014229
Tints of British Racing Green #014229
RGB
CMYK
RGB Variations
Color information
#014229 (or 0x014229) is known color: British Racing Green. HEX triplet: 01, 42 and 29. RGB value is (1,66,41). Sum of RGB (Red+Green+Blue) = 1+66+41=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 66 (26.17% from 255 or 61.11% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 66 - color contains mainly: green. Hex color #014229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014229 is #FEBDD6. Grayscale: #2B2B2B. Windows color (decimal): -16694743 or 2703873. OLE color: 2703873.
HSL color Cylindrical-coordinate representation of color #014229: hue angle of 156.92º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014229 is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 66 | 41 | - |
| CMYK | 0.98 | 0 | 0.38 | 0.74 |
| HSL | 156.92º | 0.97% | 0.13% | - |
| HSV(B) | 156.92º | 0.98% | 0.26% | - |
| XYZ | 2.36 | 4.06 | 2.76 | - |
| YUV | 43.72 | 126.47 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 66 | 41 | 0.98 | 0 | 0.38 | 0.74 | 156.92 | 0.97 | 0.13 |
| Hex | 1 | 42 | 29 | 62 | 0 | 26 | 4A | 9D | 61 | D |
| Octal | 1 | 102 | 51 | 142 | 0 | 46 | 112 | 235 | 141 | 15 |
| Binary | 1 | 1000010 | 101001 | 1100010 | 0 | 100110 | 1001010 | 10011101 | 1100001 | 1101 |
Color Harmonies of #014229
Complementary color
Monochromatic Colors of #014229
Black with #014229
Text Example
Text Example
White with #014229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014229; }
p { color: rgb(1,66,41); }
H1.HeaderClassName
{
color: #014229;
}
.AnyTagClassName
{
color: #014229;
}
</style>
background-color css
<style>
a { background-color: #014229; }
a { background-color: rgb(1,66,41); }
div.DivClassName
{
background-color: #014229;
}
.BgClassName
{
background-color: #014229;
}
</style>
border-color css
<style>
span { border-color: #014229; }
span { border-color: rgb(1,66,41); }
td.TdClassName
{
border-color: #014229;
}
.TagClassName
{
border-color: #014229;
}
</style>