Shades of British Racing Green #014332
Tints of British Racing Green #014332
RGB
CMYK
RGB Variations
Color information
#014332 (or 0x014332) is known color: British Racing Green. HEX triplet: 01, 43 and 32. RGB value is (1,67,50). Sum of RGB (Red+Green+Blue) = 1+67+50=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 67 (26.56% from 255 or 56.78% from 118); Blue value is 50 (19.92% from 255 or 42.37% from 118); Max value from RGB is 67 - color contains mainly: green. Hex color #014332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014332 is #FEBCCD. Grayscale: #2D2D2D. Windows color (decimal): -16694478 or 3293953. OLE color: 3293953.
HSL color Cylindrical-coordinate representation of color #014332: hue angle of 164.55º 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 #014332 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 67 | 50 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.74 |
| HSL | 164.55º | 0.97% | 0.13% | - |
| HSV(B) | 164.55º | 0.99% | 0.26% | - |
| XYZ | 2.6 | 4.25 | 3.7 | - |
| YUV | 45.33 | 130.63 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 50 | 0.99 | 0 | 0.25 | 0.74 | 164.55 | 0.97 | 0.13 |
| Hex | 1 | 43 | 32 | 63 | 0 | 19 | 4A | A5 | 61 | D |
| Octal | 1 | 103 | 62 | 143 | 0 | 31 | 112 | 245 | 141 | 15 |
| Binary | 1 | 1000011 | 110010 | 1100011 | 0 | 11001 | 1001010 | 10100101 | 1100001 | 1101 |
Color Harmonies of #014332
Complementary color
Monochromatic Colors of #014332
Black with #014332
Text Example
Text Example
White with #014332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014332; }
p { color: rgb(1,67,50); }
H1.HeaderClassName
{
color: #014332;
}
.AnyTagClassName
{
color: #014332;
}
</style>
background-color css
<style>
a { background-color: #014332; }
a { background-color: rgb(1,67,50); }
div.DivClassName
{
background-color: #014332;
}
.BgClassName
{
background-color: #014332;
}
</style>
border-color css
<style>
span { border-color: #014332; }
span { border-color: rgb(1,67,50); }
td.TdClassName
{
border-color: #014332;
}
.TagClassName
{
border-color: #014332;
}
</style>