Shades of Dark Green #0D332C
Tints of Dark Green #0D332C
RGB
CMYK
RGB Variations
Color information
#0D332C (or 0x0D332C) is known color: Dark Green. HEX triplet: 0D, 33 and 2C. RGB value is (13,51,44). Sum of RGB (Red+Green+Blue) = 13+51+44=108 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.04% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 44 (17.58% from 255 or 40.74% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #0D332C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D332C is #F2CCD3. Grayscale: #262626. Windows color (decimal): -15912148 or 2896653. OLE color: 2896653.
HSL color Cylindrical-coordinate representation of color #0D332C: hue angle of 168.95º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D332C is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 13 | 51 | 44 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.8 |
| HSL | 168.95º | 0.59% | 0.13% | - |
| HSV(B) | 168.95º | 0.75% | 0.2% | - |
| XYZ | 1.8 | 2.64 | 2.8 | - |
| YUV | 38.84 | 130.91 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 51 | 44 | 0.75 | 0 | 0.14 | 0.8 | 168.95 | 0.59 | 0.13 |
| Hex | D | 33 | 2C | 4B | 0 | E | 50 | A9 | 3B | D |
| Octal | 15 | 63 | 54 | 113 | 0 | 16 | 120 | 251 | 73 | 15 |
| Binary | 1101 | 110011 | 101100 | 1001011 | 0 | 1110 | 1010000 | 10101001 | 111011 | 1101 |
Color Harmonies of #0D332C
Complementary color
Monochromatic Colors of #0D332C
Black with #0D332C
Text Example
Text Example
White with #0D332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D332C; }
p { color: rgb(13,51,44); }
H1.HeaderClassName
{
color: #0D332C;
}
.AnyTagClassName
{
color: #0D332C;
}
</style>
background-color css
<style>
a { background-color: #0D332C; }
a { background-color: rgb(13,51,44); }
div.DivClassName
{
background-color: #0D332C;
}
.BgClassName
{
background-color: #0D332C;
}
</style>
border-color css
<style>
span { border-color: #0D332C; }
span { border-color: rgb(13,51,44); }
td.TdClassName
{
border-color: #0D332C;
}
.TagClassName
{
border-color: #0D332C;
}
</style>