Shades of British Racing Green #06422E
Tints of British Racing Green #06422E
RGB
CMYK
RGB Variations
Color information
#06422E (or 0x06422E) is known color: British Racing Green. HEX triplet: 06, 42 and 2E. RGB value is (6,66,46). Sum of RGB (Red+Green+Blue) = 6+66+46=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 66 (26.17% from 255 or 55.93% from 118); Blue value is 46 (18.36% from 255 or 38.98% from 118); Max value from RGB is 66 - color contains mainly: green. Hex color #06422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06422E is #F9BDD1. Grayscale: #2D2D2D. Windows color (decimal): -16367058 or 3031558. OLE color: 3031558.
HSL color Cylindrical-coordinate representation of color #06422E: hue angle of 160º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06422E is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 6 | 66 | 46 | - |
| CMYK | 0.91 | 0 | 0.30 | 0.74 |
| HSL | 160º | 0.83% | 0.14% | - |
| HSV(B) | 160º | 0.91% | 0.26% | - |
| XYZ | 2.52 | 4.13 | 3.25 | - |
| YUV | 45.78 | 128.12 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 66 | 46 | 0.91 | 0 | 0.30 | 0.74 | 160 | 0.83 | 0.14 |
| Hex | 6 | 42 | 2E | 5B | 0 | 1E | 4A | A0 | 53 | E |
| Octal | 6 | 102 | 56 | 133 | 0 | 36 | 112 | 240 | 123 | 16 |
| Binary | 110 | 1000010 | 101110 | 1011011 | 0 | 11110 | 1001010 | 10100000 | 1010011 | 1110 |
Color Harmonies of #06422E
Complementary color
Monochromatic Colors of #06422E
Black with #06422E
Text Example
Text Example
White with #06422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06422E; }
p { color: rgb(6,66,46); }
H1.HeaderClassName
{
color: #06422E;
}
.AnyTagClassName
{
color: #06422E;
}
</style>
background-color css
<style>
a { background-color: #06422E; }
a { background-color: rgb(6,66,46); }
div.DivClassName
{
background-color: #06422E;
}
.BgClassName
{
background-color: #06422E;
}
</style>
border-color css
<style>
span { border-color: #06422E; }
span { border-color: rgb(6,66,46); }
td.TdClassName
{
border-color: #06422E;
}
.TagClassName
{
border-color: #06422E;
}
</style>