Shades of British Racing Green #0A3E26
Tints of British Racing Green #0A3E26
RGB
CMYK
RGB Variations
Color information
#0A3E26 (or 0x0A3E26) is known color: British Racing Green. HEX triplet: 0A, 3E and 26. RGB value is (10,62,38). Sum of RGB (Red+Green+Blue) = 10+62+38=110 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.09% from 110); Green value is 62 (24.61% from 255 or 56.36% from 110); Blue value is 38 (15.23% from 255 or 34.55% from 110); Max value from RGB is 62 - color contains mainly: green. Hex color #0A3E26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3E26 is #F5C1D9. Grayscale: #2B2B2B. Windows color (decimal): -16105946 or 2506250. OLE color: 2506250.
HSL color Cylindrical-coordinate representation of color #0A3E26: hue angle of 152.31º 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 #0A3E26 is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 62 | 38 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.76 |
| HSL | 152.31º | 0.72% | 0.14% | - |
| HSV(B) | 152.31º | 0.84% | 0.24% | - |
| XYZ | 2.2 | 3.65 | 2.42 | - |
| YUV | 43.72 | 124.77 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 62 | 38 | 0.84 | 0 | 0.39 | 0.76 | 152.31 | 0.72 | 0.14 |
| Hex | A | 3E | 26 | 54 | 0 | 27 | 4C | 98 | 48 | E |
| Octal | 12 | 76 | 46 | 124 | 0 | 47 | 114 | 230 | 110 | 16 |
| Binary | 1010 | 111110 | 100110 | 1010100 | 0 | 100111 | 1001100 | 10011000 | 1001000 | 1110 |
Color Harmonies of #0A3E26
Complementary color
Monochromatic Colors of #0A3E26
Black with #0A3E26
Text Example
Text Example
White with #0A3E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3E26; }
p { color: rgb(10,62,38); }
H1.HeaderClassName
{
color: #0A3E26;
}
.AnyTagClassName
{
color: #0A3E26;
}
</style>
background-color css
<style>
a { background-color: #0A3E26; }
a { background-color: rgb(10,62,38); }
div.DivClassName
{
background-color: #0A3E26;
}
.BgClassName
{
background-color: #0A3E26;
}
</style>
border-color css
<style>
span { border-color: #0A3E26; }
span { border-color: rgb(10,62,38); }
td.TdClassName
{
border-color: #0A3E26;
}
.TagClassName
{
border-color: #0A3E26;
}
</style>