Shades of British Racing Green #0A3E2C
Tints of British Racing Green #0A3E2C
RGB
CMYK
RGB Variations
Color information
#0A3E2C (or 0x0A3E2C) is known color: British Racing Green. HEX triplet: 0A, 3E and 2C. RGB value is (10,62,44). Sum of RGB (Red+Green+Blue) = 10+62+44=116 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.62% from 116); Green value is 62 (24.61% from 255 or 53.45% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 62 - color contains mainly: green. Hex color #0A3E2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3E2C is #F5C1D3. Grayscale: #2C2C2C. Windows color (decimal): -16105940 or 2899466. OLE color: 2899466.
HSL color Cylindrical-coordinate representation of color #0A3E2C: hue angle of 159.23º 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 #0A3E2C is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 62 | 44 | - |
| CMYK | 0.84 | 0 | 0.29 | 0.76 |
| HSL | 159.23º | 0.72% | 0.14% | - |
| HSV(B) | 159.23º | 0.84% | 0.24% | - |
| XYZ | 2.3 | 3.69 | 2.97 | - |
| YUV | 44.4 | 127.77 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 62 | 44 | 0.84 | 0 | 0.29 | 0.76 | 159.23 | 0.72 | 0.14 |
| Hex | A | 3E | 2C | 54 | 0 | 1D | 4C | 9F | 48 | E |
| Octal | 12 | 76 | 54 | 124 | 0 | 35 | 114 | 237 | 110 | 16 |
| Binary | 1010 | 111110 | 101100 | 1010100 | 0 | 11101 | 1001100 | 10011111 | 1001000 | 1110 |
Color Harmonies of #0A3E2C
Complementary color
Monochromatic Colors of #0A3E2C
Black with #0A3E2C
Text Example
Text Example
White with #0A3E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3E2C; }
p { color: rgb(10,62,44); }
H1.HeaderClassName
{
color: #0A3E2C;
}
.AnyTagClassName
{
color: #0A3E2C;
}
</style>
background-color css
<style>
a { background-color: #0A3E2C; }
a { background-color: rgb(10,62,44); }
div.DivClassName
{
background-color: #0A3E2C;
}
.BgClassName
{
background-color: #0A3E2C;
}
</style>
border-color css
<style>
span { border-color: #0A3E2C; }
span { border-color: rgb(10,62,44); }
td.TdClassName
{
border-color: #0A3E2C;
}
.TagClassName
{
border-color: #0A3E2C;
}
</style>