Shades of British Racing Green #014321
Tints of British Racing Green #014321
RGB
CMYK
RGB Variations
Color information
#014321 (or 0x014321) is known color: British Racing Green. HEX triplet: 01, 43 and 21. RGB value is (1,67,33). Sum of RGB (Red+Green+Blue) = 1+67+33=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 67 (26.56% from 255 or 66.34% from 101); Blue value is 33 (13.28% from 255 or 32.67% from 101); Max value from RGB is 67 - color contains mainly: green. Hex color #014321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014321 is #FEBCDE. Grayscale: #2B2B2B. Windows color (decimal): -16694495 or 2179841. OLE color: 2179841.
HSL color Cylindrical-coordinate representation of color #014321: hue angle of 149.09º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014321 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 67 | 33 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.74 |
| HSL | 149.09º | 0.97% | 0.13% | - |
| HSV(B) | 149.09º | 0.99% | 0.26% | - |
| XYZ | 2.29 | 4.13 | 2.12 | - |
| YUV | 43.39 | 122.13 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 33 | 0.99 | 0 | 0.51 | 0.74 | 149.09 | 0.97 | 0.13 |
| Hex | 1 | 43 | 21 | 63 | 0 | 33 | 4A | 95 | 61 | D |
| Octal | 1 | 103 | 41 | 143 | 0 | 63 | 112 | 225 | 141 | 15 |
| Binary | 1 | 1000011 | 100001 | 1100011 | 0 | 110011 | 1001010 | 10010101 | 1100001 | 1101 |
Color Harmonies of #014321
Complementary color
Monochromatic Colors of #014321
Black with #014321
Text Example
Text Example
White with #014321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014321; }
p { color: rgb(1,67,33); }
H1.HeaderClassName
{
color: #014321;
}
.AnyTagClassName
{
color: #014321;
}
</style>
background-color css
<style>
a { background-color: #014321; }
a { background-color: rgb(1,67,33); }
div.DivClassName
{
background-color: #014321;
}
.BgClassName
{
background-color: #014321;
}
</style>
border-color css
<style>
span { border-color: #014321; }
span { border-color: rgb(1,67,33); }
td.TdClassName
{
border-color: #014321;
}
.TagClassName
{
border-color: #014321;
}
</style>