Shades of Dark Green #092013
Tints of Dark Green #092013
RGB
CMYK
RGB Variations
Color information
#092013 (or 0x092013) is known color: Dark Green. HEX triplet: 09, 20 and 13. RGB value is (9,32,19). Sum of RGB (Red+Green+Blue) = 9+32+19=60 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15% from 60); Green value is 32 (12.89% from 255 or 53.33% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 32 - color contains mainly: green. Hex color #092013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092013 is #F6DFEC. Grayscale: #171717. Windows color (decimal): -16179181 or 1253385. OLE color: 1253385.
HSL color Cylindrical-coordinate representation of color #092013: hue angle of 146.09º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #092013 is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 9 | 32 | 19 | - |
| CMYK | 0.72 | 0 | 0.41 | 0.87 |
| HSL | 146.09º | 0.56% | 0.08% | - |
| HSV(B) | 146.09º | 0.72% | 0.13% | - |
| XYZ | 0.75 | 1.14 | 0.8 | - |
| YUV | 23.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 32 | 19 | 0.72 | 0 | 0.41 | 0.87 | 146.09 | 0.56 | 0.08 |
| Hex | 9 | 20 | 13 | 48 | 0 | 29 | 57 | 92 | 38 | 8 |
| Octal | 11 | 40 | 23 | 110 | 0 | 51 | 127 | 222 | 70 | 10 |
| Binary | 1001 | 100000 | 10011 | 1001000 | 0 | 101001 | 1010111 | 10010010 | 111000 | 1000 |
Color Harmonies of #092013
Complementary color
Monochromatic Colors of #092013
Black with #092013
Text Example
Text Example
White with #092013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092013; }
p { color: rgb(9,32,19); }
H1.HeaderClassName
{
color: #092013;
}
.AnyTagClassName
{
color: #092013;
}
</style>
background-color css
<style>
a { background-color: #092013; }
a { background-color: rgb(9,32,19); }
div.DivClassName
{
background-color: #092013;
}
.BgClassName
{
background-color: #092013;
}
</style>
border-color css
<style>
span { border-color: #092013; }
span { border-color: rgb(9,32,19); }
td.TdClassName
{
border-color: #092013;
}
.TagClassName
{
border-color: #092013;
}
</style>