Shades of British Racing Green #0A4422
Tints of British Racing Green #0A4422
RGB
CMYK
RGB Variations
Color information
#0A4422 (or 0x0A4422) is known color: British Racing Green. HEX triplet: 0A, 44 and 22. RGB value is (10,68,34). Sum of RGB (Red+Green+Blue) = 10+68+34=112 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.93% from 112); Green value is 68 (26.95% from 255 or 60.71% from 112); Blue value is 34 (13.67% from 255 or 30.36% from 112); Max value from RGB is 68 - color contains mainly: green. Hex color #0A4422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4422 is #F5BBDD. Grayscale: #2E2E2E. Windows color (decimal): -16104414 or 2245642. OLE color: 2245642.
HSL color Cylindrical-coordinate representation of color #0A4422: hue angle of 144.83º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A4422 is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 10 | 68 | 34 | - |
| CMYK | 0.85 | 0 | 0.50 | 0.73 |
| HSL | 144.83º | 0.74% | 0.15% | - |
| HSV(B) | 144.83º | 0.85% | 0.27% | - |
| XYZ | 2.48 | 4.31 | 2.22 | - |
| YUV | 46.78 | 120.78 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 68 | 34 | 0.85 | 0 | 0.50 | 0.73 | 144.83 | 0.74 | 0.15 |
| Hex | A | 44 | 22 | 55 | 0 | 32 | 49 | 91 | 4A | F |
| Octal | 12 | 104 | 42 | 125 | 0 | 62 | 111 | 221 | 112 | 17 |
| Binary | 1010 | 1000100 | 100010 | 1010101 | 0 | 110010 | 1001001 | 10010001 | 1001010 | 1111 |
Color Harmonies of #0A4422
Complementary color
Monochromatic Colors of #0A4422
Black with #0A4422
Text Example
Text Example
White with #0A4422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4422; }
p { color: rgb(10,68,34); }
H1.HeaderClassName
{
color: #0A4422;
}
.AnyTagClassName
{
color: #0A4422;
}
</style>
background-color css
<style>
a { background-color: #0A4422; }
a { background-color: rgb(10,68,34); }
div.DivClassName
{
background-color: #0A4422;
}
.BgClassName
{
background-color: #0A4422;
}
</style>
border-color css
<style>
span { border-color: #0A4422; }
span { border-color: rgb(10,68,34); }
td.TdClassName
{
border-color: #0A4422;
}
.TagClassName
{
border-color: #0A4422;
}
</style>