Shades of Dark Green #0D382A
Tints of Dark Green #0D382A
RGB
CMYK
RGB Variations
Color information
#0D382A (or 0x0D382A) is known color: Dark Green. HEX triplet: 0D, 38 and 2A. RGB value is (13,56,42). Sum of RGB (Red+Green+Blue) = 13+56+42=111 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.71% from 111); Green value is 56 (22.27% from 255 or 50.45% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 56 - color contains mainly: green. Hex color #0D382A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D382A is #F2C7D5. Grayscale: #292929. Windows color (decimal): -15910870 or 2766861. OLE color: 2766861.
HSL color Cylindrical-coordinate representation of color #0D382A: hue angle of 160.47º 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 #0D382A is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 56 | 42 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.78 |
| HSL | 160.47º | 0.62% | 0.14% | - |
| HSV(B) | 160.47º | 0.77% | 0.22% | - |
| XYZ | 2 | 3.08 | 2.68 | - |
| YUV | 41.55 | 128.25 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 56 | 42 | 0.77 | 0 | 0.25 | 0.78 | 160.47 | 0.62 | 0.14 |
| Hex | D | 38 | 2A | 4D | 0 | 19 | 4E | A0 | 3E | E |
| Octal | 15 | 70 | 52 | 115 | 0 | 31 | 116 | 240 | 76 | 16 |
| Binary | 1101 | 111000 | 101010 | 1001101 | 0 | 11001 | 1001110 | 10100000 | 111110 | 1110 |
Color Harmonies of #0D382A
Complementary color
Monochromatic Colors of #0D382A
Black with #0D382A
Text Example
Text Example
White with #0D382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D382A; }
p { color: rgb(13,56,42); }
H1.HeaderClassName
{
color: #0D382A;
}
.AnyTagClassName
{
color: #0D382A;
}
</style>
background-color css
<style>
a { background-color: #0D382A; }
a { background-color: rgb(13,56,42); }
div.DivClassName
{
background-color: #0D382A;
}
.BgClassName
{
background-color: #0D382A;
}
</style>
border-color css
<style>
span { border-color: #0D382A; }
span { border-color: rgb(13,56,42); }
td.TdClassName
{
border-color: #0D382A;
}
.TagClassName
{
border-color: #0D382A;
}
</style>