Shades of Dark Green #0D211D
Tints of Dark Green #0D211D
RGB
CMYK
RGB Variations
Color information
#0D211D (or 0x0D211D) is known color: Dark Green. HEX triplet: 0D, 21 and 1D. RGB value is (13,33,29). Sum of RGB (Red+Green+Blue) = 13+33+29=75 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.33% from 75); Green value is 33 (13.28% from 255 or 44% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 33 - color contains mainly: green. Hex color #0D211D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D211D is #F2DEE2. Grayscale: #1A1A1A. Windows color (decimal): -15916771 or 1909005. OLE color: 1909005.
HSL color Cylindrical-coordinate representation of color #0D211D: hue angle of 168º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0D211D is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 13 | 33 | 29 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.87 |
| HSL | 168º | 0.43% | 0.09% | - |
| HSV(B) | 168º | 0.61% | 0.13% | - |
| XYZ | 0.93 | 1.26 | 1.36 | - |
| YUV | 26.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 33 | 29 | 0.61 | 0 | 0.12 | 0.87 | 168 | 0.43 | 0.09 |
| Hex | D | 21 | 1D | 3D | 0 | C | 57 | A8 | 2B | 9 |
| Octal | 15 | 41 | 35 | 75 | 0 | 14 | 127 | 250 | 53 | 11 |
| Binary | 1101 | 100001 | 11101 | 111101 | 0 | 1100 | 1010111 | 10101000 | 101011 | 1001 |
Color Harmonies of #0D211D
Complementary color
Monochromatic Colors of #0D211D
Black with #0D211D
Text Example
Text Example
White with #0D211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D211D; }
p { color: rgb(13,33,29); }
H1.HeaderClassName
{
color: #0D211D;
}
.AnyTagClassName
{
color: #0D211D;
}
</style>
background-color css
<style>
a { background-color: #0D211D; }
a { background-color: rgb(13,33,29); }
div.DivClassName
{
background-color: #0D211D;
}
.BgClassName
{
background-color: #0D211D;
}
</style>
border-color css
<style>
span { border-color: #0D211D; }
span { border-color: rgb(13,33,29); }
td.TdClassName
{
border-color: #0D211D;
}
.TagClassName
{
border-color: #0D211D;
}
</style>