Shades of British Racing Green #0A3E21
Tints of British Racing Green #0A3E21
RGB
CMYK
RGB Variations
Color information
#0A3E21 (or 0x0A3E21) is known color: British Racing Green. HEX triplet: 0A, 3E and 21. RGB value is (10,62,33). Sum of RGB (Red+Green+Blue) = 10+62+33=105 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.52% from 105); Green value is 62 (24.61% from 255 or 59.05% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 62 - color contains mainly: green. Hex color #0A3E21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3E21 is #F5C1DE. Grayscale: #2B2B2B. Windows color (decimal): -16105951 or 2178570. OLE color: 2178570.
HSL color Cylindrical-coordinate representation of color #0A3E21: hue angle of 146.54º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A3E21 is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 62 | 33 | - |
| CMYK | 0.84 | 0 | 0.47 | 0.76 |
| HSL | 146.54º | 0.72% | 0.14% | - |
| HSV(B) | 146.54º | 0.84% | 0.24% | - |
| XYZ | 2.12 | 3.62 | 2.03 | - |
| YUV | 43.15 | 122.27 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 62 | 33 | 0.84 | 0 | 0.47 | 0.76 | 146.54 | 0.72 | 0.14 |
| Hex | A | 3E | 21 | 54 | 0 | 2F | 4C | 93 | 48 | E |
| Octal | 12 | 76 | 41 | 124 | 0 | 57 | 114 | 223 | 110 | 16 |
| Binary | 1010 | 111110 | 100001 | 1010100 | 0 | 101111 | 1001100 | 10010011 | 1001000 | 1110 |
Color Harmonies of #0A3E21
Complementary color
Monochromatic Colors of #0A3E21
Black with #0A3E21
Text Example
Text Example
White with #0A3E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3E21; }
p { color: rgb(10,62,33); }
H1.HeaderClassName
{
color: #0A3E21;
}
.AnyTagClassName
{
color: #0A3E21;
}
</style>
background-color css
<style>
a { background-color: #0A3E21; }
a { background-color: rgb(10,62,33); }
div.DivClassName
{
background-color: #0A3E21;
}
.BgClassName
{
background-color: #0A3E21;
}
</style>
border-color css
<style>
span { border-color: #0A3E21; }
span { border-color: rgb(10,62,33); }
td.TdClassName
{
border-color: #0A3E21;
}
.TagClassName
{
border-color: #0A3E21;
}
</style>