Shades of British Racing Green #01422C
Tints of British Racing Green #01422C
RGB
CMYK
RGB Variations
Color information
#01422C (or 0x01422C) is known color: British Racing Green. HEX triplet: 01, 42 and 2C. RGB value is (1,66,44). Sum of RGB (Red+Green+Blue) = 1+66+44=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 66 (26.17% from 255 or 59.46% from 111); Blue value is 44 (17.58% from 255 or 39.64% from 111); Max value from RGB is 66 - color contains mainly: green. Hex color #01422C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01422C is #FEBDD3. Grayscale: #2C2C2C. Windows color (decimal): -16694740 or 2900481. OLE color: 2900481.
HSL color Cylindrical-coordinate representation of color #01422C: hue angle of 159.69º 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 #01422C is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 66 | 44 | - |
| CMYK | 0.98 | 0 | 0.33 | 0.74 |
| HSL | 159.69º | 0.97% | 0.13% | - |
| HSV(B) | 159.69º | 0.98% | 0.26% | - |
| XYZ | 2.42 | 4.08 | 3.04 | - |
| YUV | 44.06 | 127.97 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 66 | 44 | 0.98 | 0 | 0.33 | 0.74 | 159.69 | 0.97 | 0.13 |
| Hex | 1 | 42 | 2C | 62 | 0 | 21 | 4A | A0 | 61 | D |
| Octal | 1 | 102 | 54 | 142 | 0 | 41 | 112 | 240 | 141 | 15 |
| Binary | 1 | 1000010 | 101100 | 1100010 | 0 | 100001 | 1001010 | 10100000 | 1100001 | 1101 |
Color Harmonies of #01422C
Complementary color
Monochromatic Colors of #01422C
Black with #01422C
Text Example
Text Example
White with #01422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01422C; }
p { color: rgb(1,66,44); }
H1.HeaderClassName
{
color: #01422C;
}
.AnyTagClassName
{
color: #01422C;
}
</style>
background-color css
<style>
a { background-color: #01422C; }
a { background-color: rgb(1,66,44); }
div.DivClassName
{
background-color: #01422C;
}
.BgClassName
{
background-color: #01422C;
}
</style>
border-color css
<style>
span { border-color: #01422C; }
span { border-color: rgb(1,66,44); }
td.TdClassName
{
border-color: #01422C;
}
.TagClassName
{
border-color: #01422C;
}
</style>