Shades of Dark Green #0D382B
Tints of Dark Green #0D382B
RGB
CMYK
RGB Variations
Color information
#0D382B (or 0x0D382B) is known color: Dark Green. HEX triplet: 0D, 38 and 2B. RGB value is (13,56,43). Sum of RGB (Red+Green+Blue) = 13+56+43=112 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.61% from 112); Green value is 56 (22.27% from 255 or 50% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 56 - color contains mainly: green. Hex color #0D382B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D382B is #F2C7D4. Grayscale: #292929. Windows color (decimal): -15910869 or 2832397. OLE color: 2832397.
HSL color Cylindrical-coordinate representation of color #0D382B: hue angle of 161.86º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D382B is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 56 | 43 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.78 |
| HSL | 161.86º | 0.62% | 0.14% | - |
| HSV(B) | 161.86º | 0.77% | 0.22% | - |
| XYZ | 2.02 | 3.09 | 2.78 | - |
| YUV | 41.66 | 128.75 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 56 | 43 | 0.77 | 0 | 0.23 | 0.78 | 161.86 | 0.62 | 0.14 |
| Hex | D | 38 | 2B | 4D | 0 | 17 | 4E | A2 | 3E | E |
| Octal | 15 | 70 | 53 | 115 | 0 | 27 | 116 | 242 | 76 | 16 |
| Binary | 1101 | 111000 | 101011 | 1001101 | 0 | 10111 | 1001110 | 10100010 | 111110 | 1110 |
Color Harmonies of #0D382B
Complementary color
Monochromatic Colors of #0D382B
Black with #0D382B
Text Example
Text Example
White with #0D382B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D382B; }
p { color: rgb(13,56,43); }
H1.HeaderClassName
{
color: #0D382B;
}
.AnyTagClassName
{
color: #0D382B;
}
</style>
background-color css
<style>
a { background-color: #0D382B; }
a { background-color: rgb(13,56,43); }
div.DivClassName
{
background-color: #0D382B;
}
.BgClassName
{
background-color: #0D382B;
}
</style>
border-color css
<style>
span { border-color: #0D382B; }
span { border-color: rgb(13,56,43); }
td.TdClassName
{
border-color: #0D382B;
}
.TagClassName
{
border-color: #0D382B;
}
</style>