Shades of Dark Green #0D2923
Tints of Dark Green #0D2923
RGB
CMYK
RGB Variations
Color information
#0D2923 (or 0x0D2923) is known color: Dark Green. HEX triplet: 0D, 29 and 23. RGB value is (13,41,35). Sum of RGB (Red+Green+Blue) = 13+41+35=89 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.61% from 89); Green value is 41 (16.41% from 255 or 46.07% from 89); Blue value is 35 (14.06% from 255 or 39.33% from 89); Max value from RGB is 41 - color contains mainly: green. Hex color #0D2923 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2923 is #F2D6DC. Grayscale: #1F1F1F. Windows color (decimal): -15914717 or 2304269. OLE color: 2304269.
HSL color Cylindrical-coordinate representation of color #0D2923: hue angle of 167.14º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0D2923 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 13 | 41 | 35 | - |
| CMYK | 0.68 | 0 | 0.15 | 0.84 |
| HSL | 167.14º | 0.52% | 0.11% | - |
| HSV(B) | 167.14º | 0.68% | 0.16% | - |
| XYZ | 1.26 | 1.79 | 1.87 | - |
| YUV | 31.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 41 | 35 | 0.68 | 0 | 0.15 | 0.84 | 167.14 | 0.52 | 0.11 |
| Hex | D | 29 | 23 | 44 | 0 | F | 54 | A7 | 34 | B |
| Octal | 15 | 51 | 43 | 104 | 0 | 17 | 124 | 247 | 64 | 13 |
| Binary | 1101 | 101001 | 100011 | 1000100 | 0 | 1111 | 1010100 | 10100111 | 110100 | 1011 |
Color Harmonies of #0D2923
Complementary color
Monochromatic Colors of #0D2923
Black with #0D2923
Text Example
Text Example
White with #0D2923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2923; }
p { color: rgb(13,41,35); }
H1.HeaderClassName
{
color: #0D2923;
}
.AnyTagClassName
{
color: #0D2923;
}
</style>
background-color css
<style>
a { background-color: #0D2923; }
a { background-color: rgb(13,41,35); }
div.DivClassName
{
background-color: #0D2923;
}
.BgClassName
{
background-color: #0D2923;
}
</style>
border-color css
<style>
span { border-color: #0D2923; }
span { border-color: rgb(13,41,35); }
td.TdClassName
{
border-color: #0D2923;
}
.TagClassName
{
border-color: #0D2923;
}
</style>