Shades of Dark Green #09341D
Tints of Dark Green #09341D
RGB
CMYK
RGB Variations
Color information
#09341D (or 0x09341D) is known color: Dark Green. HEX triplet: 09, 34 and 1D. RGB value is (9,52,29). Sum of RGB (Red+Green+Blue) = 9+52+29=90 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10% from 90); Green value is 52 (20.70% from 255 or 57.78% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 52 - color contains mainly: green. Hex color #09341D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09341D is #F6CBE2. Grayscale: #242424. Windows color (decimal): -16174051 or 1913865. OLE color: 1913865.
HSL color Cylindrical-coordinate representation of color #09341D: hue angle of 147.91º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #09341D is Cyan = 0.83, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 52 | 29 | - |
| CMYK | 0.83 | 0 | 0.44 | 0.80 |
| HSL | 147.91º | 0.7% | 0.12% | - |
| HSV(B) | 147.91º | 0.83% | 0.2% | - |
| XYZ | 1.56 | 2.6 | 1.58 | - |
| YUV | 36.52 | 123.75 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 29 | 0.83 | 0 | 0.44 | 0.80 | 147.91 | 0.7 | 0.12 |
| Hex | 9 | 34 | 1D | 53 | 0 | 2C | 50 | 94 | 46 | C |
| Octal | 11 | 64 | 35 | 123 | 0 | 54 | 120 | 224 | 106 | 14 |
| Binary | 1001 | 110100 | 11101 | 1010011 | 0 | 101100 | 1010000 | 10010100 | 1000110 | 1100 |
Color Harmonies of #09341D
Complementary color
Monochromatic Colors of #09341D
Black with #09341D
Text Example
Text Example
White with #09341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09341D; }
p { color: rgb(9,52,29); }
H1.HeaderClassName
{
color: #09341D;
}
.AnyTagClassName
{
color: #09341D;
}
</style>
background-color css
<style>
a { background-color: #09341D; }
a { background-color: rgb(9,52,29); }
div.DivClassName
{
background-color: #09341D;
}
.BgClassName
{
background-color: #09341D;
}
</style>
border-color css
<style>
span { border-color: #09341D; }
span { border-color: rgb(9,52,29); }
td.TdClassName
{
border-color: #09341D;
}
.TagClassName
{
border-color: #09341D;
}
</style>