Shades of British Racing Green #01412D
Tints of British Racing Green #01412D
RGB
CMYK
RGB Variations
Color information
#01412D (or 0x01412D) is known color: British Racing Green. HEX triplet: 01, 41 and 2D. RGB value is (1,65,45). Sum of RGB (Red+Green+Blue) = 1+65+45=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 65 (25.78% from 255 or 58.56% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 65 - color contains mainly: green. Hex color #01412D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01412D is #FEBED2. Grayscale: #2B2B2B. Windows color (decimal): -16694995 or 2965761. OLE color: 2965761.
HSL color Cylindrical-coordinate representation of color #01412D: hue angle of 161.25º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01412D is Cyan = 0.98, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 65 | 45 | - |
| CMYK | 0.98 | 0 | 0.31 | 0.75 |
| HSL | 161.25º | 0.97% | 0.13% | - |
| HSV(B) | 161.25º | 0.98% | 0.25% | - |
| XYZ | 2.38 | 3.98 | 3.12 | - |
| YUV | 43.58 | 128.8 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 45 | 0.98 | 0 | 0.31 | 0.75 | 161.25 | 0.97 | 0.13 |
| Hex | 1 | 41 | 2D | 62 | 0 | 1F | 4B | A1 | 61 | D |
| Octal | 1 | 101 | 55 | 142 | 0 | 37 | 113 | 241 | 141 | 15 |
| Binary | 1 | 1000001 | 101101 | 1100010 | 0 | 11111 | 1001011 | 10100001 | 1100001 | 1101 |
Color Harmonies of #01412D
Complementary color
Monochromatic Colors of #01412D
Black with #01412D
Text Example
Text Example
White with #01412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01412D; }
p { color: rgb(1,65,45); }
H1.HeaderClassName
{
color: #01412D;
}
.AnyTagClassName
{
color: #01412D;
}
</style>
background-color css
<style>
a { background-color: #01412D; }
a { background-color: rgb(1,65,45); }
div.DivClassName
{
background-color: #01412D;
}
.BgClassName
{
background-color: #01412D;
}
</style>
border-color css
<style>
span { border-color: #01412D; }
span { border-color: rgb(1,65,45); }
td.TdClassName
{
border-color: #01412D;
}
.TagClassName
{
border-color: #01412D;
}
</style>