Shades of British Racing Green #0A3C20
Tints of British Racing Green #0A3C20
RGB
CMYK
RGB Variations
Color information
#0A3C20 (or 0x0A3C20) is known color: British Racing Green. HEX triplet: 0A, 3C and 20. RGB value is (10,60,32). Sum of RGB (Red+Green+Blue) = 10+60+32=102 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.80% from 102); Green value is 60 (23.83% from 255 or 58.82% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 60 - color contains mainly: green. Hex color #0A3C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3C20 is #F5C3DF. Grayscale: #292929. Windows color (decimal): -16106464 or 2112522. OLE color: 2112522.
HSL color Cylindrical-coordinate representation of color #0A3C20: hue angle of 146.4º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A3C20 is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 60 | 32 | - |
| CMYK | 0.83 | 0 | 0.47 | 0.76 |
| HSL | 146.4º | 0.71% | 0.14% | - |
| HSV(B) | 146.4º | 0.83% | 0.24% | - |
| XYZ | 2 | 3.4 | 1.92 | - |
| YUV | 41.86 | 122.44 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 60 | 32 | 0.83 | 0 | 0.47 | 0.76 | 146.4 | 0.71 | 0.14 |
| Hex | A | 3C | 20 | 53 | 0 | 2F | 4C | 92 | 47 | E |
| Octal | 12 | 74 | 40 | 123 | 0 | 57 | 114 | 222 | 107 | 16 |
| Binary | 1010 | 111100 | 100000 | 1010011 | 0 | 101111 | 1001100 | 10010010 | 1000111 | 1110 |
Color Harmonies of #0A3C20
Complementary color
Monochromatic Colors of #0A3C20
Black with #0A3C20
Text Example
Text Example
White with #0A3C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3C20; }
p { color: rgb(10,60,32); }
H1.HeaderClassName
{
color: #0A3C20;
}
.AnyTagClassName
{
color: #0A3C20;
}
</style>
background-color css
<style>
a { background-color: #0A3C20; }
a { background-color: rgb(10,60,32); }
div.DivClassName
{
background-color: #0A3C20;
}
.BgClassName
{
background-color: #0A3C20;
}
</style>
border-color css
<style>
span { border-color: #0A3C20; }
span { border-color: rgb(10,60,32); }
td.TdClassName
{
border-color: #0A3C20;
}
.TagClassName
{
border-color: #0A3C20;
}
</style>