Shades of Dark Green #09342C
Tints of Dark Green #09342C
RGB
CMYK
RGB Variations
Color information
#09342C (or 0x09342C) is known color: Dark Green. HEX triplet: 09, 34 and 2C. RGB value is (9,52,44). Sum of RGB (Red+Green+Blue) = 9+52+44=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 52 (20.70% from 255 or 49.52% from 105); Blue value is 44 (17.58% from 255 or 41.90% from 105); Max value from RGB is 52 - color contains mainly: green. Hex color #09342C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09342C is #F6CBD3. Grayscale: #262626. Windows color (decimal): -16174036 or 2896905. OLE color: 2896905.
HSL color Cylindrical-coordinate representation of color #09342C: hue angle of 168.84º 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 #09342C is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 52 | 44 | - |
| CMYK | 0.83 | 0 | 0.15 | 0.80 |
| HSL | 168.84º | 0.7% | 0.12% | - |
| HSV(B) | 168.84º | 0.83% | 0.2% | - |
| XYZ | 1.8 | 2.7 | 2.81 | - |
| YUV | 38.23 | 131.25 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 44 | 0.83 | 0 | 0.15 | 0.80 | 168.84 | 0.7 | 0.12 |
| Hex | 9 | 34 | 2C | 53 | 0 | F | 50 | A9 | 46 | C |
| Octal | 11 | 64 | 54 | 123 | 0 | 17 | 120 | 251 | 106 | 14 |
| Binary | 1001 | 110100 | 101100 | 1010011 | 0 | 1111 | 1010000 | 10101001 | 1000110 | 1100 |
Color Harmonies of #09342C
Complementary color
Monochromatic Colors of #09342C
Black with #09342C
Text Example
Text Example
White with #09342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09342C; }
p { color: rgb(9,52,44); }
H1.HeaderClassName
{
color: #09342C;
}
.AnyTagClassName
{
color: #09342C;
}
</style>
background-color css
<style>
a { background-color: #09342C; }
a { background-color: rgb(9,52,44); }
div.DivClassName
{
background-color: #09342C;
}
.BgClassName
{
background-color: #09342C;
}
</style>
border-color css
<style>
span { border-color: #09342C; }
span { border-color: rgb(9,52,44); }
td.TdClassName
{
border-color: #09342C;
}
.TagClassName
{
border-color: #09342C;
}
</style>