Shades of British Racing Green #014433
Tints of British Racing Green #014433
RGB
CMYK
RGB Variations
Color information
#014433 (or 0x014433) is known color: British Racing Green. HEX triplet: 01, 44 and 33. RGB value is (1,68,51). Sum of RGB (Red+Green+Blue) = 1+68+51=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 68 (26.95% from 255 or 56.67% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 68 - color contains mainly: green. Hex color #014433 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014433 is #FEBBCC. Grayscale: #2E2E2E. Windows color (decimal): -16694221 or 3359745. OLE color: 3359745.
HSL color Cylindrical-coordinate representation of color #014433: hue angle of 164.78º 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 #014433 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 68 | 51 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.73 |
| HSL | 164.78º | 0.97% | 0.14% | - |
| HSV(B) | 164.78º | 0.99% | 0.27% | - |
| XYZ | 2.68 | 4.38 | 3.84 | - |
| YUV | 46.03 | 130.8 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 68 | 51 | 0.99 | 0 | 0.25 | 0.73 | 164.78 | 0.97 | 0.14 |
| Hex | 1 | 44 | 33 | 63 | 0 | 19 | 49 | A5 | 61 | E |
| Octal | 1 | 104 | 63 | 143 | 0 | 31 | 111 | 245 | 141 | 16 |
| Binary | 1 | 1000100 | 110011 | 1100011 | 0 | 11001 | 1001001 | 10100101 | 1100001 | 1110 |
Color Harmonies of #014433
Complementary color
Monochromatic Colors of #014433
Black with #014433
Text Example
Text Example
White with #014433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014433; }
p { color: rgb(1,68,51); }
H1.HeaderClassName
{
color: #014433;
}
.AnyTagClassName
{
color: #014433;
}
</style>
background-color css
<style>
a { background-color: #014433; }
a { background-color: rgb(1,68,51); }
div.DivClassName
{
background-color: #014433;
}
.BgClassName
{
background-color: #014433;
}
</style>
border-color css
<style>
span { border-color: #014433; }
span { border-color: rgb(1,68,51); }
td.TdClassName
{
border-color: #014433;
}
.TagClassName
{
border-color: #014433;
}
</style>