Shades of Dark Green #0D201E
Tints of Dark Green #0D201E
RGB
CMYK
RGB Variations
Color information
#0D201E (or 0x0D201E) is known color: Dark Green. HEX triplet: 0D, 20 and 1E. RGB value is (13,32,30). Sum of RGB (Red+Green+Blue) = 13+32+30=75 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.33% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 32 - color contains mainly: green. Hex color #0D201E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D201E is #F2DFE1. Grayscale: #1A1A1A. Windows color (decimal): -15917026 or 1974285. OLE color: 1974285.
HSL color Cylindrical-coordinate representation of color #0D201E: hue angle of 173.68º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0D201E is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 13 | 32 | 30 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.87 |
| HSL | 173.68º | 0.42% | 0.09% | - |
| HSV(B) | 173.68º | 0.59% | 0.13% | - |
| XYZ | 0.92 | 1.21 | 1.41 | - |
| YUV | 26.09 | 130.21 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 32 | 30 | 0.59 | 0 | 0.06 | 0.87 | 173.68 | 0.42 | 0.09 |
| Hex | D | 20 | 1E | 3B | 0 | 6 | 57 | AE | 2A | 9 |
| Octal | 15 | 40 | 36 | 73 | 0 | 6 | 127 | 256 | 52 | 11 |
| Binary | 1101 | 100000 | 11110 | 111011 | 0 | 110 | 1010111 | 10101110 | 101010 | 1001 |
Color Harmonies of #0D201E
Complementary color
Monochromatic Colors of #0D201E
Black with #0D201E
Text Example
Text Example
White with #0D201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D201E; }
p { color: rgb(13,32,30); }
H1.HeaderClassName
{
color: #0D201E;
}
.AnyTagClassName
{
color: #0D201E;
}
</style>
background-color css
<style>
a { background-color: #0D201E; }
a { background-color: rgb(13,32,30); }
div.DivClassName
{
background-color: #0D201E;
}
.BgClassName
{
background-color: #0D201E;
}
</style>
border-color css
<style>
span { border-color: #0D201E; }
span { border-color: rgb(13,32,30); }
td.TdClassName
{
border-color: #0D201E;
}
.TagClassName
{
border-color: #0D201E;
}
</style>