Shades of Dark Green #092A18
Tints of Dark Green #092A18
RGB
CMYK
RGB Variations
Color information
#092A18 (or 0x092A18) is known color: Dark Green. HEX triplet: 09, 2A and 18. RGB value is (9,42,24). Sum of RGB (Red+Green+Blue) = 9+42+24=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 42 (16.80% from 255 or 56% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 42 - color contains mainly: green. Hex color #092A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092A18 is #F6D5E7. Grayscale: #1E1E1E. Windows color (decimal): -16176616 or 1583625. OLE color: 1583625.
HSL color Cylindrical-coordinate representation of color #092A18: hue angle of 147.27º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #092A18 is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 9 | 42 | 24 | - |
| CMYK | 0.79 | 0 | 0.43 | 0.84 |
| HSL | 147.27º | 0.65% | 0.1% | - |
| HSV(B) | 147.27º | 0.79% | 0.16% | - |
| XYZ | 1.11 | 1.78 | 1.15 | - |
| YUV | 30.08 | 124.57 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 42 | 24 | 0.79 | 0 | 0.43 | 0.84 | 147.27 | 0.65 | 0.1 |
| Hex | 9 | 2A | 18 | 4F | 0 | 2B | 54 | 93 | 41 | A |
| Octal | 11 | 52 | 30 | 117 | 0 | 53 | 124 | 223 | 101 | 12 |
| Binary | 1001 | 101010 | 11000 | 1001111 | 0 | 101011 | 1010100 | 10010011 | 1000001 | 1010 |
Color Harmonies of #092A18
Complementary color
Monochromatic Colors of #092A18
Black with #092A18
Text Example
Text Example
White with #092A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092A18; }
p { color: rgb(9,42,24); }
H1.HeaderClassName
{
color: #092A18;
}
.AnyTagClassName
{
color: #092A18;
}
</style>
background-color css
<style>
a { background-color: #092A18; }
a { background-color: rgb(9,42,24); }
div.DivClassName
{
background-color: #092A18;
}
.BgClassName
{
background-color: #092A18;
}
</style>
border-color css
<style>
span { border-color: #092A18; }
span { border-color: rgb(9,42,24); }
td.TdClassName
{
border-color: #092A18;
}
.TagClassName
{
border-color: #092A18;
}
</style>