Shades of Dark Green #081C1B
Tints of Dark Green #081C1B
RGB
CMYK
RGB Variations
Color information
#081C1B (or 0x081C1B) is known color: Dark Green. HEX triplet: 08, 1C and 1B. RGB value is (8,28,27). Sum of RGB (Red+Green+Blue) = 8+28+27=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 28 (11.33% from 255 or 44.44% from 63); Blue value is 27 (10.94% from 255 or 42.86% from 63); Max value from RGB is 28 - color contains mainly: green. Hex color #081C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081C1B is #F7E3E4. Grayscale: #151515. Windows color (decimal): -16245733 or 1776648. OLE color: 1776648.
HSL color Cylindrical-coordinate representation of color #081C1B: hue angle of 177º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #081C1B is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 28 | 27 | - |
| CMYK | 0.71 | 0 | 0.04 | 0.89 |
| HSL | 177º | 0.56% | 0.07% | - |
| HSV(B) | 177º | 0.71% | 0.11% | - |
| XYZ | 0.71 | 0.96 | 1.18 | - |
| YUV | 21.91 | 130.87 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 28 | 27 | 0.71 | 0 | 0.04 | 0.89 | 177 | 0.56 | 0.07 |
| Hex | 8 | 1C | 1B | 47 | 0 | 4 | 59 | B1 | 38 | 7 |
| Octal | 10 | 34 | 33 | 107 | 0 | 4 | 131 | 261 | 70 | 7 |
| Binary | 1000 | 11100 | 11011 | 1000111 | 0 | 100 | 1011001 | 10110001 | 111000 | 111 |
Color Harmonies of #081C1B
Complementary color
Monochromatic Colors of #081C1B
Black with #081C1B
Text Example
Text Example
White with #081C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081C1B; }
p { color: rgb(8,28,27); }
H1.HeaderClassName
{
color: #081C1B;
}
.AnyTagClassName
{
color: #081C1B;
}
</style>
background-color css
<style>
a { background-color: #081C1B; }
a { background-color: rgb(8,28,27); }
div.DivClassName
{
background-color: #081C1B;
}
.BgClassName
{
background-color: #081C1B;
}
</style>
border-color css
<style>
span { border-color: #081C1B; }
span { border-color: rgb(8,28,27); }
td.TdClassName
{
border-color: #081C1B;
}
.TagClassName
{
border-color: #081C1B;
}
</style>