Shades of British Racing Green #0A3E28
Tints of British Racing Green #0A3E28
RGB
CMYK
RGB Variations
Color information
#0A3E28 (or 0x0A3E28) is known color: British Racing Green. HEX triplet: 0A, 3E and 28. RGB value is (10,62,40). Sum of RGB (Red+Green+Blue) = 10+62+40=112 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.93% from 112); Green value is 62 (24.61% from 255 or 55.36% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 62 - color contains mainly: green. Hex color #0A3E28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3E28 is #F5C1D7. Grayscale: #2B2B2B. Windows color (decimal): -16105944 or 2637322. OLE color: 2637322.
HSL color Cylindrical-coordinate representation of color #0A3E28: hue angle of 154.62º 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 #0A3E28 is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 62 | 40 | - |
| CMYK | 0.84 | 0 | 0.35 | 0.76 |
| HSL | 154.62º | 0.72% | 0.14% | - |
| HSV(B) | 154.62º | 0.84% | 0.24% | - |
| XYZ | 2.23 | 3.66 | 2.6 | - |
| YUV | 43.94 | 125.77 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 62 | 40 | 0.84 | 0 | 0.35 | 0.76 | 154.62 | 0.72 | 0.14 |
| Hex | A | 3E | 28 | 54 | 0 | 23 | 4C | 9B | 48 | E |
| Octal | 12 | 76 | 50 | 124 | 0 | 43 | 114 | 233 | 110 | 16 |
| Binary | 1010 | 111110 | 101000 | 1010100 | 0 | 100011 | 1001100 | 10011011 | 1001000 | 1110 |
Color Harmonies of #0A3E28
Complementary color
Monochromatic Colors of #0A3E28
Black with #0A3E28
Text Example
Text Example
White with #0A3E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3E28; }
p { color: rgb(10,62,40); }
H1.HeaderClassName
{
color: #0A3E28;
}
.AnyTagClassName
{
color: #0A3E28;
}
</style>
background-color css
<style>
a { background-color: #0A3E28; }
a { background-color: rgb(10,62,40); }
div.DivClassName
{
background-color: #0A3E28;
}
.BgClassName
{
background-color: #0A3E28;
}
</style>
border-color css
<style>
span { border-color: #0A3E28; }
span { border-color: rgb(10,62,40); }
td.TdClassName
{
border-color: #0A3E28;
}
.TagClassName
{
border-color: #0A3E28;
}
</style>