Shades of British Racing Green #004622
Tints of British Racing Green #004622
RGB
CMYK
RGB Variations
Color information
#004622 (or 0x004622) is known color: British Racing Green. HEX triplet: 00, 46 and 22. RGB value is (0,70,34). Sum of RGB (Red+Green+Blue) = 0+70+34=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 70 (27.73% from 255 or 67.31% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 70 - color contains mainly: green. Hex color #004622 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004622 is #FFB9DD. Grayscale: #2D2D2D. Windows color (decimal): -16759262 or 2246144. OLE color: 2246144.
HSL color Cylindrical-coordinate representation of color #004622: hue angle of 149.14º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004622 is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 70 | 34 | - |
| CMYK | 1 | 0 | 0.51 | 0.73 |
| HSL | 149.14º | 1% | 0.14% | - |
| HSV(B) | 149.14º | 1% | 0.27% | - |
| XYZ | 2.48 | 4.5 | 2.25 | - |
| YUV | 44.97 | 121.81 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 34 | 1 | 0 | 0.51 | 0.73 | 149.14 | 1 | 0.14 |
| Hex | 0 | 46 | 22 | 64 | 0 | 33 | 49 | 95 | 64 | E |
| Octal | 0 | 106 | 42 | 144 | 0 | 63 | 111 | 225 | 144 | 16 |
| Binary | 0 | 1000110 | 100010 | 1100100 | 0 | 110011 | 1001001 | 10010101 | 1100100 | 1110 |
Color Harmonies of #004622
Complementary color
Monochromatic Colors of #004622
Black with #004622
Text Example
Text Example
White with #004622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004622; }
p { color: rgb(0,70,34); }
H1.HeaderClassName
{
color: #004622;
}
.AnyTagClassName
{
color: #004622;
}
</style>
background-color css
<style>
a { background-color: #004622; }
a { background-color: rgb(0,70,34); }
div.DivClassName
{
background-color: #004622;
}
.BgClassName
{
background-color: #004622;
}
</style>
border-color css
<style>
span { border-color: #004622; }
span { border-color: rgb(0,70,34); }
td.TdClassName
{
border-color: #004622;
}
.TagClassName
{
border-color: #004622;
}
</style>