Shades of British Racing Green #014223
Tints of British Racing Green #014223
RGB
CMYK
RGB Variations
Color information
#014223 (or 0x014223) is known color: British Racing Green. HEX triplet: 01, 42 and 23. RGB value is (1,66,35). Sum of RGB (Red+Green+Blue) = 1+66+35=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 66 (26.17% from 255 or 64.71% from 102); Blue value is 35 (14.06% from 255 or 34.31% from 102); Max value from RGB is 66 - color contains mainly: green. Hex color #014223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014223 is #FEBDDC. Grayscale: #2B2B2B. Windows color (decimal): -16694749 or 2310657. OLE color: 2310657.
HSL color Cylindrical-coordinate representation of color #014223: hue angle of 151.38º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014223 is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 66 | 35 | - |
| CMYK | 0.98 | 0 | 0.47 | 0.74 |
| HSL | 151.38º | 0.97% | 0.13% | - |
| HSV(B) | 151.38º | 0.98% | 0.26% | - |
| XYZ | 2.26 | 4.02 | 2.25 | - |
| YUV | 43.03 | 123.47 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 66 | 35 | 0.98 | 0 | 0.47 | 0.74 | 151.38 | 0.97 | 0.13 |
| Hex | 1 | 42 | 23 | 62 | 0 | 2F | 4A | 97 | 61 | D |
| Octal | 1 | 102 | 43 | 142 | 0 | 57 | 112 | 227 | 141 | 15 |
| Binary | 1 | 1000010 | 100011 | 1100010 | 0 | 101111 | 1001010 | 10010111 | 1100001 | 1101 |
Color Harmonies of #014223
Complementary color
Monochromatic Colors of #014223
Black with #014223
Text Example
Text Example
White with #014223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014223; }
p { color: rgb(1,66,35); }
H1.HeaderClassName
{
color: #014223;
}
.AnyTagClassName
{
color: #014223;
}
</style>
background-color css
<style>
a { background-color: #014223; }
a { background-color: rgb(1,66,35); }
div.DivClassName
{
background-color: #014223;
}
.BgClassName
{
background-color: #014223;
}
</style>
border-color css
<style>
span { border-color: #014223; }
span { border-color: rgb(1,66,35); }
td.TdClassName
{
border-color: #014223;
}
.TagClassName
{
border-color: #014223;
}
</style>