Shades of British Racing Green #01442E
Tints of British Racing Green #01442E
RGB
CMYK
RGB Variations
Color information
#01442E (or 0x01442E) is known color: British Racing Green. HEX triplet: 01, 44 and 2E. RGB value is (1,68,46). Sum of RGB (Red+Green+Blue) = 1+68+46=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 68 (26.95% from 255 or 59.13% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 68 - color contains mainly: green. Hex color #01442E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01442E is #FEBBD1. Grayscale: #2D2D2D. Windows color (decimal): -16694226 or 3032065. OLE color: 3032065.
HSL color Cylindrical-coordinate representation of color #01442E: hue angle of 160.3º 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 #01442E is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 68 | 46 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.73 |
| HSL | 160.3º | 0.97% | 0.14% | - |
| HSV(B) | 160.3º | 0.99% | 0.27% | - |
| XYZ | 2.57 | 4.34 | 3.29 | - |
| YUV | 45.46 | 128.3 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 68 | 46 | 0.99 | 0 | 0.32 | 0.73 | 160.3 | 0.97 | 0.14 |
| Hex | 1 | 44 | 2E | 63 | 0 | 20 | 49 | A0 | 61 | E |
| Octal | 1 | 104 | 56 | 143 | 0 | 40 | 111 | 240 | 141 | 16 |
| Binary | 1 | 1000100 | 101110 | 1100011 | 0 | 100000 | 1001001 | 10100000 | 1100001 | 1110 |
Color Harmonies of #01442E
Complementary color
Monochromatic Colors of #01442E
Black with #01442E
Text Example
Text Example
White with #01442E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01442E; }
p { color: rgb(1,68,46); }
H1.HeaderClassName
{
color: #01442E;
}
.AnyTagClassName
{
color: #01442E;
}
</style>
background-color css
<style>
a { background-color: #01442E; }
a { background-color: rgb(1,68,46); }
div.DivClassName
{
background-color: #01442E;
}
.BgClassName
{
background-color: #01442E;
}
</style>
border-color css
<style>
span { border-color: #01442E; }
span { border-color: rgb(1,68,46); }
td.TdClassName
{
border-color: #01442E;
}
.TagClassName
{
border-color: #01442E;
}
</style>