Shades of Dark Green #092518
Tints of Dark Green #092518
RGB
CMYK
RGB Variations
Color information
#092518 (or 0x092518) is known color: Dark Green. HEX triplet: 09, 25 and 18. RGB value is (9,37,24). Sum of RGB (Red+Green+Blue) = 9+37+24=70 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.86% from 70); Green value is 37 (14.84% from 255 or 52.86% from 70); Blue value is 24 (9.77% from 255 or 34.29% from 70); Max value from RGB is 37 - color contains mainly: green. Hex color #092518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092518 is #F6DAE7. Grayscale: #1B1B1B. Windows color (decimal): -16177896 or 1582345. OLE color: 1582345.
HSL color Cylindrical-coordinate representation of color #092518: hue angle of 152.14º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #092518 is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 9 | 37 | 24 | - |
| CMYK | 0.76 | 0 | 0.35 | 0.85 |
| HSL | 152.14º | 0.61% | 0.09% | - |
| HSV(B) | 152.14º | 0.76% | 0.15% | - |
| XYZ | 0.94 | 1.45 | 1.09 | - |
| YUV | 27.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 24 | 0.76 | 0 | 0.35 | 0.85 | 152.14 | 0.61 | 0.09 |
| Hex | 9 | 25 | 18 | 4C | 0 | 23 | 55 | 98 | 3D | 9 |
| Octal | 11 | 45 | 30 | 114 | 0 | 43 | 125 | 230 | 75 | 11 |
| Binary | 1001 | 100101 | 11000 | 1001100 | 0 | 100011 | 1010101 | 10011000 | 111101 | 1001 |
Color Harmonies of #092518
Complementary color
Monochromatic Colors of #092518
Black with #092518
Text Example
Text Example
White with #092518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092518; }
p { color: rgb(9,37,24); }
H1.HeaderClassName
{
color: #092518;
}
.AnyTagClassName
{
color: #092518;
}
</style>
background-color css
<style>
a { background-color: #092518; }
a { background-color: rgb(9,37,24); }
div.DivClassName
{
background-color: #092518;
}
.BgClassName
{
background-color: #092518;
}
</style>
border-color css
<style>
span { border-color: #092518; }
span { border-color: rgb(9,37,24); }
td.TdClassName
{
border-color: #092518;
}
.TagClassName
{
border-color: #092518;
}
</style>