Shades of Dark Green #0D211E
Tints of Dark Green #0D211E
RGB
CMYK
RGB Variations
Color information
#0D211E (or 0x0D211E) is known color: Dark Green. HEX triplet: 0D, 21 and 1E. RGB value is (13,33,30). Sum of RGB (Red+Green+Blue) = 13+33+30=76 (10% of max value = 765). Red value is 13 (5.47% from 255 or 17.11% from 76); Green value is 33 (13.28% from 255 or 43.42% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 33 - color contains mainly: green. Hex color #0D211E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D211E is #F2DEE1. Grayscale: #1A1A1A. Windows color (decimal): -15916770 or 1974541. OLE color: 1974541.
HSL color Cylindrical-coordinate representation of color #0D211E: hue angle of 171º 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 #0D211E is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 13 | 33 | 30 | - |
| CMYK | 0.61 | 0 | 0.09 | 0.87 |
| HSL | 171º | 0.43% | 0.09% | - |
| HSV(B) | 171º | 0.61% | 0.13% | - |
| XYZ | 0.94 | 1.27 | 1.42 | - |
| YUV | 26.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 33 | 30 | 0.61 | 0 | 0.09 | 0.87 | 171 | 0.43 | 0.09 |
| Hex | D | 21 | 1E | 3D | 0 | 9 | 57 | AB | 2B | 9 |
| Octal | 15 | 41 | 36 | 75 | 0 | 11 | 127 | 253 | 53 | 11 |
| Binary | 1101 | 100001 | 11110 | 111101 | 0 | 1001 | 1010111 | 10101011 | 101011 | 1001 |
Color Harmonies of #0D211E
Complementary color
Monochromatic Colors of #0D211E
Black with #0D211E
Text Example
Text Example
White with #0D211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D211E; }
p { color: rgb(13,33,30); }
H1.HeaderClassName
{
color: #0D211E;
}
.AnyTagClassName
{
color: #0D211E;
}
</style>
background-color css
<style>
a { background-color: #0D211E; }
a { background-color: rgb(13,33,30); }
div.DivClassName
{
background-color: #0D211E;
}
.BgClassName
{
background-color: #0D211E;
}
</style>
border-color css
<style>
span { border-color: #0D211E; }
span { border-color: rgb(13,33,30); }
td.TdClassName
{
border-color: #0D211E;
}
.TagClassName
{
border-color: #0D211E;
}
</style>