Shades of Dark Green #13231E
Tints of Dark Green #13231E
RGB
CMYK
RGB Variations
Color information
#13231E (or 0x13231E) is known color: Dark Green. HEX triplet: 13, 23 and 1E. RGB value is (19,35,30). Sum of RGB (Red+Green+Blue) = 19+35+30=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 35 (14.06% from 255 or 41.67% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 35 - color contains mainly: green. Hex color #13231E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13231E is #ECDCE1. Grayscale: #1D1D1D. Windows color (decimal): -15523042 or 1975059. OLE color: 1975059.
HSL color Cylindrical-coordinate representation of color #13231E: hue angle of 161.25º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #13231E is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 35 | 30 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.86 |
| HSL | 161.25º | 0.3% | 0.11% | - |
| HSV(B) | 161.25º | 0.46% | 0.14% | - |
| XYZ | 1.1 | 1.43 | 1.45 | - |
| YUV | 29.65 | 128.2 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 30 | 0.46 | 0 | 0.14 | 0.86 | 161.25 | 0.3 | 0.11 |
| Hex | 13 | 23 | 1E | 2E | 0 | E | 56 | A1 | 1E | B |
| Octal | 23 | 43 | 36 | 56 | 0 | 16 | 126 | 241 | 36 | 13 |
| Binary | 10011 | 100011 | 11110 | 101110 | 0 | 1110 | 1010110 | 10100001 | 11110 | 1011 |
Color Harmonies of #13231E
Complementary color
Monochromatic Colors of #13231E
Black with #13231E
Text Example
Text Example
White with #13231E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13231E; }
p { color: rgb(19,35,30); }
H1.HeaderClassName
{
color: #13231E;
}
.AnyTagClassName
{
color: #13231E;
}
</style>
background-color css
<style>
a { background-color: #13231E; }
a { background-color: rgb(19,35,30); }
div.DivClassName
{
background-color: #13231E;
}
.BgClassName
{
background-color: #13231E;
}
</style>
border-color css
<style>
span { border-color: #13231E; }
span { border-color: rgb(19,35,30); }
td.TdClassName
{
border-color: #13231E;
}
.TagClassName
{
border-color: #13231E;
}
</style>