Shades of British Racing Green #0E3C26
Tints of British Racing Green #0E3C26
RGB
CMYK
RGB Variations
Color information
#0E3C26 (or 0x0E3C26) is known color: British Racing Green. HEX triplet: 0E, 3C and 26. RGB value is (14,60,38). Sum of RGB (Red+Green+Blue) = 14+60+38=112 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.5% from 112); Green value is 60 (23.83% from 255 or 53.57% from 112); Blue value is 38 (15.23% from 255 or 33.93% from 112); Max value from RGB is 60 - color contains mainly: green. Hex color #0E3C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3C26 is #F1C3D9. Grayscale: #2B2B2B. Windows color (decimal): -15844314 or 2505742. OLE color: 2505742.
HSL color Cylindrical-coordinate representation of color #0E3C26: hue angle of 151.3º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E3C26 is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 14 | 60 | 38 | - |
| CMYK | 0.77 | 0 | 0.37 | 0.76 |
| HSL | 151.3º | 0.62% | 0.15% | - |
| HSV(B) | 151.3º | 0.77% | 0.24% | - |
| XYZ | 2.15 | 3.47 | 2.39 | - |
| YUV | 43.74 | 124.76 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 60 | 38 | 0.77 | 0 | 0.37 | 0.76 | 151.3 | 0.62 | 0.15 |
| Hex | E | 3C | 26 | 4D | 0 | 25 | 4C | 97 | 3E | F |
| Octal | 16 | 74 | 46 | 115 | 0 | 45 | 114 | 227 | 76 | 17 |
| Binary | 1110 | 111100 | 100110 | 1001101 | 0 | 100101 | 1001100 | 10010111 | 111110 | 1111 |
Color Harmonies of #0E3C26
Complementary color
Monochromatic Colors of #0E3C26
Black with #0E3C26
Text Example
Text Example
White with #0E3C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3C26; }
p { color: rgb(14,60,38); }
H1.HeaderClassName
{
color: #0E3C26;
}
.AnyTagClassName
{
color: #0E3C26;
}
</style>
background-color css
<style>
a { background-color: #0E3C26; }
a { background-color: rgb(14,60,38); }
div.DivClassName
{
background-color: #0E3C26;
}
.BgClassName
{
background-color: #0E3C26;
}
</style>
border-color css
<style>
span { border-color: #0E3C26; }
span { border-color: rgb(14,60,38); }
td.TdClassName
{
border-color: #0E3C26;
}
.TagClassName
{
border-color: #0E3C26;
}
</style>