Shades of British Racing Green #0E3A2A
Tints of British Racing Green #0E3A2A
RGB
CMYK
RGB Variations
Color information
#0E3A2A (or 0x0E3A2A) is known color: British Racing Green. HEX triplet: 0E, 3A and 2A. RGB value is (14,58,42). Sum of RGB (Red+Green+Blue) = 14+58+42=114 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.28% from 114); Green value is 58 (23.05% from 255 or 50.88% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 58 - color contains mainly: green. Hex color #0E3A2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3A2A is #F1C5D5. Grayscale: #2B2B2B. Windows color (decimal): -15844822 or 2767374. OLE color: 2767374.
HSL color Cylindrical-coordinate representation of color #0E3A2A: hue angle of 158.18º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0E3A2A is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 14 | 58 | 42 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.77 |
| HSL | 158.18º | 0.61% | 0.14% | - |
| HSV(B) | 158.18º | 0.76% | 0.23% | - |
| XYZ | 2.11 | 3.29 | 2.71 | - |
| YUV | 43.02 | 127.42 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 58 | 42 | 0.76 | 0 | 0.28 | 0.77 | 158.18 | 0.61 | 0.14 |
| Hex | E | 3A | 2A | 4C | 0 | 1C | 4D | 9E | 3D | E |
| Octal | 16 | 72 | 52 | 114 | 0 | 34 | 115 | 236 | 75 | 16 |
| Binary | 1110 | 111010 | 101010 | 1001100 | 0 | 11100 | 1001101 | 10011110 | 111101 | 1110 |
Color Harmonies of #0E3A2A
Complementary color
Monochromatic Colors of #0E3A2A
Black with #0E3A2A
Text Example
Text Example
White with #0E3A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3A2A; }
p { color: rgb(14,58,42); }
H1.HeaderClassName
{
color: #0E3A2A;
}
.AnyTagClassName
{
color: #0E3A2A;
}
</style>
background-color css
<style>
a { background-color: #0E3A2A; }
a { background-color: rgb(14,58,42); }
div.DivClassName
{
background-color: #0E3A2A;
}
.BgClassName
{
background-color: #0E3A2A;
}
</style>
border-color css
<style>
span { border-color: #0E3A2A; }
span { border-color: rgb(14,58,42); }
td.TdClassName
{
border-color: #0E3A2A;
}
.TagClassName
{
border-color: #0E3A2A;
}
</style>