Shades of Dark Green #132821
Tints of Dark Green #132821
RGB
CMYK
RGB Variations
Color information
#132821 (or 0x132821) is known color: Dark Green. HEX triplet: 13, 28 and 21. RGB value is (19,40,33). Sum of RGB (Red+Green+Blue) = 19+40+33=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 40 (16.02% from 255 or 43.48% from 92); Blue value is 33 (13.28% from 255 or 35.87% from 92); Max value from RGB is 40 - color contains mainly: green. Hex color #132821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132821 is #ECD7DE. Grayscale: #202020. Windows color (decimal): -15521759 or 2172947. OLE color: 2172947.
HSL color Cylindrical-coordinate representation of color #132821: hue angle of 160º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #132821 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 40 | 33 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.84 |
| HSL | 160º | 0.36% | 0.12% | - |
| HSV(B) | 160º | 0.53% | 0.16% | - |
| XYZ | 1.3 | 1.77 | 1.71 | - |
| YUV | 32.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 40 | 33 | 0.52 | 0 | 0.17 | 0.84 | 160 | 0.36 | 0.12 |
| Hex | 13 | 28 | 21 | 34 | 0 | 11 | 54 | A0 | 24 | C |
| Octal | 23 | 50 | 41 | 64 | 0 | 21 | 124 | 240 | 44 | 14 |
| Binary | 10011 | 101000 | 100001 | 110100 | 0 | 10001 | 1010100 | 10100000 | 100100 | 1100 |
Color Harmonies of #132821
Complementary color
Monochromatic Colors of #132821
Black with #132821
Text Example
Text Example
White with #132821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132821; }
p { color: rgb(19,40,33); }
H1.HeaderClassName
{
color: #132821;
}
.AnyTagClassName
{
color: #132821;
}
</style>
background-color css
<style>
a { background-color: #132821; }
a { background-color: rgb(19,40,33); }
div.DivClassName
{
background-color: #132821;
}
.BgClassName
{
background-color: #132821;
}
</style>
border-color css
<style>
span { border-color: #132821; }
span { border-color: rgb(19,40,33); }
td.TdClassName
{
border-color: #132821;
}
.TagClassName
{
border-color: #132821;
}
</style>