Shades of Dark Green #0E342B
Tints of Dark Green #0E342B
RGB
CMYK
RGB Variations
Color information
#0E342B (or 0x0E342B) is known color: Dark Green. HEX triplet: 0E, 34 and 2B. RGB value is (14,52,43). Sum of RGB (Red+Green+Blue) = 14+52+43=109 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.84% from 109); Green value is 52 (20.70% from 255 or 47.71% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 52 - color contains mainly: green. Hex color #0E342B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E342B is #F1CBD4. Grayscale: #272727. Windows color (decimal): -15846357 or 2831374. OLE color: 2831374.
HSL color Cylindrical-coordinate representation of color #0E342B: hue angle of 165.79º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E342B is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 14 | 52 | 43 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.80 |
| HSL | 165.79º | 0.58% | 0.13% | - |
| HSV(B) | 165.79º | 0.73% | 0.2% | - |
| XYZ | 1.85 | 2.72 | 2.71 | - |
| YUV | 39.61 | 129.91 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 52 | 43 | 0.73 | 0 | 0.17 | 0.80 | 165.79 | 0.58 | 0.13 |
| Hex | E | 34 | 2B | 49 | 0 | 11 | 50 | A6 | 3A | D |
| Octal | 16 | 64 | 53 | 111 | 0 | 21 | 120 | 246 | 72 | 15 |
| Binary | 1110 | 110100 | 101011 | 1001001 | 0 | 10001 | 1010000 | 10100110 | 111010 | 1101 |
Color Harmonies of #0E342B
Complementary color
Monochromatic Colors of #0E342B
Black with #0E342B
Text Example
Text Example
White with #0E342B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E342B; }
p { color: rgb(14,52,43); }
H1.HeaderClassName
{
color: #0E342B;
}
.AnyTagClassName
{
color: #0E342B;
}
</style>
background-color css
<style>
a { background-color: #0E342B; }
a { background-color: rgb(14,52,43); }
div.DivClassName
{
background-color: #0E342B;
}
.BgClassName
{
background-color: #0E342B;
}
</style>
border-color css
<style>
span { border-color: #0E342B; }
span { border-color: rgb(14,52,43); }
td.TdClassName
{
border-color: #0E342B;
}
.TagClassName
{
border-color: #0E342B;
}
</style>