Shades of Dark Green #13211D
Tints of Dark Green #13211D
RGB
CMYK
RGB Variations
Color information
#13211D (or 0x13211D) is known color: Dark Green. HEX triplet: 13, 21 and 1D. RGB value is (19,33,29). Sum of RGB (Red+Green+Blue) = 19+33+29=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 33 (13.28% from 255 or 40.74% from 81); Blue value is 29 (11.72% from 255 or 35.80% from 81); Max value from RGB is 33 - color contains mainly: green. Hex color #13211D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13211D is #ECDEE2. Grayscale: #1C1C1C. Windows color (decimal): -15523555 or 1909011. OLE color: 1909011.
HSL color Cylindrical-coordinate representation of color #13211D: hue angle of 162.86º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #13211D is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 33 | 29 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.87 |
| HSL | 162.86º | 0.27% | 0.1% | - |
| HSV(B) | 162.86º | 0.42% | 0.13% | - |
| XYZ | 1.03 | 1.31 | 1.36 | - |
| YUV | 28.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 33 | 29 | 0.42 | 0 | 0.12 | 0.87 | 162.86 | 0.27 | 0.1 |
| Hex | 13 | 21 | 1D | 2A | 0 | C | 57 | A3 | 1B | A |
| Octal | 23 | 41 | 35 | 52 | 0 | 14 | 127 | 243 | 33 | 12 |
| Binary | 10011 | 100001 | 11101 | 101010 | 0 | 1100 | 1010111 | 10100011 | 11011 | 1010 |
Color Harmonies of #13211D
Complementary color
Monochromatic Colors of #13211D
Black with #13211D
Text Example
Text Example
White with #13211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13211D; }
p { color: rgb(19,33,29); }
H1.HeaderClassName
{
color: #13211D;
}
.AnyTagClassName
{
color: #13211D;
}
</style>
background-color css
<style>
a { background-color: #13211D; }
a { background-color: rgb(19,33,29); }
div.DivClassName
{
background-color: #13211D;
}
.BgClassName
{
background-color: #13211D;
}
</style>
border-color css
<style>
span { border-color: #13211D; }
span { border-color: rgb(19,33,29); }
td.TdClassName
{
border-color: #13211D;
}
.TagClassName
{
border-color: #13211D;
}
</style>