Shades of British Racing Green #0E3C29
Tints of British Racing Green #0E3C29
RGB
CMYK
RGB Variations
Color information
#0E3C29 (or 0x0E3C29) is known color: British Racing Green. HEX triplet: 0E, 3C and 29. RGB value is (14,60,41). Sum of RGB (Red+Green+Blue) = 14+60+41=115 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.17% from 115); Green value is 60 (23.83% from 255 or 52.17% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 60 - color contains mainly: green. Hex color #0E3C29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3C29 is #F1C3D6. Grayscale: #2C2C2C. Windows color (decimal): -15844311 or 2702350. OLE color: 2702350.
HSL color Cylindrical-coordinate representation of color #0E3C29: hue angle of 155.22º 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 #0E3C29 is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 14 | 60 | 41 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.76 |
| HSL | 155.22º | 0.62% | 0.15% | - |
| HSV(B) | 155.22º | 0.77% | 0.24% | - |
| XYZ | 2.2 | 3.49 | 2.65 | - |
| YUV | 44.08 | 126.26 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 60 | 41 | 0.77 | 0 | 0.32 | 0.76 | 155.22 | 0.62 | 0.15 |
| Hex | E | 3C | 29 | 4D | 0 | 20 | 4C | 9B | 3E | F |
| Octal | 16 | 74 | 51 | 115 | 0 | 40 | 114 | 233 | 76 | 17 |
| Binary | 1110 | 111100 | 101001 | 1001101 | 0 | 100000 | 1001100 | 10011011 | 111110 | 1111 |
Color Harmonies of #0E3C29
Complementary color
Monochromatic Colors of #0E3C29
Black with #0E3C29
Text Example
Text Example
White with #0E3C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3C29; }
p { color: rgb(14,60,41); }
H1.HeaderClassName
{
color: #0E3C29;
}
.AnyTagClassName
{
color: #0E3C29;
}
</style>
background-color css
<style>
a { background-color: #0E3C29; }
a { background-color: rgb(14,60,41); }
div.DivClassName
{
background-color: #0E3C29;
}
.BgClassName
{
background-color: #0E3C29;
}
</style>
border-color css
<style>
span { border-color: #0E3C29; }
span { border-color: rgb(14,60,41); }
td.TdClassName
{
border-color: #0E3C29;
}
.TagClassName
{
border-color: #0E3C29;
}
</style>