Shades of Dark Green #0D271B
Tints of Dark Green #0D271B
RGB
CMYK
RGB Variations
Color information
#0D271B (or 0x0D271B) is known color: Dark Green. HEX triplet: 0D, 27 and 1B. RGB value is (13,39,27). Sum of RGB (Red+Green+Blue) = 13+39+27=79 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.46% from 79); Green value is 39 (15.62% from 255 or 49.37% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 39 - color contains mainly: green. Hex color #0D271B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D271B is #F2D8E4. Grayscale: #1D1D1D. Windows color (decimal): -15915237 or 1779469. OLE color: 1779469.
HSL color Cylindrical-coordinate representation of color #0D271B: hue angle of 152.31º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0D271B is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 39 | 27 | - |
| CMYK | 0.67 | 0 | 0.31 | 0.85 |
| HSL | 152.31º | 0.5% | 0.1% | - |
| HSV(B) | 152.31º | 0.67% | 0.15% | - |
| XYZ | 1.09 | 1.62 | 1.29 | - |
| YUV | 29.86 | 126.39 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 39 | 27 | 0.67 | 0 | 0.31 | 0.85 | 152.31 | 0.5 | 0.1 |
| Hex | D | 27 | 1B | 43 | 0 | 1F | 55 | 98 | 32 | A |
| Octal | 15 | 47 | 33 | 103 | 0 | 37 | 125 | 230 | 62 | 12 |
| Binary | 1101 | 100111 | 11011 | 1000011 | 0 | 11111 | 1010101 | 10011000 | 110010 | 1010 |
Color Harmonies of #0D271B
Complementary color
Monochromatic Colors of #0D271B
Black with #0D271B
Text Example
Text Example
White with #0D271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D271B; }
p { color: rgb(13,39,27); }
H1.HeaderClassName
{
color: #0D271B;
}
.AnyTagClassName
{
color: #0D271B;
}
</style>
background-color css
<style>
a { background-color: #0D271B; }
a { background-color: rgb(13,39,27); }
div.DivClassName
{
background-color: #0D271B;
}
.BgClassName
{
background-color: #0D271B;
}
</style>
border-color css
<style>
span { border-color: #0D271B; }
span { border-color: rgb(13,39,27); }
td.TdClassName
{
border-color: #0D271B;
}
.TagClassName
{
border-color: #0D271B;
}
</style>