Shades of British Racing Green #0A462E
Tints of British Racing Green #0A462E
RGB
CMYK
RGB Variations
Color information
#0A462E (or 0x0A462E) is known color: British Racing Green. HEX triplet: 0A, 46 and 2E. RGB value is (10,70,46). Sum of RGB (Red+Green+Blue) = 10+70+46=126 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.94% from 126); Green value is 70 (27.73% from 255 or 55.56% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 70 - color contains mainly: green. Hex color #0A462E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A462E is #F5B9D1. Grayscale: #313131. Windows color (decimal): -16103890 or 3032586. OLE color: 3032586.
HSL color Cylindrical-coordinate representation of color #0A462E: hue angle of 156º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A462E is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 10 | 70 | 46 | - |
| CMYK | 0.86 | 0 | 0.34 | 0.73 |
| HSL | 156º | 0.75% | 0.16% | - |
| HSV(B) | 156º | 0.86% | 0.27% | - |
| XYZ | 2.81 | 4.64 | 3.33 | - |
| YUV | 49.32 | 126.12 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 70 | 46 | 0.86 | 0 | 0.34 | 0.73 | 156 | 0.75 | 0.16 |
| Hex | A | 46 | 2E | 56 | 0 | 22 | 49 | 9C | 4B | 10 |
| Octal | 12 | 106 | 56 | 126 | 0 | 42 | 111 | 234 | 113 | 20 |
| Binary | 1010 | 1000110 | 101110 | 1010110 | 0 | 100010 | 1001001 | 10011100 | 1001011 | 10000 |
Color Harmonies of #0A462E
Complementary color
Monochromatic Colors of #0A462E
Black with #0A462E
Text Example
Text Example
White with #0A462E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A462E; }
p { color: rgb(10,70,46); }
H1.HeaderClassName
{
color: #0A462E;
}
.AnyTagClassName
{
color: #0A462E;
}
</style>
background-color css
<style>
a { background-color: #0A462E; }
a { background-color: rgb(10,70,46); }
div.DivClassName
{
background-color: #0A462E;
}
.BgClassName
{
background-color: #0A462E;
}
</style>
border-color css
<style>
span { border-color: #0A462E; }
span { border-color: rgb(10,70,46); }
td.TdClassName
{
border-color: #0A462E;
}
.TagClassName
{
border-color: #0A462E;
}
</style>