Shades of British Racing Green #0A4923
Tints of British Racing Green #0A4923
RGB
CMYK
RGB Variations
Color information
#0A4923 (or 0x0A4923) is known color: British Racing Green. HEX triplet: 0A, 49 and 23. RGB value is (10,73,35). Sum of RGB (Red+Green+Blue) = 10+73+35=118 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.47% from 118); Green value is 73 (28.91% from 255 or 61.86% from 118); Blue value is 35 (14.06% from 255 or 29.66% from 118); Max value from RGB is 73 - color contains mainly: green. Hex color #0A4923 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4923 is #F5B6DC. Grayscale: #313131. Windows color (decimal): -16103133 or 2312458. OLE color: 2312458.
HSL color Cylindrical-coordinate representation of color #0A4923: hue angle of 143.81º 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 #0A4923 is Cyan = 0.86, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 73 | 35 | - |
| CMYK | 0.86 | 0 | 0.52 | 0.71 |
| HSL | 143.81º | 0.76% | 0.16% | - |
| HSV(B) | 143.81º | 0.86% | 0.29% | - |
| XYZ | 2.81 | 4.95 | 2.4 | - |
| YUV | 49.83 | 119.63 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 73 | 35 | 0.86 | 0 | 0.52 | 0.71 | 143.81 | 0.76 | 0.16 |
| Hex | A | 49 | 23 | 56 | 0 | 34 | 47 | 90 | 4C | 10 |
| Octal | 12 | 111 | 43 | 126 | 0 | 64 | 107 | 220 | 114 | 20 |
| Binary | 1010 | 1001001 | 100011 | 1010110 | 0 | 110100 | 1000111 | 10010000 | 1001100 | 10000 |
Color Harmonies of #0A4923
Complementary color
Monochromatic Colors of #0A4923
Black with #0A4923
Text Example
Text Example
White with #0A4923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4923; }
p { color: rgb(10,73,35); }
H1.HeaderClassName
{
color: #0A4923;
}
.AnyTagClassName
{
color: #0A4923;
}
</style>
background-color css
<style>
a { background-color: #0A4923; }
a { background-color: rgb(10,73,35); }
div.DivClassName
{
background-color: #0A4923;
}
.BgClassName
{
background-color: #0A4923;
}
</style>
border-color css
<style>
span { border-color: #0A4923; }
span { border-color: rgb(10,73,35); }
td.TdClassName
{
border-color: #0A4923;
}
.TagClassName
{
border-color: #0A4923;
}
</style>