Shades of Dark Green #0D3228
Tints of Dark Green #0D3228
RGB
CMYK
RGB Variations
Color information
#0D3228 (or 0x0D3228) is known color: Dark Green. HEX triplet: 0D, 32 and 28. RGB value is (13,50,40). Sum of RGB (Red+Green+Blue) = 13+50+40=103 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.62% from 103); Green value is 50 (19.92% from 255 or 48.54% from 103); Blue value is 40 (16.02% from 255 or 38.83% from 103); Max value from RGB is 50 - color contains mainly: green. Hex color #0D3228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3228 is #F2CDD7. Grayscale: #252525. Windows color (decimal): -15912408 or 2634253. OLE color: 2634253.
HSL color Cylindrical-coordinate representation of color #0D3228: hue angle of 163.78º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0D3228 is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 13 | 50 | 40 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.80 |
| HSL | 163.78º | 0.59% | 0.12% | - |
| HSV(B) | 163.78º | 0.74% | 0.2% | - |
| XYZ | 1.69 | 2.52 | 2.4 | - |
| YUV | 37.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 50 | 40 | 0.74 | 0 | 0.20 | 0.80 | 163.78 | 0.59 | 0.12 |
| Hex | D | 32 | 28 | 4A | 0 | 14 | 50 | A4 | 3B | C |
| Octal | 15 | 62 | 50 | 112 | 0 | 24 | 120 | 244 | 73 | 14 |
| Binary | 1101 | 110010 | 101000 | 1001010 | 0 | 10100 | 1010000 | 10100100 | 111011 | 1100 |
Color Harmonies of #0D3228
Complementary color
Monochromatic Colors of #0D3228
Black with #0D3228
Text Example
Text Example
White with #0D3228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3228; }
p { color: rgb(13,50,40); }
H1.HeaderClassName
{
color: #0D3228;
}
.AnyTagClassName
{
color: #0D3228;
}
</style>
background-color css
<style>
a { background-color: #0D3228; }
a { background-color: rgb(13,50,40); }
div.DivClassName
{
background-color: #0D3228;
}
.BgClassName
{
background-color: #0D3228;
}
</style>
border-color css
<style>
span { border-color: #0D3228; }
span { border-color: rgb(13,50,40); }
td.TdClassName
{
border-color: #0D3228;
}
.TagClassName
{
border-color: #0D3228;
}
</style>