Shades of British Racing Green #014622
Tints of British Racing Green #014622
RGB
CMYK
RGB Variations
Color information
#014622 (or 0x014622) is known color: British Racing Green. HEX triplet: 01, 46 and 22. RGB value is (1,70,34). Sum of RGB (Red+Green+Blue) = 1+70+34=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 70 (27.73% from 255 or 66.67% from 105); Blue value is 34 (13.67% from 255 or 32.38% from 105); Max value from RGB is 70 - color contains mainly: green. Hex color #014622 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014622 is #FEB9DD. Grayscale: #2D2D2D. Windows color (decimal): -16693726 or 2246145. OLE color: 2246145.
HSL color Cylindrical-coordinate representation of color #014622: hue angle of 148.7º 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 #014622 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 70 | 34 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.73 |
| HSL | 148.7º | 0.97% | 0.14% | - |
| HSV(B) | 148.7º | 0.99% | 0.27% | - |
| XYZ | 2.49 | 4.5 | 2.25 | - |
| YUV | 45.27 | 121.64 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 34 | 0.99 | 0 | 0.51 | 0.73 | 148.7 | 0.97 | 0.14 |
| Hex | 1 | 46 | 22 | 63 | 0 | 33 | 49 | 95 | 61 | E |
| Octal | 1 | 106 | 42 | 143 | 0 | 63 | 111 | 225 | 141 | 16 |
| Binary | 1 | 1000110 | 100010 | 1100011 | 0 | 110011 | 1001001 | 10010101 | 1100001 | 1110 |
Color Harmonies of #014622
Complementary color
Monochromatic Colors of #014622
Black with #014622
Text Example
Text Example
White with #014622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014622; }
p { color: rgb(1,70,34); }
H1.HeaderClassName
{
color: #014622;
}
.AnyTagClassName
{
color: #014622;
}
</style>
background-color css
<style>
a { background-color: #014622; }
a { background-color: rgb(1,70,34); }
div.DivClassName
{
background-color: #014622;
}
.BgClassName
{
background-color: #014622;
}
</style>
border-color css
<style>
span { border-color: #014622; }
span { border-color: rgb(1,70,34); }
td.TdClassName
{
border-color: #014622;
}
.TagClassName
{
border-color: #014622;
}
</style>