Shades of British Racing Green #0A3E2D
Tints of British Racing Green #0A3E2D
RGB
CMYK
RGB Variations
Color information
#0A3E2D (or 0x0A3E2D) is known color: British Racing Green. HEX triplet: 0A, 3E and 2D. RGB value is (10,62,45). Sum of RGB (Red+Green+Blue) = 10+62+45=117 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.55% from 117); Green value is 62 (24.61% from 255 or 52.99% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 62 - color contains mainly: green. Hex color #0A3E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3E2D is #F5C1D2. Grayscale: #2C2C2C. Windows color (decimal): -16105939 or 2965002. OLE color: 2965002.
HSL color Cylindrical-coordinate representation of color #0A3E2D: hue angle of 160.38º 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 #0A3E2D is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 62 | 45 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.76 |
| HSL | 160.38º | 0.72% | 0.14% | - |
| HSV(B) | 160.38º | 0.84% | 0.24% | - |
| XYZ | 2.32 | 3.7 | 3.07 | - |
| YUV | 44.51 | 128.27 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 62 | 45 | 0.84 | 0 | 0.27 | 0.76 | 160.38 | 0.72 | 0.14 |
| Hex | A | 3E | 2D | 54 | 0 | 1B | 4C | A0 | 48 | E |
| Octal | 12 | 76 | 55 | 124 | 0 | 33 | 114 | 240 | 110 | 16 |
| Binary | 1010 | 111110 | 101101 | 1010100 | 0 | 11011 | 1001100 | 10100000 | 1001000 | 1110 |
Color Harmonies of #0A3E2D
Complementary color
Monochromatic Colors of #0A3E2D
Black with #0A3E2D
Text Example
Text Example
White with #0A3E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3E2D; }
p { color: rgb(10,62,45); }
H1.HeaderClassName
{
color: #0A3E2D;
}
.AnyTagClassName
{
color: #0A3E2D;
}
</style>
background-color css
<style>
a { background-color: #0A3E2D; }
a { background-color: rgb(10,62,45); }
div.DivClassName
{
background-color: #0A3E2D;
}
.BgClassName
{
background-color: #0A3E2D;
}
</style>
border-color css
<style>
span { border-color: #0A3E2D; }
span { border-color: rgb(10,62,45); }
td.TdClassName
{
border-color: #0A3E2D;
}
.TagClassName
{
border-color: #0A3E2D;
}
</style>