Shades of Dark Green #13231D
Tints of Dark Green #13231D
RGB
CMYK
RGB Variations
Color information
#13231D (or 0x13231D) is known color: Dark Green. HEX triplet: 13, 23 and 1D. RGB value is (19,35,29). Sum of RGB (Red+Green+Blue) = 19+35+29=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 35 (14.06% from 255 or 42.17% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 35 - color contains mainly: green. Hex color #13231D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13231D is #ECDCE2. Grayscale: #1D1D1D. Windows color (decimal): -15523043 or 1909523. OLE color: 1909523.
HSL color Cylindrical-coordinate representation of color #13231D: hue angle of 157.5º 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 #13231D is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 35 | 29 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.86 |
| HSL | 157.5º | 0.3% | 0.11% | - |
| HSV(B) | 157.5º | 0.46% | 0.14% | - |
| XYZ | 1.09 | 1.43 | 1.38 | - |
| YUV | 29.53 | 127.7 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 29 | 0.46 | 0 | 0.17 | 0.86 | 157.5 | 0.3 | 0.11 |
| Hex | 13 | 23 | 1D | 2E | 0 | 11 | 56 | 9E | 1E | B |
| Octal | 23 | 43 | 35 | 56 | 0 | 21 | 126 | 236 | 36 | 13 |
| Binary | 10011 | 100011 | 11101 | 101110 | 0 | 10001 | 1010110 | 10011110 | 11110 | 1011 |
Color Harmonies of #13231D
Complementary color
Monochromatic Colors of #13231D
Black with #13231D
Text Example
Text Example
White with #13231D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13231D; }
p { color: rgb(19,35,29); }
H1.HeaderClassName
{
color: #13231D;
}
.AnyTagClassName
{
color: #13231D;
}
</style>
background-color css
<style>
a { background-color: #13231D; }
a { background-color: rgb(19,35,29); }
div.DivClassName
{
background-color: #13231D;
}
.BgClassName
{
background-color: #13231D;
}
</style>
border-color css
<style>
span { border-color: #13231D; }
span { border-color: rgb(19,35,29); }
td.TdClassName
{
border-color: #13231D;
}
.TagClassName
{
border-color: #13231D;
}
</style>