Shades of British Racing Green #0A422A
Tints of British Racing Green #0A422A
RGB
CMYK
RGB Variations
Color information
#0A422A (or 0x0A422A) is known color: British Racing Green. HEX triplet: 0A, 42 and 2A. RGB value is (10,66,42). Sum of RGB (Red+Green+Blue) = 10+66+42=118 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.47% from 118); Green value is 66 (26.17% from 255 or 55.93% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 66 - color contains mainly: green. Hex color #0A422A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A422A is #F5BDD5. Grayscale: #2E2E2E. Windows color (decimal): -16104918 or 2769418. OLE color: 2769418.
HSL color Cylindrical-coordinate representation of color #0A422A: hue angle of 154.29º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A422A is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 10 | 66 | 42 | - |
| CMYK | 0.85 | 0 | 0.36 | 0.74 |
| HSL | 154.29º | 0.74% | 0.15% | - |
| HSV(B) | 154.29º | 0.85% | 0.26% | - |
| XYZ | 2.49 | 4.13 | 2.86 | - |
| YUV | 46.52 | 125.45 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 66 | 42 | 0.85 | 0 | 0.36 | 0.74 | 154.29 | 0.74 | 0.15 |
| Hex | A | 42 | 2A | 55 | 0 | 24 | 4A | 9A | 4A | F |
| Octal | 12 | 102 | 52 | 125 | 0 | 44 | 112 | 232 | 112 | 17 |
| Binary | 1010 | 1000010 | 101010 | 1010101 | 0 | 100100 | 1001010 | 10011010 | 1001010 | 1111 |
Color Harmonies of #0A422A
Complementary color
Monochromatic Colors of #0A422A
Black with #0A422A
Text Example
Text Example
White with #0A422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A422A; }
p { color: rgb(10,66,42); }
H1.HeaderClassName
{
color: #0A422A;
}
.AnyTagClassName
{
color: #0A422A;
}
</style>
background-color css
<style>
a { background-color: #0A422A; }
a { background-color: rgb(10,66,42); }
div.DivClassName
{
background-color: #0A422A;
}
.BgClassName
{
background-color: #0A422A;
}
</style>
border-color css
<style>
span { border-color: #0A422A; }
span { border-color: rgb(10,66,42); }
td.TdClassName
{
border-color: #0A422A;
}
.TagClassName
{
border-color: #0A422A;
}
</style>