Shades of British Racing Green #06421E
Tints of British Racing Green #06421E
RGB
CMYK
RGB Variations
Color information
#06421E (or 0x06421E) is known color: British Racing Green. HEX triplet: 06, 42 and 1E. RGB value is (6,66,30). Sum of RGB (Red+Green+Blue) = 6+66+30=102 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.88% from 102); Green value is 66 (26.17% from 255 or 64.71% from 102); Blue value is 30 (12.11% from 255 or 29.41% from 102); Max value from RGB is 66 - color contains mainly: green. Hex color #06421E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06421E is #F9BDE1. Grayscale: #2C2C2C. Windows color (decimal): -16367074 or 1982982. OLE color: 1982982.
HSL color Cylindrical-coordinate representation of color #06421E: hue angle of 144º 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 #06421E is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 6 | 66 | 30 | - |
| CMYK | 0.91 | 0 | 0.55 | 0.74 |
| HSL | 144º | 0.83% | 0.14% | - |
| HSV(B) | 144º | 0.91% | 0.26% | - |
| XYZ | 2.26 | 4.03 | 1.89 | - |
| YUV | 43.96 | 120.12 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 66 | 30 | 0.91 | 0 | 0.55 | 0.74 | 144 | 0.83 | 0.14 |
| Hex | 6 | 42 | 1E | 5B | 0 | 37 | 4A | 90 | 53 | E |
| Octal | 6 | 102 | 36 | 133 | 0 | 67 | 112 | 220 | 123 | 16 |
| Binary | 110 | 1000010 | 11110 | 1011011 | 0 | 110111 | 1001010 | 10010000 | 1010011 | 1110 |
Color Harmonies of #06421E
Complementary color
Monochromatic Colors of #06421E
Black with #06421E
Text Example
Text Example
White with #06421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06421E; }
p { color: rgb(6,66,30); }
H1.HeaderClassName
{
color: #06421E;
}
.AnyTagClassName
{
color: #06421E;
}
</style>
background-color css
<style>
a { background-color: #06421E; }
a { background-color: rgb(6,66,30); }
div.DivClassName
{
background-color: #06421E;
}
.BgClassName
{
background-color: #06421E;
}
</style>
border-color css
<style>
span { border-color: #06421E; }
span { border-color: rgb(6,66,30); }
td.TdClassName
{
border-color: #06421E;
}
.TagClassName
{
border-color: #06421E;
}
</style>