Shades of British Racing Green #014621
Tints of British Racing Green #014621
RGB
CMYK
RGB Variations
Color information
#014621 (or 0x014621) is known color: British Racing Green. HEX triplet: 01, 46 and 21. RGB value is (1,70,33). Sum of RGB (Red+Green+Blue) = 1+70+33=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 70 (27.73% from 255 or 67.31% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 70 - color contains mainly: green. Hex color #014621 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014621 is #FEB9DE. Grayscale: #2D2D2D. Windows color (decimal): -16693727 or 2180609. OLE color: 2180609.
HSL color Cylindrical-coordinate representation of color #014621: hue angle of 147.83º 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 #014621 is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 70 | 33 | - |
| CMYK | 0.99 | 0 | 0.53 | 0.73 |
| HSL | 147.83º | 0.97% | 0.14% | - |
| HSV(B) | 147.83º | 0.99% | 0.27% | - |
| XYZ | 2.48 | 4.5 | 2.18 | - |
| YUV | 45.15 | 121.14 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 33 | 0.99 | 0 | 0.53 | 0.73 | 147.83 | 0.97 | 0.14 |
| Hex | 1 | 46 | 21 | 63 | 0 | 35 | 49 | 94 | 61 | E |
| Octal | 1 | 106 | 41 | 143 | 0 | 65 | 111 | 224 | 141 | 16 |
| Binary | 1 | 1000110 | 100001 | 1100011 | 0 | 110101 | 1001001 | 10010100 | 1100001 | 1110 |
Color Harmonies of #014621
Complementary color
Monochromatic Colors of #014621
Black with #014621
Text Example
Text Example
White with #014621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014621; }
p { color: rgb(1,70,33); }
H1.HeaderClassName
{
color: #014621;
}
.AnyTagClassName
{
color: #014621;
}
</style>
background-color css
<style>
a { background-color: #014621; }
a { background-color: rgb(1,70,33); }
div.DivClassName
{
background-color: #014621;
}
.BgClassName
{
background-color: #014621;
}
</style>
border-color css
<style>
span { border-color: #014621; }
span { border-color: rgb(1,70,33); }
td.TdClassName
{
border-color: #014621;
}
.TagClassName
{
border-color: #014621;
}
</style>