Shades of Dark Green #092B1C
Tints of Dark Green #092B1C
RGB
CMYK
RGB Variations
Color information
#092B1C (or 0x092B1C) is known color: Dark Green. HEX triplet: 09, 2B and 1C. RGB value is (9,43,28). Sum of RGB (Red+Green+Blue) = 9+43+28=80 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.25% from 80); Green value is 43 (17.19% from 255 or 53.75% from 80); Blue value is 28 (11.33% from 255 or 35% from 80); Max value from RGB is 43 - color contains mainly: green. Hex color #092B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092B1C is #F6D4E3. Grayscale: #1F1F1F. Windows color (decimal): -16176356 or 1846025. OLE color: 1846025.
HSL color Cylindrical-coordinate representation of color #092B1C: hue angle of 153.53º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #092B1C is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 9 | 43 | 28 | - |
| CMYK | 0.79 | 0 | 0.35 | 0.83 |
| HSL | 153.53º | 0.65% | 0.1% | - |
| HSV(B) | 153.53º | 0.79% | 0.17% | - |
| XYZ | 1.19 | 1.87 | 1.4 | - |
| YUV | 31.12 | 126.24 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 43 | 28 | 0.79 | 0 | 0.35 | 0.83 | 153.53 | 0.65 | 0.1 |
| Hex | 9 | 2B | 1C | 4F | 0 | 23 | 53 | 9A | 41 | A |
| Octal | 11 | 53 | 34 | 117 | 0 | 43 | 123 | 232 | 101 | 12 |
| Binary | 1001 | 101011 | 11100 | 1001111 | 0 | 100011 | 1010011 | 10011010 | 1000001 | 1010 |
Color Harmonies of #092B1C
Complementary color
Monochromatic Colors of #092B1C
Black with #092B1C
Text Example
Text Example
White with #092B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092B1C; }
p { color: rgb(9,43,28); }
H1.HeaderClassName
{
color: #092B1C;
}
.AnyTagClassName
{
color: #092B1C;
}
</style>
background-color css
<style>
a { background-color: #092B1C; }
a { background-color: rgb(9,43,28); }
div.DivClassName
{
background-color: #092B1C;
}
.BgClassName
{
background-color: #092B1C;
}
</style>
border-color css
<style>
span { border-color: #092B1C; }
span { border-color: rgb(9,43,28); }
td.TdClassName
{
border-color: #092B1C;
}
.TagClassName
{
border-color: #092B1C;
}
</style>