Shades of Dark Green #0D211A
Tints of Dark Green #0D211A
RGB
CMYK
RGB Variations
Color information
#0D211A (or 0x0D211A) is known color: Dark Green. HEX triplet: 0D, 21 and 1A. RGB value is (13,33,26). Sum of RGB (Red+Green+Blue) = 13+33+26=72 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.06% from 72); Green value is 33 (13.28% from 255 or 45.83% from 72); Blue value is 26 (10.55% from 255 or 36.11% from 72); Max value from RGB is 33 - color contains mainly: green. Hex color #0D211A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D211A is #F2DEE5. Grayscale: #1A1A1A. Windows color (decimal): -15916774 or 1712397. OLE color: 1712397.
HSL color Cylindrical-coordinate representation of color #0D211A: hue angle of 159º 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 #0D211A is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 13 | 33 | 26 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.87 |
| HSL | 159º | 0.43% | 0.09% | - |
| HSV(B) | 159º | 0.61% | 0.13% | - |
| XYZ | 0.9 | 1.25 | 1.17 | - |
| YUV | 26.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 33 | 26 | 0.61 | 0 | 0.21 | 0.87 | 159 | 0.43 | 0.09 |
| Hex | D | 21 | 1A | 3D | 0 | 15 | 57 | 9F | 2B | 9 |
| Octal | 15 | 41 | 32 | 75 | 0 | 25 | 127 | 237 | 53 | 11 |
| Binary | 1101 | 100001 | 11010 | 111101 | 0 | 10101 | 1010111 | 10011111 | 101011 | 1001 |
Color Harmonies of #0D211A
Complementary color
Monochromatic Colors of #0D211A
Black with #0D211A
Text Example
Text Example
White with #0D211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D211A; }
p { color: rgb(13,33,26); }
H1.HeaderClassName
{
color: #0D211A;
}
.AnyTagClassName
{
color: #0D211A;
}
</style>
background-color css
<style>
a { background-color: #0D211A; }
a { background-color: rgb(13,33,26); }
div.DivClassName
{
background-color: #0D211A;
}
.BgClassName
{
background-color: #0D211A;
}
</style>
border-color css
<style>
span { border-color: #0D211A; }
span { border-color: rgb(13,33,26); }
td.TdClassName
{
border-color: #0D211A;
}
.TagClassName
{
border-color: #0D211A;
}
</style>