Shades of British Racing Green #06462E
Tints of British Racing Green #06462E
RGB
CMYK
RGB Variations
Color information
#06462E (or 0x06462E) is known color: British Racing Green. HEX triplet: 06, 46 and 2E. RGB value is (6,70,46). Sum of RGB (Red+Green+Blue) = 6+70+46=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 70 (27.73% from 255 or 57.38% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 70 - color contains mainly: green. Hex color #06462E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06462E is #F9B9D1. Grayscale: #303030. Windows color (decimal): -16366034 or 3032582. OLE color: 3032582.
HSL color Cylindrical-coordinate representation of color #06462E: hue angle of 157.5º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06462E is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 70 | 46 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.73 |
| HSL | 157.5º | 0.84% | 0.15% | - |
| HSV(B) | 157.5º | 0.91% | 0.27% | - |
| XYZ | 2.76 | 4.62 | 3.33 | - |
| YUV | 48.13 | 126.8 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 70 | 46 | 0.91 | 0 | 0.34 | 0.73 | 157.5 | 0.84 | 0.15 |
| Hex | 6 | 46 | 2E | 5B | 0 | 22 | 49 | 9E | 54 | F |
| Octal | 6 | 106 | 56 | 133 | 0 | 42 | 111 | 236 | 124 | 17 |
| Binary | 110 | 1000110 | 101110 | 1011011 | 0 | 100010 | 1001001 | 10011110 | 1010100 | 1111 |
Color Harmonies of #06462E
Complementary color
Monochromatic Colors of #06462E
Black with #06462E
Text Example
Text Example
White with #06462E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06462E; }
p { color: rgb(6,70,46); }
H1.HeaderClassName
{
color: #06462E;
}
.AnyTagClassName
{
color: #06462E;
}
</style>
background-color css
<style>
a { background-color: #06462E; }
a { background-color: rgb(6,70,46); }
div.DivClassName
{
background-color: #06462E;
}
.BgClassName
{
background-color: #06462E;
}
</style>
border-color css
<style>
span { border-color: #06462E; }
span { border-color: rgb(6,70,46); }
td.TdClassName
{
border-color: #06462E;
}
.TagClassName
{
border-color: #06462E;
}
</style>