Shades of British Racing Green #06422C
Tints of British Racing Green #06422C
RGB
CMYK
RGB Variations
Color information
#06422C (or 0x06422C) is known color: British Racing Green. HEX triplet: 06, 42 and 2C. RGB value is (6,66,44). Sum of RGB (Red+Green+Blue) = 6+66+44=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 66 (26.17% from 255 or 56.90% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 66 - color contains mainly: green. Hex color #06422C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06422C is #F9BDD3. Grayscale: #2D2D2D. Windows color (decimal): -16367060 or 2900486. OLE color: 2900486.
HSL color Cylindrical-coordinate representation of color #06422C: hue angle of 158º 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 #06422C is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 6 | 66 | 44 | - |
| CMYK | 0.91 | 0 | 0.33 | 0.74 |
| HSL | 158º | 0.83% | 0.14% | - |
| HSV(B) | 158º | 0.91% | 0.26% | - |
| XYZ | 2.48 | 4.12 | 3.05 | - |
| YUV | 45.55 | 127.12 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 66 | 44 | 0.91 | 0 | 0.33 | 0.74 | 158 | 0.83 | 0.14 |
| Hex | 6 | 42 | 2C | 5B | 0 | 21 | 4A | 9E | 53 | E |
| Octal | 6 | 102 | 54 | 133 | 0 | 41 | 112 | 236 | 123 | 16 |
| Binary | 110 | 1000010 | 101100 | 1011011 | 0 | 100001 | 1001010 | 10011110 | 1010011 | 1110 |
Color Harmonies of #06422C
Complementary color
Monochromatic Colors of #06422C
Black with #06422C
Text Example
Text Example
White with #06422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06422C; }
p { color: rgb(6,66,44); }
H1.HeaderClassName
{
color: #06422C;
}
.AnyTagClassName
{
color: #06422C;
}
</style>
background-color css
<style>
a { background-color: #06422C; }
a { background-color: rgb(6,66,44); }
div.DivClassName
{
background-color: #06422C;
}
.BgClassName
{
background-color: #06422C;
}
</style>
border-color css
<style>
span { border-color: #06422C; }
span { border-color: rgb(6,66,44); }
td.TdClassName
{
border-color: #06422C;
}
.TagClassName
{
border-color: #06422C;
}
</style>