Shades of Dark Green #0D271C
Tints of Dark Green #0D271C
RGB
CMYK
RGB Variations
Color information
#0D271C (or 0x0D271C) is known color: Dark Green. HEX triplet: 0D, 27 and 1C. RGB value is (13,39,28). Sum of RGB (Red+Green+Blue) = 13+39+28=80 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.25% from 80); Green value is 39 (15.62% from 255 or 48.75% from 80); Blue value is 28 (11.33% from 255 or 35% from 80); Max value from RGB is 39 - color contains mainly: green. Hex color #0D271C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D271C is #F2D8E3. Grayscale: #1D1D1D. Windows color (decimal): -15915236 or 1845005. OLE color: 1845005.
HSL color Cylindrical-coordinate representation of color #0D271C: hue angle of 154.62º 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 #0D271C is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 39 | 28 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.85 |
| HSL | 154.62º | 0.5% | 0.1% | - |
| HSV(B) | 154.62º | 0.67% | 0.15% | - |
| XYZ | 1.1 | 1.62 | 1.35 | - |
| YUV | 29.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 39 | 28 | 0.67 | 0 | 0.28 | 0.85 | 154.62 | 0.5 | 0.1 |
| Hex | D | 27 | 1C | 43 | 0 | 1C | 55 | 9B | 32 | A |
| Octal | 15 | 47 | 34 | 103 | 0 | 34 | 125 | 233 | 62 | 12 |
| Binary | 1101 | 100111 | 11100 | 1000011 | 0 | 11100 | 1010101 | 10011011 | 110010 | 1010 |
Color Harmonies of #0D271C
Complementary color
Monochromatic Colors of #0D271C
Black with #0D271C
Text Example
Text Example
White with #0D271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D271C; }
p { color: rgb(13,39,28); }
H1.HeaderClassName
{
color: #0D271C;
}
.AnyTagClassName
{
color: #0D271C;
}
</style>
background-color css
<style>
a { background-color: #0D271C; }
a { background-color: rgb(13,39,28); }
div.DivClassName
{
background-color: #0D271C;
}
.BgClassName
{
background-color: #0D271C;
}
</style>
border-color css
<style>
span { border-color: #0D271C; }
span { border-color: rgb(13,39,28); }
td.TdClassName
{
border-color: #0D271C;
}
.TagClassName
{
border-color: #0D271C;
}
</style>