Shades of British Racing Green #0A3A20
Tints of British Racing Green #0A3A20
RGB
CMYK
RGB Variations
Color information
#0A3A20 (or 0x0A3A20) is known color: British Racing Green. HEX triplet: 0A, 3A and 20. RGB value is (10,58,32). Sum of RGB (Red+Green+Blue) = 10+58+32=100 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10% from 100); Green value is 58 (23.05% from 255 or 58% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 58 - color contains mainly: green. Hex color #0A3A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3A20 is #F5C5DF. Grayscale: #282828. Windows color (decimal): -16106976 or 2112010. OLE color: 2112010.
HSL color Cylindrical-coordinate representation of color #0A3A20: hue angle of 147.5º degrees, saturation: 0.71, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A3A20 is Cyan = 0.83, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 10 | 58 | 32 | - |
| CMYK | 0.83 | 0 | 0.45 | 0.77 |
| HSL | 147.5º | 0.71% | 0.13% | - |
| HSV(B) | 147.5º | 0.83% | 0.23% | - |
| XYZ | 1.9 | 3.19 | 1.88 | - |
| YUV | 40.68 | 123.1 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 58 | 32 | 0.83 | 0 | 0.45 | 0.77 | 147.5 | 0.71 | 0.13 |
| Hex | A | 3A | 20 | 53 | 0 | 2D | 4D | 94 | 47 | D |
| Octal | 12 | 72 | 40 | 123 | 0 | 55 | 115 | 224 | 107 | 15 |
| Binary | 1010 | 111010 | 100000 | 1010011 | 0 | 101101 | 1001101 | 10010100 | 1000111 | 1101 |
Color Harmonies of #0A3A20
Complementary color
Monochromatic Colors of #0A3A20
Black with #0A3A20
Text Example
Text Example
White with #0A3A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3A20; }
p { color: rgb(10,58,32); }
H1.HeaderClassName
{
color: #0A3A20;
}
.AnyTagClassName
{
color: #0A3A20;
}
</style>
background-color css
<style>
a { background-color: #0A3A20; }
a { background-color: rgb(10,58,32); }
div.DivClassName
{
background-color: #0A3A20;
}
.BgClassName
{
background-color: #0A3A20;
}
</style>
border-color css
<style>
span { border-color: #0A3A20; }
span { border-color: rgb(10,58,32); }
td.TdClassName
{
border-color: #0A3A20;
}
.TagClassName
{
border-color: #0A3A20;
}
</style>