Shades of Dark Green #14231E
Tints of Dark Green #14231E
RGB
CMYK
RGB Variations
Color information
#14231E (or 0x14231E) is known color: Dark Green. HEX triplet: 14, 23 and 1E. RGB value is (20,35,30). Sum of RGB (Red+Green+Blue) = 20+35+30=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 35 (14.06% from 255 or 41.18% from 85); Blue value is 30 (12.11% from 255 or 35.29% from 85); Max value from RGB is 35 - color contains mainly: green. Hex color #14231E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14231E is #EBDCE1. Grayscale: #1D1D1D. Windows color (decimal): -15457506 or 1975060. OLE color: 1975060.
HSL color Cylindrical-coordinate representation of color #14231E: hue angle of 160º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #14231E is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 20 | 35 | 30 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.86 |
| HSL | 160º | 0.27% | 0.11% | - |
| HSV(B) | 160º | 0.43% | 0.14% | - |
| XYZ | 1.12 | 1.44 | 1.45 | - |
| YUV | 29.95 | 128.03 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 35 | 30 | 0.43 | 0 | 0.14 | 0.86 | 160 | 0.27 | 0.11 |
| Hex | 14 | 23 | 1E | 2B | 0 | E | 56 | A0 | 1B | B |
| Octal | 24 | 43 | 36 | 53 | 0 | 16 | 126 | 240 | 33 | 13 |
| Binary | 10100 | 100011 | 11110 | 101011 | 0 | 1110 | 1010110 | 10100000 | 11011 | 1011 |
Color Harmonies of #14231E
Complementary color
Monochromatic Colors of #14231E
Black with #14231E
Text Example
Text Example
White with #14231E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14231E; }
p { color: rgb(20,35,30); }
H1.HeaderClassName
{
color: #14231E;
}
.AnyTagClassName
{
color: #14231E;
}
</style>
background-color css
<style>
a { background-color: #14231E; }
a { background-color: rgb(20,35,30); }
div.DivClassName
{
background-color: #14231E;
}
.BgClassName
{
background-color: #14231E;
}
</style>
border-color css
<style>
span { border-color: #14231E; }
span { border-color: rgb(20,35,30); }
td.TdClassName
{
border-color: #14231E;
}
.TagClassName
{
border-color: #14231E;
}
</style>