Shades of Dark Green #0D352C
Tints of Dark Green #0D352C
RGB
CMYK
RGB Variations
Color information
#0D352C (or 0x0D352C) is known color: Dark Green. HEX triplet: 0D, 35 and 2C. RGB value is (13,53,44). Sum of RGB (Red+Green+Blue) = 13+53+44=110 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.82% from 110); Green value is 53 (21.09% from 255 or 48.18% from 110); Blue value is 44 (17.58% from 255 or 40% from 110); Max value from RGB is 53 - color contains mainly: green. Hex color #0D352C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D352C is #F2CAD3. Grayscale: #282828. Windows color (decimal): -15911636 or 2897165. OLE color: 2897165.
HSL color Cylindrical-coordinate representation of color #0D352C: hue angle of 166.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D352C is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 13 | 53 | 44 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.79 |
| HSL | 166.5º | 0.61% | 0.13% | - |
| HSV(B) | 166.5º | 0.75% | 0.21% | - |
| XYZ | 1.89 | 2.81 | 2.83 | - |
| YUV | 40.01 | 130.25 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 53 | 44 | 0.75 | 0 | 0.17 | 0.79 | 166.5 | 0.61 | 0.13 |
| Hex | D | 35 | 2C | 4B | 0 | 11 | 4F | A6 | 3D | D |
| Octal | 15 | 65 | 54 | 113 | 0 | 21 | 117 | 246 | 75 | 15 |
| Binary | 1101 | 110101 | 101100 | 1001011 | 0 | 10001 | 1001111 | 10100110 | 111101 | 1101 |
Color Harmonies of #0D352C
Complementary color
Monochromatic Colors of #0D352C
Black with #0D352C
Text Example
Text Example
White with #0D352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D352C; }
p { color: rgb(13,53,44); }
H1.HeaderClassName
{
color: #0D352C;
}
.AnyTagClassName
{
color: #0D352C;
}
</style>
background-color css
<style>
a { background-color: #0D352C; }
a { background-color: rgb(13,53,44); }
div.DivClassName
{
background-color: #0D352C;
}
.BgClassName
{
background-color: #0D352C;
}
</style>
border-color css
<style>
span { border-color: #0D352C; }
span { border-color: rgb(13,53,44); }
td.TdClassName
{
border-color: #0D352C;
}
.TagClassName
{
border-color: #0D352C;
}
</style>