Shades of Dark Green #0D2823
Tints of Dark Green #0D2823
RGB
CMYK
RGB Variations
Color information
#0D2823 (or 0x0D2823) is known color: Dark Green. HEX triplet: 0D, 28 and 23. RGB value is (13,40,35). Sum of RGB (Red+Green+Blue) = 13+40+35=88 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.77% from 88); Green value is 40 (16.02% from 255 or 45.45% from 88); Blue value is 35 (14.06% from 255 or 39.77% from 88); Max value from RGB is 40 - color contains mainly: green. Hex color #0D2823 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2823 is #F2D7DC. Grayscale: #1F1F1F. Windows color (decimal): -15914973 or 2304013. OLE color: 2304013.
HSL color Cylindrical-coordinate representation of color #0D2823: hue angle of 168.89º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0D2823 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 13 | 40 | 35 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.84 |
| HSL | 168.89º | 0.51% | 0.1% | - |
| HSV(B) | 168.89º | 0.68% | 0.16% | - |
| XYZ | 1.23 | 1.72 | 1.86 | - |
| YUV | 31.36 | 130.05 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 40 | 35 | 0.67 | 0 | 0.12 | 0.84 | 168.89 | 0.51 | 0.1 |
| Hex | D | 28 | 23 | 43 | 0 | C | 54 | A9 | 33 | A |
| Octal | 15 | 50 | 43 | 103 | 0 | 14 | 124 | 251 | 63 | 12 |
| Binary | 1101 | 101000 | 100011 | 1000011 | 0 | 1100 | 1010100 | 10101001 | 110011 | 1010 |
Color Harmonies of #0D2823
Complementary color
Monochromatic Colors of #0D2823
Black with #0D2823
Text Example
Text Example
White with #0D2823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2823; }
p { color: rgb(13,40,35); }
H1.HeaderClassName
{
color: #0D2823;
}
.AnyTagClassName
{
color: #0D2823;
}
</style>
background-color css
<style>
a { background-color: #0D2823; }
a { background-color: rgb(13,40,35); }
div.DivClassName
{
background-color: #0D2823;
}
.BgClassName
{
background-color: #0D2823;
}
</style>
border-color css
<style>
span { border-color: #0D2823; }
span { border-color: rgb(13,40,35); }
td.TdClassName
{
border-color: #0D2823;
}
.TagClassName
{
border-color: #0D2823;
}
</style>