Shades of Dark Green #09342A
Tints of Dark Green #09342A
RGB
CMYK
RGB Variations
Color information
#09342A (or 0x09342A) is known color: Dark Green. HEX triplet: 09, 34 and 2A. RGB value is (9,52,42). Sum of RGB (Red+Green+Blue) = 9+52+42=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 52 (20.70% from 255 or 50.49% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 52 - color contains mainly: green. Hex color #09342A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09342A is #F6CBD5. Grayscale: #262626. Windows color (decimal): -16174038 or 2765833. OLE color: 2765833.
HSL color Cylindrical-coordinate representation of color #09342A: hue angle of 166.05º 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 #09342A is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 52 | 42 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.80 |
| HSL | 166.05º | 0.7% | 0.12% | - |
| HSV(B) | 166.05º | 0.83% | 0.2% | - |
| XYZ | 1.76 | 2.68 | 2.62 | - |
| YUV | 38 | 130.25 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 42 | 0.83 | 0 | 0.19 | 0.80 | 166.05 | 0.7 | 0.12 |
| Hex | 9 | 34 | 2A | 53 | 0 | 13 | 50 | A6 | 46 | C |
| Octal | 11 | 64 | 52 | 123 | 0 | 23 | 120 | 246 | 106 | 14 |
| Binary | 1001 | 110100 | 101010 | 1010011 | 0 | 10011 | 1010000 | 10100110 | 1000110 | 1100 |
Color Harmonies of #09342A
Complementary color
Monochromatic Colors of #09342A
Black with #09342A
Text Example
Text Example
White with #09342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09342A; }
p { color: rgb(9,52,42); }
H1.HeaderClassName
{
color: #09342A;
}
.AnyTagClassName
{
color: #09342A;
}
</style>
background-color css
<style>
a { background-color: #09342A; }
a { background-color: rgb(9,52,42); }
div.DivClassName
{
background-color: #09342A;
}
.BgClassName
{
background-color: #09342A;
}
</style>
border-color css
<style>
span { border-color: #09342A; }
span { border-color: rgb(9,52,42); }
td.TdClassName
{
border-color: #09342A;
}
.TagClassName
{
border-color: #09342A;
}
</style>