Shades of Dark Green #092C1F
Tints of Dark Green #092C1F
RGB
CMYK
RGB Variations
Color information
#092C1F (or 0x092C1F) is known color: Dark Green. HEX triplet: 09, 2C and 1F. RGB value is (9,44,31). Sum of RGB (Red+Green+Blue) = 9+44+31=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 44 (17.58% from 255 or 52.38% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 44 - color contains mainly: green. Hex color #092C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092C1F is #F6D3E0. Grayscale: #202020. Windows color (decimal): -16176097 or 2042889. OLE color: 2042889.
HSL color Cylindrical-coordinate representation of color #092C1F: hue angle of 157.71º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #092C1F is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 9 | 44 | 31 | - |
| CMYK | 0.80 | 0 | 0.30 | 0.83 |
| HSL | 157.71º | 0.66% | 0.1% | - |
| HSV(B) | 157.71º | 0.8% | 0.17% | - |
| XYZ | 1.26 | 1.96 | 1.61 | - |
| YUV | 32.05 | 127.4 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 44 | 31 | 0.80 | 0 | 0.30 | 0.83 | 157.71 | 0.66 | 0.1 |
| Hex | 9 | 2C | 1F | 50 | 0 | 1E | 53 | 9E | 42 | A |
| Octal | 11 | 54 | 37 | 120 | 0 | 36 | 123 | 236 | 102 | 12 |
| Binary | 1001 | 101100 | 11111 | 1010000 | 0 | 11110 | 1010011 | 10011110 | 1000010 | 1010 |
Color Harmonies of #092C1F
Complementary color
Monochromatic Colors of #092C1F
Black with #092C1F
Text Example
Text Example
White with #092C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092C1F; }
p { color: rgb(9,44,31); }
H1.HeaderClassName
{
color: #092C1F;
}
.AnyTagClassName
{
color: #092C1F;
}
</style>
background-color css
<style>
a { background-color: #092C1F; }
a { background-color: rgb(9,44,31); }
div.DivClassName
{
background-color: #092C1F;
}
.BgClassName
{
background-color: #092C1F;
}
</style>
border-color css
<style>
span { border-color: #092C1F; }
span { border-color: rgb(9,44,31); }
td.TdClassName
{
border-color: #092C1F;
}
.TagClassName
{
border-color: #092C1F;
}
</style>