Shades of British Racing Green #06422F
Tints of British Racing Green #06422F
RGB
CMYK
RGB Variations
Color information
#06422F (or 0x06422F) is known color: British Racing Green. HEX triplet: 06, 42 and 2F. RGB value is (6,66,47). Sum of RGB (Red+Green+Blue) = 6+66+47=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 66 (26.17% from 255 or 55.46% from 119); Blue value is 47 (18.75% from 255 or 39.50% from 119); Max value from RGB is 66 - color contains mainly: green. Hex color #06422F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06422F is #F9BDD0. Grayscale: #2D2D2D. Windows color (decimal): -16367057 or 3097094. OLE color: 3097094.
HSL color Cylindrical-coordinate representation of color #06422F: hue angle of 161º 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 #06422F is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 6 | 66 | 47 | - |
| CMYK | 0.91 | 0 | 0.29 | 0.74 |
| HSL | 161º | 0.83% | 0.14% | - |
| HSV(B) | 161º | 0.91% | 0.26% | - |
| XYZ | 2.54 | 4.14 | 3.35 | - |
| YUV | 45.89 | 128.62 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 66 | 47 | 0.91 | 0 | 0.29 | 0.74 | 161 | 0.83 | 0.14 |
| Hex | 6 | 42 | 2F | 5B | 0 | 1D | 4A | A1 | 53 | E |
| Octal | 6 | 102 | 57 | 133 | 0 | 35 | 112 | 241 | 123 | 16 |
| Binary | 110 | 1000010 | 101111 | 1011011 | 0 | 11101 | 1001010 | 10100001 | 1010011 | 1110 |
Color Harmonies of #06422F
Complementary color
Monochromatic Colors of #06422F
Black with #06422F
Text Example
Text Example
White with #06422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06422F; }
p { color: rgb(6,66,47); }
H1.HeaderClassName
{
color: #06422F;
}
.AnyTagClassName
{
color: #06422F;
}
</style>
background-color css
<style>
a { background-color: #06422F; }
a { background-color: rgb(6,66,47); }
div.DivClassName
{
background-color: #06422F;
}
.BgClassName
{
background-color: #06422F;
}
</style>
border-color css
<style>
span { border-color: #06422F; }
span { border-color: rgb(6,66,47); }
td.TdClassName
{
border-color: #06422F;
}
.TagClassName
{
border-color: #06422F;
}
</style>