Shades of Dark Green #0E2621
Tints of Dark Green #0E2621
RGB
CMYK
RGB Variations
Color information
#0E2621 (or 0x0E2621) is known color: Dark Green. HEX triplet: 0E, 26 and 21. RGB value is (14,38,33). Sum of RGB (Red+Green+Blue) = 14+38+33=85 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.47% from 85); Green value is 38 (15.23% from 255 or 44.71% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 38 - color contains mainly: green. Hex color #0E2621 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2621 is #F1D9DE. Grayscale: #1E1E1E. Windows color (decimal): -15849951 or 2172430. OLE color: 2172430.
HSL color Cylindrical-coordinate representation of color #0E2621: hue angle of 167.5º degrees, saturation: 0.46, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0E2621 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 14 | 38 | 33 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.85 |
| HSL | 167.5º | 0.46% | 0.1% | - |
| HSV(B) | 167.5º | 0.63% | 0.15% | - |
| XYZ | 1.15 | 1.59 | 1.69 | - |
| YUV | 30.25 | 129.55 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 38 | 33 | 0.63 | 0 | 0.13 | 0.85 | 167.5 | 0.46 | 0.1 |
| Hex | E | 26 | 21 | 3F | 0 | D | 55 | A8 | 2E | A |
| Octal | 16 | 46 | 41 | 77 | 0 | 15 | 125 | 250 | 56 | 12 |
| Binary | 1110 | 100110 | 100001 | 111111 | 0 | 1101 | 1010101 | 10101000 | 101110 | 1010 |
Color Harmonies of #0E2621
Complementary color
Monochromatic Colors of #0E2621
Black with #0E2621
Text Example
Text Example
White with #0E2621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2621; }
p { color: rgb(14,38,33); }
H1.HeaderClassName
{
color: #0E2621;
}
.AnyTagClassName
{
color: #0E2621;
}
</style>
background-color css
<style>
a { background-color: #0E2621; }
a { background-color: rgb(14,38,33); }
div.DivClassName
{
background-color: #0E2621;
}
.BgClassName
{
background-color: #0E2621;
}
</style>
border-color css
<style>
span { border-color: #0E2621; }
span { border-color: rgb(14,38,33); }
td.TdClassName
{
border-color: #0E2621;
}
.TagClassName
{
border-color: #0E2621;
}
</style>