Shades of Dark Green #08341B
Tints of Dark Green #08341B
RGB
CMYK
RGB Variations
Color information
#08341B (or 0x08341B) is known color: Dark Green. HEX triplet: 08, 34 and 1B. RGB value is (8,52,27). Sum of RGB (Red+Green+Blue) = 8+52+27=87 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.20% from 87); Green value is 52 (20.70% from 255 or 59.77% from 87); Blue value is 27 (10.94% from 255 or 31.03% from 87); Max value from RGB is 52 - color contains mainly: green. Hex color #08341B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08341B is #F7CBE4. Grayscale: #242424. Windows color (decimal): -16239589 or 1782792. OLE color: 1782792.
HSL color Cylindrical-coordinate representation of color #08341B: hue angle of 145.91º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #08341B is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 8 | 52 | 27 | - |
| CMYK | 0.85 | 0 | 0.48 | 0.80 |
| HSL | 145.91º | 0.73% | 0.12% | - |
| HSV(B) | 145.91º | 0.85% | 0.2% | - |
| XYZ | 1.53 | 2.59 | 1.46 | - |
| YUV | 35.99 | 122.92 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 52 | 27 | 0.85 | 0 | 0.48 | 0.80 | 145.91 | 0.73 | 0.12 |
| Hex | 8 | 34 | 1B | 55 | 0 | 30 | 50 | 92 | 49 | C |
| Octal | 10 | 64 | 33 | 125 | 0 | 60 | 120 | 222 | 111 | 14 |
| Binary | 1000 | 110100 | 11011 | 1010101 | 0 | 110000 | 1010000 | 10010010 | 1001001 | 1100 |
Color Harmonies of #08341B
Complementary color
Monochromatic Colors of #08341B
Black with #08341B
Text Example
Text Example
White with #08341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08341B; }
p { color: rgb(8,52,27); }
H1.HeaderClassName
{
color: #08341B;
}
.AnyTagClassName
{
color: #08341B;
}
</style>
background-color css
<style>
a { background-color: #08341B; }
a { background-color: rgb(8,52,27); }
div.DivClassName
{
background-color: #08341B;
}
.BgClassName
{
background-color: #08341B;
}
</style>
border-color css
<style>
span { border-color: #08341B; }
span { border-color: rgb(8,52,27); }
td.TdClassName
{
border-color: #08341B;
}
.TagClassName
{
border-color: #08341B;
}
</style>