Shades of British Racing Green #0A3E2E
Tints of British Racing Green #0A3E2E
RGB
CMYK
RGB Variations
Color information
#0A3E2E (or 0x0A3E2E) is known color: British Racing Green. HEX triplet: 0A, 3E and 2E. RGB value is (10,62,46). Sum of RGB (Red+Green+Blue) = 10+62+46=118 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.47% from 118); Green value is 62 (24.61% from 255 or 52.54% from 118); Blue value is 46 (18.36% from 255 or 38.98% from 118); Max value from RGB is 62 - color contains mainly: green. Hex color #0A3E2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3E2E is #F5C1D1. Grayscale: #2C2C2C. Windows color (decimal): -16105938 or 3030538. OLE color: 3030538.
HSL color Cylindrical-coordinate representation of color #0A3E2E: hue angle of 161.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 #0A3E2E is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 62 | 46 | - |
| CMYK | 0.84 | 0 | 0.26 | 0.76 |
| HSL | 161.54º | 0.72% | 0.14% | - |
| HSV(B) | 161.54º | 0.84% | 0.24% | - |
| XYZ | 2.34 | 3.71 | 3.18 | - |
| YUV | 44.63 | 128.77 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 62 | 46 | 0.84 | 0 | 0.26 | 0.76 | 161.54 | 0.72 | 0.14 |
| Hex | A | 3E | 2E | 54 | 0 | 1A | 4C | A2 | 48 | E |
| Octal | 12 | 76 | 56 | 124 | 0 | 32 | 114 | 242 | 110 | 16 |
| Binary | 1010 | 111110 | 101110 | 1010100 | 0 | 11010 | 1001100 | 10100010 | 1001000 | 1110 |
Color Harmonies of #0A3E2E
Complementary color
Monochromatic Colors of #0A3E2E
Black with #0A3E2E
Text Example
Text Example
White with #0A3E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3E2E; }
p { color: rgb(10,62,46); }
H1.HeaderClassName
{
color: #0A3E2E;
}
.AnyTagClassName
{
color: #0A3E2E;
}
</style>
background-color css
<style>
a { background-color: #0A3E2E; }
a { background-color: rgb(10,62,46); }
div.DivClassName
{
background-color: #0A3E2E;
}
.BgClassName
{
background-color: #0A3E2E;
}
</style>
border-color css
<style>
span { border-color: #0A3E2E; }
span { border-color: rgb(10,62,46); }
td.TdClassName
{
border-color: #0A3E2E;
}
.TagClassName
{
border-color: #0A3E2E;
}
</style>