Shades of Dark Green #092F1A
Tints of Dark Green #092F1A
RGB
CMYK
RGB Variations
Color information
#092F1A (or 0x092F1A) is known color: Dark Green. HEX triplet: 09, 2F and 1A. RGB value is (9,47,26). Sum of RGB (Red+Green+Blue) = 9+47+26=82 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.98% from 82); Green value is 47 (18.75% from 255 or 57.32% from 82); Blue value is 26 (10.55% from 255 or 31.71% from 82); Max value from RGB is 47 - color contains mainly: green. Hex color #092F1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092F1A is #F6D0E5. Grayscale: #212121. Windows color (decimal): -16175334 or 1715977. OLE color: 1715977.
HSL color Cylindrical-coordinate representation of color #092F1A: hue angle of 146.84º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #092F1A is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 47 | 26 | - |
| CMYK | 0.81 | 0 | 0.45 | 0.82 |
| HSL | 146.84º | 0.68% | 0.11% | - |
| HSV(B) | 146.84º | 0.81% | 0.18% | - |
| XYZ | 1.32 | 2.17 | 1.33 | - |
| YUV | 33.24 | 123.91 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 26 | 0.81 | 0 | 0.45 | 0.82 | 146.84 | 0.68 | 0.11 |
| Hex | 9 | 2F | 1A | 51 | 0 | 2D | 52 | 93 | 44 | B |
| Octal | 11 | 57 | 32 | 121 | 0 | 55 | 122 | 223 | 104 | 13 |
| Binary | 1001 | 101111 | 11010 | 1010001 | 0 | 101101 | 1010010 | 10010011 | 1000100 | 1011 |
Color Harmonies of #092F1A
Complementary color
Monochromatic Colors of #092F1A
Black with #092F1A
Text Example
Text Example
White with #092F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092F1A; }
p { color: rgb(9,47,26); }
H1.HeaderClassName
{
color: #092F1A;
}
.AnyTagClassName
{
color: #092F1A;
}
</style>
background-color css
<style>
a { background-color: #092F1A; }
a { background-color: rgb(9,47,26); }
div.DivClassName
{
background-color: #092F1A;
}
.BgClassName
{
background-color: #092F1A;
}
</style>
border-color css
<style>
span { border-color: #092F1A; }
span { border-color: rgb(9,47,26); }
td.TdClassName
{
border-color: #092F1A;
}
.TagClassName
{
border-color: #092F1A;
}
</style>