Shades of British Racing Green #0A492A
Tints of British Racing Green #0A492A
RGB
CMYK
RGB Variations
Color information
#0A492A (or 0x0A492A) is known color: British Racing Green. HEX triplet: 0A, 49 and 2A. RGB value is (10,73,42). Sum of RGB (Red+Green+Blue) = 10+73+42=125 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8% from 125); Green value is 73 (28.91% from 255 or 58.4% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 73 - color contains mainly: green. Hex color #0A492A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A492A is #F5B6D5. Grayscale: #323232. Windows color (decimal): -16103126 or 2771210. OLE color: 2771210.
HSL color Cylindrical-coordinate representation of color #0A492A: hue angle of 150.48º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A492A is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 73 | 42 | - |
| CMYK | 0.86 | 0 | 0.42 | 0.71 |
| HSL | 150.48º | 0.76% | 0.16% | - |
| HSV(B) | 150.48º | 0.86% | 0.29% | - |
| XYZ | 2.93 | 5 | 3 | - |
| YUV | 50.63 | 123.13 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 73 | 42 | 0.86 | 0 | 0.42 | 0.71 | 150.48 | 0.76 | 0.16 |
| Hex | A | 49 | 2A | 56 | 0 | 2A | 47 | 96 | 4C | 10 |
| Octal | 12 | 111 | 52 | 126 | 0 | 52 | 107 | 226 | 114 | 20 |
| Binary | 1010 | 1001001 | 101010 | 1010110 | 0 | 101010 | 1000111 | 10010110 | 1001100 | 10000 |
Color Harmonies of #0A492A
Complementary color
Monochromatic Colors of #0A492A
Black with #0A492A
Text Example
Text Example
White with #0A492A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A492A; }
p { color: rgb(10,73,42); }
H1.HeaderClassName
{
color: #0A492A;
}
.AnyTagClassName
{
color: #0A492A;
}
</style>
background-color css
<style>
a { background-color: #0A492A; }
a { background-color: rgb(10,73,42); }
div.DivClassName
{
background-color: #0A492A;
}
.BgClassName
{
background-color: #0A492A;
}
</style>
border-color css
<style>
span { border-color: #0A492A; }
span { border-color: rgb(10,73,42); }
td.TdClassName
{
border-color: #0A492A;
}
.TagClassName
{
border-color: #0A492A;
}
</style>