Shades of Dark Green #0D3023
Tints of Dark Green #0D3023
RGB
CMYK
RGB Variations
Color information
#0D3023 (or 0x0D3023) is known color: Dark Green. HEX triplet: 0D, 30 and 23. RGB value is (13,48,35). Sum of RGB (Red+Green+Blue) = 13+48+35=96 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.54% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 35 (14.06% from 255 or 36.46% from 96); Max value from RGB is 48 - color contains mainly: green. Hex color #0D3023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3023 is #F2CFDC. Grayscale: #242424. Windows color (decimal): -15912925 or 2306061. OLE color: 2306061.
HSL color Cylindrical-coordinate representation of color #0D3023: hue angle of 157.71º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D3023 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 13 | 48 | 35 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.81 |
| HSL | 157.71º | 0.57% | 0.12% | - |
| HSV(B) | 157.71º | 0.73% | 0.19% | - |
| XYZ | 1.53 | 2.32 | 1.96 | - |
| YUV | 36.05 | 127.4 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 48 | 35 | 0.73 | 0 | 0.27 | 0.81 | 157.71 | 0.57 | 0.12 |
| Hex | D | 30 | 23 | 49 | 0 | 1B | 51 | 9E | 39 | C |
| Octal | 15 | 60 | 43 | 111 | 0 | 33 | 121 | 236 | 71 | 14 |
| Binary | 1101 | 110000 | 100011 | 1001001 | 0 | 11011 | 1010001 | 10011110 | 111001 | 1100 |
Color Harmonies of #0D3023
Complementary color
Monochromatic Colors of #0D3023
Black with #0D3023
Text Example
Text Example
White with #0D3023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3023; }
p { color: rgb(13,48,35); }
H1.HeaderClassName
{
color: #0D3023;
}
.AnyTagClassName
{
color: #0D3023;
}
</style>
background-color css
<style>
a { background-color: #0D3023; }
a { background-color: rgb(13,48,35); }
div.DivClassName
{
background-color: #0D3023;
}
.BgClassName
{
background-color: #0D3023;
}
</style>
border-color css
<style>
span { border-color: #0D3023; }
span { border-color: rgb(13,48,35); }
td.TdClassName
{
border-color: #0D3023;
}
.TagClassName
{
border-color: #0D3023;
}
</style>