Shades of British Racing Green #014324
Tints of British Racing Green #014324
RGB
CMYK
RGB Variations
Color information
#014324 (or 0x014324) is known color: British Racing Green. HEX triplet: 01, 43 and 24. RGB value is (1,67,36). Sum of RGB (Red+Green+Blue) = 1+67+36=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 67 (26.56% from 255 or 64.42% from 104); Blue value is 36 (14.45% from 255 or 34.62% from 104); Max value from RGB is 67 - color contains mainly: green. Hex color #014324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014324 is #FEBCDB. Grayscale: #2B2B2B. Windows color (decimal): -16694492 or 2376449. OLE color: 2376449.
HSL color Cylindrical-coordinate representation of color #014324: hue angle of 151.82º 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 #014324 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 67 | 36 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.74 |
| HSL | 151.82º | 0.97% | 0.13% | - |
| HSV(B) | 151.82º | 0.99% | 0.26% | - |
| XYZ | 2.34 | 4.15 | 2.35 | - |
| YUV | 43.73 | 123.63 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 36 | 0.99 | 0 | 0.46 | 0.74 | 151.82 | 0.97 | 0.13 |
| Hex | 1 | 43 | 24 | 63 | 0 | 2E | 4A | 98 | 61 | D |
| Octal | 1 | 103 | 44 | 143 | 0 | 56 | 112 | 230 | 141 | 15 |
| Binary | 1 | 1000011 | 100100 | 1100011 | 0 | 101110 | 1001010 | 10011000 | 1100001 | 1101 |
Color Harmonies of #014324
Complementary color
Monochromatic Colors of #014324
Black with #014324
Text Example
Text Example
White with #014324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014324; }
p { color: rgb(1,67,36); }
H1.HeaderClassName
{
color: #014324;
}
.AnyTagClassName
{
color: #014324;
}
</style>
background-color css
<style>
a { background-color: #014324; }
a { background-color: rgb(1,67,36); }
div.DivClassName
{
background-color: #014324;
}
.BgClassName
{
background-color: #014324;
}
</style>
border-color css
<style>
span { border-color: #014324; }
span { border-color: rgb(1,67,36); }
td.TdClassName
{
border-color: #014324;
}
.TagClassName
{
border-color: #014324;
}
</style>