Shades of British Racing Green #0A4623
Tints of British Racing Green #0A4623
RGB
CMYK
RGB Variations
Color information
#0A4623 (or 0x0A4623) is known color: British Racing Green. HEX triplet: 0A, 46 and 23. RGB value is (10,70,35). Sum of RGB (Red+Green+Blue) = 10+70+35=115 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.70% from 115); Green value is 70 (27.73% from 255 or 60.87% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 70 - color contains mainly: green. Hex color #0A4623 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4623 is #F5B9DC. Grayscale: #303030. Windows color (decimal): -16103901 or 2311690. OLE color: 2311690.
HSL color Cylindrical-coordinate representation of color #0A4623: hue angle of 145º 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 #0A4623 is Cyan = 0.86, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 10 | 70 | 35 | - |
| CMYK | 0.86 | 0 | 0.5 | 0.73 |
| HSL | 145º | 0.75% | 0.16% | - |
| HSV(B) | 145º | 0.86% | 0.27% | - |
| XYZ | 2.62 | 4.57 | 2.33 | - |
| YUV | 48.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 70 | 35 | 0.86 | 0 | 0.5 | 0.73 | 145 | 0.75 | 0.16 |
| Hex | A | 46 | 23 | 56 | 0 | 32 | 49 | 91 | 4B | 10 |
| Octal | 12 | 106 | 43 | 126 | 0 | 62 | 111 | 221 | 113 | 20 |
| Binary | 1010 | 1000110 | 100011 | 1010110 | 0 | 110010 | 1001001 | 10010001 | 1001011 | 10000 |
Color Harmonies of #0A4623
Complementary color
Monochromatic Colors of #0A4623
Black with #0A4623
Text Example
Text Example
White with #0A4623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4623; }
p { color: rgb(10,70,35); }
H1.HeaderClassName
{
color: #0A4623;
}
.AnyTagClassName
{
color: #0A4623;
}
</style>
background-color css
<style>
a { background-color: #0A4623; }
a { background-color: rgb(10,70,35); }
div.DivClassName
{
background-color: #0A4623;
}
.BgClassName
{
background-color: #0A4623;
}
</style>
border-color css
<style>
span { border-color: #0A4623; }
span { border-color: rgb(10,70,35); }
td.TdClassName
{
border-color: #0A4623;
}
.TagClassName
{
border-color: #0A4623;
}
</style>