Shades of British Racing Green #004322
Tints of British Racing Green #004322
RGB
CMYK
RGB Variations
Color information
#004322 (or 0x004322) is known color: British Racing Green. HEX triplet: 00, 43 and 22. RGB value is (0,67,34). Sum of RGB (Red+Green+Blue) = 0+67+34=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 67 (26.56% from 255 or 66.34% from 101); Blue value is 34 (13.67% from 255 or 33.66% from 101); Max value from RGB is 67 - color contains mainly: green. Hex color #004322 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004322 is #FFBCDD. Grayscale: #2B2B2B. Windows color (decimal): -16760030 or 2245376. OLE color: 2245376.
HSL color Cylindrical-coordinate representation of color #004322: hue angle of 150.45º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004322 is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 0 | 67 | 34 | - |
| CMYK | 1 | 0 | 0.49 | 0.74 |
| HSL | 150.45º | 1% | 0.13% | - |
| HSV(B) | 150.45º | 1% | 0.26% | - |
| XYZ | 2.3 | 4.13 | 2.19 | - |
| YUV | 43.21 | 122.8 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 67 | 34 | 1 | 0 | 0.49 | 0.74 | 150.45 | 1 | 0.13 |
| Hex | 0 | 43 | 22 | 64 | 0 | 31 | 4A | 96 | 64 | D |
| Octal | 0 | 103 | 42 | 144 | 0 | 61 | 112 | 226 | 144 | 15 |
| Binary | 0 | 1000011 | 100010 | 1100100 | 0 | 110001 | 1001010 | 10010110 | 1100100 | 1101 |
Color Harmonies of #004322
Complementary color
Monochromatic Colors of #004322
Black with #004322
Text Example
Text Example
White with #004322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004322; }
p { color: rgb(0,67,34); }
H1.HeaderClassName
{
color: #004322;
}
.AnyTagClassName
{
color: #004322;
}
</style>
background-color css
<style>
a { background-color: #004322; }
a { background-color: rgb(0,67,34); }
div.DivClassName
{
background-color: #004322;
}
.BgClassName
{
background-color: #004322;
}
</style>
border-color css
<style>
span { border-color: #004322; }
span { border-color: rgb(0,67,34); }
td.TdClassName
{
border-color: #004322;
}
.TagClassName
{
border-color: #004322;
}
</style>