Shades of British Racing Green #06462C
Tints of British Racing Green #06462C
RGB
CMYK
RGB Variations
Color information
#06462C (or 0x06462C) is known color: British Racing Green. HEX triplet: 06, 46 and 2C. RGB value is (6,70,44). Sum of RGB (Red+Green+Blue) = 6+70+44=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 70 (27.73% from 255 or 58.33% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 70 - color contains mainly: green. Hex color #06462C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06462C is #F9B9D3. Grayscale: #2F2F2F. Windows color (decimal): -16366036 or 2901510. OLE color: 2901510.
HSL color Cylindrical-coordinate representation of color #06462C: hue angle of 155.62º 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 #06462C is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 70 | 44 | - |
| CMYK | 0.91 | 0 | 0.37 | 0.73 |
| HSL | 155.63º | 0.84% | 0.15% | - |
| HSV(B) | 155.63º | 0.91% | 0.27% | - |
| XYZ | 2.72 | 4.6 | 3.13 | - |
| YUV | 47.9 | 125.8 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 70 | 44 | 0.91 | 0 | 0.37 | 0.73 | 155.63 | 0.84 | 0.15 |
| Hex | 6 | 46 | 2C | 5B | 0 | 25 | 49 | 9C | 54 | F |
| Octal | 6 | 106 | 54 | 133 | 0 | 45 | 111 | 234 | 124 | 17 |
| Binary | 110 | 1000110 | 101100 | 1011011 | 0 | 100101 | 1001001 | 10011100 | 1010100 | 1111 |
Color Harmonies of #06462C
Complementary color
Monochromatic Colors of #06462C
Black with #06462C
Text Example
Text Example
White with #06462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06462C; }
p { color: rgb(6,70,44); }
H1.HeaderClassName
{
color: #06462C;
}
.AnyTagClassName
{
color: #06462C;
}
</style>
background-color css
<style>
a { background-color: #06462C; }
a { background-color: rgb(6,70,44); }
div.DivClassName
{
background-color: #06462C;
}
.BgClassName
{
background-color: #06462C;
}
</style>
border-color css
<style>
span { border-color: #06462C; }
span { border-color: rgb(6,70,44); }
td.TdClassName
{
border-color: #06462C;
}
.TagClassName
{
border-color: #06462C;
}
</style>