Shades of British Racing Green #0A482C
Tints of British Racing Green #0A482C
RGB
CMYK
RGB Variations
Color information
#0A482C (or 0x0A482C) is known color: British Racing Green. HEX triplet: 0A, 48 and 2C. RGB value is (10,72,44). Sum of RGB (Red+Green+Blue) = 10+72+44=126 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.94% from 126); Green value is 72 (28.52% from 255 or 57.14% from 126); Blue value is 44 (17.58% from 255 or 34.92% from 126); Max value from RGB is 72 - color contains mainly: green. Hex color #0A482C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A482C is #F5B7D3. Grayscale: #323232. Windows color (decimal): -16103380 or 2902026. OLE color: 2902026.
HSL color Cylindrical-coordinate representation of color #0A482C: hue angle of 152.9º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A482C is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 72 | 44 | - |
| CMYK | 0.86 | 0 | 0.39 | 0.72 |
| HSL | 152.9º | 0.76% | 0.16% | - |
| HSV(B) | 152.9º | 0.86% | 0.28% | - |
| XYZ | 2.9 | 4.88 | 3.17 | - |
| YUV | 50.27 | 124.46 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 72 | 44 | 0.86 | 0 | 0.39 | 0.72 | 152.9 | 0.76 | 0.16 |
| Hex | A | 48 | 2C | 56 | 0 | 27 | 48 | 99 | 4C | 10 |
| Octal | 12 | 110 | 54 | 126 | 0 | 47 | 110 | 231 | 114 | 20 |
| Binary | 1010 | 1001000 | 101100 | 1010110 | 0 | 100111 | 1001000 | 10011001 | 1001100 | 10000 |
Color Harmonies of #0A482C
Complementary color
Monochromatic Colors of #0A482C
Black with #0A482C
Text Example
Text Example
White with #0A482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A482C; }
p { color: rgb(10,72,44); }
H1.HeaderClassName
{
color: #0A482C;
}
.AnyTagClassName
{
color: #0A482C;
}
</style>
background-color css
<style>
a { background-color: #0A482C; }
a { background-color: rgb(10,72,44); }
div.DivClassName
{
background-color: #0A482C;
}
.BgClassName
{
background-color: #0A482C;
}
</style>
border-color css
<style>
span { border-color: #0A482C; }
span { border-color: rgb(10,72,44); }
td.TdClassName
{
border-color: #0A482C;
}
.TagClassName
{
border-color: #0A482C;
}
</style>