Shades of British Racing Green #0A4120
Tints of British Racing Green #0A4120
RGB
CMYK
RGB Variations
Color information
#0A4120 (or 0x0A4120) is known color: British Racing Green. HEX triplet: 0A, 41 and 20. RGB value is (10,65,32). Sum of RGB (Red+Green+Blue) = 10+65+32=107 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.35% from 107); Green value is 65 (25.78% from 255 or 60.75% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 65 - color contains mainly: green. Hex color #0A4120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4120 is #F5BEDF. Grayscale: #2C2C2C. Windows color (decimal): -16105184 or 2113802. OLE color: 2113802.
HSL color Cylindrical-coordinate representation of color #0A4120: hue angle of 144º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A4120 is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 65 | 32 | - |
| CMYK | 0.85 | 0 | 0.51 | 0.75 |
| HSL | 144º | 0.73% | 0.15% | - |
| HSV(B) | 144º | 0.85% | 0.25% | - |
| XYZ | 2.28 | 3.95 | 2.01 | - |
| YUV | 44.79 | 120.78 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 65 | 32 | 0.85 | 0 | 0.51 | 0.75 | 144 | 0.73 | 0.15 |
| Hex | A | 41 | 20 | 55 | 0 | 33 | 4B | 90 | 49 | F |
| Octal | 12 | 101 | 40 | 125 | 0 | 63 | 113 | 220 | 111 | 17 |
| Binary | 1010 | 1000001 | 100000 | 1010101 | 0 | 110011 | 1001011 | 10010000 | 1001001 | 1111 |
Color Harmonies of #0A4120
Complementary color
Monochromatic Colors of #0A4120
Black with #0A4120
Text Example
Text Example
White with #0A4120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4120; }
p { color: rgb(10,65,32); }
H1.HeaderClassName
{
color: #0A4120;
}
.AnyTagClassName
{
color: #0A4120;
}
</style>
background-color css
<style>
a { background-color: #0A4120; }
a { background-color: rgb(10,65,32); }
div.DivClassName
{
background-color: #0A4120;
}
.BgClassName
{
background-color: #0A4120;
}
</style>
border-color css
<style>
span { border-color: #0A4120; }
span { border-color: rgb(10,65,32); }
td.TdClassName
{
border-color: #0A4120;
}
.TagClassName
{
border-color: #0A4120;
}
</style>