Shades of Dark Green #092114
Tints of Dark Green #092114
RGB
CMYK
RGB Variations
Color information
#092114 (or 0x092114) is known color: Dark Green. HEX triplet: 09, 21 and 14. RGB value is (9,33,20). Sum of RGB (Red+Green+Blue) = 9+33+20=62 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.52% from 62); Green value is 33 (13.28% from 255 or 53.23% from 62); Blue value is 20 (8.20% from 255 or 32.26% from 62); Max value from RGB is 33 - color contains mainly: green. Hex color #092114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092114 is #F6DEEB. Grayscale: #181818. Windows color (decimal): -16178924 or 1319177. OLE color: 1319177.
HSL color Cylindrical-coordinate representation of color #092114: hue angle of 147.5º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #092114 is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 9 | 33 | 20 | - |
| CMYK | 0.73 | 0 | 0.39 | 0.87 |
| HSL | 147.5º | 0.57% | 0.08% | - |
| HSV(B) | 147.5º | 0.73% | 0.13% | - |
| XYZ | 0.78 | 1.2 | 0.85 | - |
| YUV | 24.34 | 125.55 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 33 | 20 | 0.73 | 0 | 0.39 | 0.87 | 147.5 | 0.57 | 0.08 |
| Hex | 9 | 21 | 14 | 49 | 0 | 27 | 57 | 94 | 39 | 8 |
| Octal | 11 | 41 | 24 | 111 | 0 | 47 | 127 | 224 | 71 | 10 |
| Binary | 1001 | 100001 | 10100 | 1001001 | 0 | 100111 | 1010111 | 10010100 | 111001 | 1000 |
Color Harmonies of #092114
Complementary color
Monochromatic Colors of #092114
Black with #092114
Text Example
Text Example
White with #092114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092114; }
p { color: rgb(9,33,20); }
H1.HeaderClassName
{
color: #092114;
}
.AnyTagClassName
{
color: #092114;
}
</style>
background-color css
<style>
a { background-color: #092114; }
a { background-color: rgb(9,33,20); }
div.DivClassName
{
background-color: #092114;
}
.BgClassName
{
background-color: #092114;
}
</style>
border-color css
<style>
span { border-color: #092114; }
span { border-color: rgb(9,33,20); }
td.TdClassName
{
border-color: #092114;
}
.TagClassName
{
border-color: #092114;
}
</style>