Shades of Dark Green #092C18
Tints of Dark Green #092C18
RGB
CMYK
RGB Variations
Color information
#092C18 (or 0x092C18) is known color: Dark Green. HEX triplet: 09, 2C and 18. RGB value is (9,44,24). Sum of RGB (Red+Green+Blue) = 9+44+24=77 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.69% from 77); Green value is 44 (17.58% from 255 or 57.14% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 44 - color contains mainly: green. Hex color #092C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092C18 is #F6D3E7. Grayscale: #1F1F1F. Windows color (decimal): -16176104 or 1584137. OLE color: 1584137.
HSL color Cylindrical-coordinate representation of color #092C18: hue angle of 145.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 #092C18 is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 9 | 44 | 24 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.83 |
| HSL | 145.71º | 0.66% | 0.1% | - |
| HSV(B) | 145.71º | 0.8% | 0.17% | - |
| XYZ | 1.18 | 1.93 | 1.17 | - |
| YUV | 31.26 | 123.9 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 44 | 24 | 0.80 | 0 | 0.45 | 0.83 | 145.71 | 0.66 | 0.1 |
| Hex | 9 | 2C | 18 | 50 | 0 | 2D | 53 | 92 | 42 | A |
| Octal | 11 | 54 | 30 | 120 | 0 | 55 | 123 | 222 | 102 | 12 |
| Binary | 1001 | 101100 | 11000 | 1010000 | 0 | 101101 | 1010011 | 10010010 | 1000010 | 1010 |
Color Harmonies of #092C18
Complementary color
Monochromatic Colors of #092C18
Black with #092C18
Text Example
Text Example
White with #092C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092C18; }
p { color: rgb(9,44,24); }
H1.HeaderClassName
{
color: #092C18;
}
.AnyTagClassName
{
color: #092C18;
}
</style>
background-color css
<style>
a { background-color: #092C18; }
a { background-color: rgb(9,44,24); }
div.DivClassName
{
background-color: #092C18;
}
.BgClassName
{
background-color: #092C18;
}
</style>
border-color css
<style>
span { border-color: #092C18; }
span { border-color: rgb(9,44,24); }
td.TdClassName
{
border-color: #092C18;
}
.TagClassName
{
border-color: #092C18;
}
</style>