Shades of British Racing Green #014322
Tints of British Racing Green #014322
RGB
CMYK
RGB Variations
Color information
#014322 (or 0x014322) is known color: British Racing Green. HEX triplet: 01, 43 and 22. RGB value is (1,67,34). Sum of RGB (Red+Green+Blue) = 1+67+34=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 67 (26.56% from 255 or 65.69% from 102); Blue value is 34 (13.67% from 255 or 33.33% from 102); Max value from RGB is 67 - color contains mainly: green. Hex color #014322 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014322 is #FEBCDD. Grayscale: #2B2B2B. Windows color (decimal): -16694494 or 2245377. OLE color: 2245377.
HSL color Cylindrical-coordinate representation of color #014322: hue angle of 150º 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 #014322 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 67 | 34 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.74 |
| HSL | 150º | 0.97% | 0.13% | - |
| HSV(B) | 150º | 0.99% | 0.26% | - |
| XYZ | 2.31 | 4.14 | 2.19 | - |
| YUV | 43.5 | 122.63 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 34 | 0.99 | 0 | 0.49 | 0.74 | 150 | 0.97 | 0.13 |
| Hex | 1 | 43 | 22 | 63 | 0 | 31 | 4A | 96 | 61 | D |
| Octal | 1 | 103 | 42 | 143 | 0 | 61 | 112 | 226 | 141 | 15 |
| Binary | 1 | 1000011 | 100010 | 1100011 | 0 | 110001 | 1001010 | 10010110 | 1100001 | 1101 |
Color Harmonies of #014322
Complementary color
Monochromatic Colors of #014322
Black with #014322
Text Example
Text Example
White with #014322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014322; }
p { color: rgb(1,67,34); }
H1.HeaderClassName
{
color: #014322;
}
.AnyTagClassName
{
color: #014322;
}
</style>
background-color css
<style>
a { background-color: #014322; }
a { background-color: rgb(1,67,34); }
div.DivClassName
{
background-color: #014322;
}
.BgClassName
{
background-color: #014322;
}
</style>
border-color css
<style>
span { border-color: #014322; }
span { border-color: rgb(1,67,34); }
td.TdClassName
{
border-color: #014322;
}
.TagClassName
{
border-color: #014322;
}
</style>