Shades of British Racing Green #0A4522
Tints of British Racing Green #0A4522
RGB
CMYK
RGB Variations
Color information
#0A4522 (or 0x0A4522) is known color: British Racing Green. HEX triplet: 0A, 45 and 22. RGB value is (10,69,34). Sum of RGB (Red+Green+Blue) = 10+69+34=113 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.85% from 113); Green value is 69 (27.34% from 255 or 61.06% from 113); Blue value is 34 (13.67% from 255 or 30.09% from 113); Max value from RGB is 69 - color contains mainly: green. Hex color #0A4522 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4522 is #F5BADD. Grayscale: #2F2F2F. Windows color (decimal): -16104158 or 2245898. OLE color: 2245898.
HSL color Cylindrical-coordinate representation of color #0A4522: hue angle of 144.41º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4522 is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 10 | 69 | 34 | - |
| CMYK | 0.86 | 0 | 0.51 | 0.73 |
| HSL | 144.41º | 0.75% | 0.15% | - |
| HSV(B) | 144.41º | 0.86% | 0.27% | - |
| XYZ | 2.54 | 4.44 | 2.24 | - |
| YUV | 47.37 | 120.45 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 69 | 34 | 0.86 | 0 | 0.51 | 0.73 | 144.41 | 0.75 | 0.15 |
| Hex | A | 45 | 22 | 56 | 0 | 33 | 49 | 90 | 4B | F |
| Octal | 12 | 105 | 42 | 126 | 0 | 63 | 111 | 220 | 113 | 17 |
| Binary | 1010 | 1000101 | 100010 | 1010110 | 0 | 110011 | 1001001 | 10010000 | 1001011 | 1111 |
Color Harmonies of #0A4522
Complementary color
Monochromatic Colors of #0A4522
Black with #0A4522
Text Example
Text Example
White with #0A4522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4522; }
p { color: rgb(10,69,34); }
H1.HeaderClassName
{
color: #0A4522;
}
.AnyTagClassName
{
color: #0A4522;
}
</style>
background-color css
<style>
a { background-color: #0A4522; }
a { background-color: rgb(10,69,34); }
div.DivClassName
{
background-color: #0A4522;
}
.BgClassName
{
background-color: #0A4522;
}
</style>
border-color css
<style>
span { border-color: #0A4522; }
span { border-color: rgb(10,69,34); }
td.TdClassName
{
border-color: #0A4522;
}
.TagClassName
{
border-color: #0A4522;
}
</style>