Shades of Dark Green #0D2A23
Tints of Dark Green #0D2A23
RGB
CMYK
RGB Variations
Color information
#0D2A23 (or 0x0D2A23) is known color: Dark Green. HEX triplet: 0D, 2A and 23. RGB value is (13,42,35). Sum of RGB (Red+Green+Blue) = 13+42+35=90 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.44% from 90); Green value is 42 (16.80% from 255 or 46.67% from 90); Blue value is 35 (14.06% from 255 or 38.89% from 90); Max value from RGB is 42 - color contains mainly: green. Hex color #0D2A23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2A23 is #F2D5DC. Grayscale: #202020. Windows color (decimal): -15914461 or 2304525. OLE color: 2304525.
HSL color Cylindrical-coordinate representation of color #0D2A23: hue angle of 165.52º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0D2A23 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 13 | 42 | 35 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.84 |
| HSL | 165.52º | 0.53% | 0.11% | - |
| HSV(B) | 165.52º | 0.69% | 0.16% | - |
| XYZ | 1.3 | 1.86 | 1.88 | - |
| YUV | 32.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 42 | 35 | 0.69 | 0 | 0.17 | 0.84 | 165.52 | 0.53 | 0.11 |
| Hex | D | 2A | 23 | 45 | 0 | 11 | 54 | A6 | 35 | B |
| Octal | 15 | 52 | 43 | 105 | 0 | 21 | 124 | 246 | 65 | 13 |
| Binary | 1101 | 101010 | 100011 | 1000101 | 0 | 10001 | 1010100 | 10100110 | 110101 | 1011 |
Color Harmonies of #0D2A23
Complementary color
Monochromatic Colors of #0D2A23
Black with #0D2A23
Text Example
Text Example
White with #0D2A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2A23; }
p { color: rgb(13,42,35); }
H1.HeaderClassName
{
color: #0D2A23;
}
.AnyTagClassName
{
color: #0D2A23;
}
</style>
background-color css
<style>
a { background-color: #0D2A23; }
a { background-color: rgb(13,42,35); }
div.DivClassName
{
background-color: #0D2A23;
}
.BgClassName
{
background-color: #0D2A23;
}
</style>
border-color css
<style>
span { border-color: #0D2A23; }
span { border-color: rgb(13,42,35); }
td.TdClassName
{
border-color: #0D2A23;
}
.TagClassName
{
border-color: #0D2A23;
}
</style>