Shades of Dark Green #0D231B
Tints of Dark Green #0D231B
RGB
CMYK
RGB Variations
Color information
#0D231B (or 0x0D231B) is known color: Dark Green. HEX triplet: 0D, 23 and 1B. RGB value is (13,35,27). Sum of RGB (Red+Green+Blue) = 13+35+27=75 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.33% from 75); Green value is 35 (14.06% from 255 or 46.67% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 35 - color contains mainly: green. Hex color #0D231B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D231B is #F2DCE4. Grayscale: #1B1B1B. Windows color (decimal): -15916261 or 1778445. OLE color: 1778445.
HSL color Cylindrical-coordinate representation of color #0D231B: hue angle of 158.18º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0D231B is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 13 | 35 | 27 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.86 |
| HSL | 158.18º | 0.46% | 0.09% | - |
| HSV(B) | 158.18º | 0.63% | 0.14% | - |
| XYZ | 0.96 | 1.37 | 1.25 | - |
| YUV | 27.51 | 127.71 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 35 | 27 | 0.63 | 0 | 0.23 | 0.86 | 158.18 | 0.46 | 0.09 |
| Hex | D | 23 | 1B | 3F | 0 | 17 | 56 | 9E | 2E | 9 |
| Octal | 15 | 43 | 33 | 77 | 0 | 27 | 126 | 236 | 56 | 11 |
| Binary | 1101 | 100011 | 11011 | 111111 | 0 | 10111 | 1010110 | 10011110 | 101110 | 1001 |
Color Harmonies of #0D231B
Complementary color
Monochromatic Colors of #0D231B
Black with #0D231B
Text Example
Text Example
White with #0D231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D231B; }
p { color: rgb(13,35,27); }
H1.HeaderClassName
{
color: #0D231B;
}
.AnyTagClassName
{
color: #0D231B;
}
</style>
background-color css
<style>
a { background-color: #0D231B; }
a { background-color: rgb(13,35,27); }
div.DivClassName
{
background-color: #0D231B;
}
.BgClassName
{
background-color: #0D231B;
}
</style>
border-color css
<style>
span { border-color: #0D231B; }
span { border-color: rgb(13,35,27); }
td.TdClassName
{
border-color: #0D231B;
}
.TagClassName
{
border-color: #0D231B;
}
</style>