Shades of British Racing Green #0A3921
Tints of British Racing Green #0A3921
RGB
CMYK
RGB Variations
Color information
#0A3921 (or 0x0A3921) is known color: British Racing Green. HEX triplet: 0A, 39 and 21. RGB value is (10,57,33). Sum of RGB (Red+Green+Blue) = 10+57+33=100 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10% from 100); Green value is 57 (22.66% from 255 or 57% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 57 - color contains mainly: green. Hex color #0A3921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3921 is #F5C6DE. Grayscale: #282828. Windows color (decimal): -16107231 or 2177290. OLE color: 2177290.
HSL color Cylindrical-coordinate representation of color #0A3921: hue angle of 149.36º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A3921 is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 57 | 33 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.78 |
| HSL | 149.36º | 0.7% | 0.13% | - |
| HSV(B) | 149.36º | 0.82% | 0.22% | - |
| XYZ | 1.86 | 3.1 | 1.94 | - |
| YUV | 40.21 | 123.93 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 57 | 33 | 0.82 | 0 | 0.42 | 0.78 | 149.36 | 0.7 | 0.13 |
| Hex | A | 39 | 21 | 52 | 0 | 2A | 4E | 95 | 46 | D |
| Octal | 12 | 71 | 41 | 122 | 0 | 52 | 116 | 225 | 106 | 15 |
| Binary | 1010 | 111001 | 100001 | 1010010 | 0 | 101010 | 1001110 | 10010101 | 1000110 | 1101 |
Color Harmonies of #0A3921
Complementary color
Monochromatic Colors of #0A3921
Black with #0A3921
Text Example
Text Example
White with #0A3921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3921; }
p { color: rgb(10,57,33); }
H1.HeaderClassName
{
color: #0A3921;
}
.AnyTagClassName
{
color: #0A3921;
}
</style>
background-color css
<style>
a { background-color: #0A3921; }
a { background-color: rgb(10,57,33); }
div.DivClassName
{
background-color: #0A3921;
}
.BgClassName
{
background-color: #0A3921;
}
</style>
border-color css
<style>
span { border-color: #0A3921; }
span { border-color: rgb(10,57,33); }
td.TdClassName
{
border-color: #0A3921;
}
.TagClassName
{
border-color: #0A3921;
}
</style>