Shades of Dark Green #0D342C
Tints of Dark Green #0D342C
RGB
CMYK
RGB Variations
Color information
#0D342C (or 0x0D342C) is known color: Dark Green. HEX triplet: 0D, 34 and 2C. RGB value is (13,52,44). Sum of RGB (Red+Green+Blue) = 13+52+44=109 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.93% from 109); Green value is 52 (20.70% from 255 or 47.71% from 109); Blue value is 44 (17.58% from 255 or 40.37% from 109); Max value from RGB is 52 - color contains mainly: green. Hex color #0D342C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D342C is #F2CBD3. Grayscale: #272727. Windows color (decimal): -15911892 or 2896909. OLE color: 2896909.
HSL color Cylindrical-coordinate representation of color #0D342C: hue angle of 167.69º degrees, saturation: 0.6, 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 #0D342C is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 13 | 52 | 44 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.80 |
| HSL | 167.69º | 0.6% | 0.13% | - |
| HSV(B) | 167.69º | 0.75% | 0.2% | - |
| XYZ | 1.85 | 2.72 | 2.81 | - |
| YUV | 39.43 | 130.58 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 52 | 44 | 0.75 | 0 | 0.15 | 0.80 | 167.69 | 0.6 | 0.13 |
| Hex | D | 34 | 2C | 4B | 0 | F | 50 | A8 | 3C | D |
| Octal | 15 | 64 | 54 | 113 | 0 | 17 | 120 | 250 | 74 | 15 |
| Binary | 1101 | 110100 | 101100 | 1001011 | 0 | 1111 | 1010000 | 10101000 | 111100 | 1101 |
Color Harmonies of #0D342C
Complementary color
Monochromatic Colors of #0D342C
Black with #0D342C
Text Example
Text Example
White with #0D342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D342C; }
p { color: rgb(13,52,44); }
H1.HeaderClassName
{
color: #0D342C;
}
.AnyTagClassName
{
color: #0D342C;
}
</style>
background-color css
<style>
a { background-color: #0D342C; }
a { background-color: rgb(13,52,44); }
div.DivClassName
{
background-color: #0D342C;
}
.BgClassName
{
background-color: #0D342C;
}
</style>
border-color css
<style>
span { border-color: #0D342C; }
span { border-color: rgb(13,52,44); }
td.TdClassName
{
border-color: #0D342C;
}
.TagClassName
{
border-color: #0D342C;
}
</style>