Shades of Dark Green #09231B
Tints of Dark Green #09231B
RGB
CMYK
RGB Variations
Color information
#09231B (or 0x09231B) is known color: Dark Green. HEX triplet: 09, 23 and 1B. RGB value is (9,35,27). Sum of RGB (Red+Green+Blue) = 9+35+27=71 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.68% from 71); Green value is 35 (14.06% from 255 or 49.30% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 35 - color contains mainly: green. Hex color #09231B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09231B is #F6DCE4. Grayscale: #1A1A1A. Windows color (decimal): -16178405 or 1778441. OLE color: 1778441.
HSL color Cylindrical-coordinate representation of color #09231B: hue angle of 161.54º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #09231B is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 9 | 35 | 27 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.86 |
| HSL | 161.54º | 0.59% | 0.09% | - |
| HSV(B) | 161.54º | 0.74% | 0.14% | - |
| XYZ | 0.91 | 1.34 | 1.25 | - |
| YUV | 26.31 | 128.39 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 35 | 27 | 0.74 | 0 | 0.23 | 0.86 | 161.54 | 0.59 | 0.09 |
| Hex | 9 | 23 | 1B | 4A | 0 | 17 | 56 | A2 | 3B | 9 |
| Octal | 11 | 43 | 33 | 112 | 0 | 27 | 126 | 242 | 73 | 11 |
| Binary | 1001 | 100011 | 11011 | 1001010 | 0 | 10111 | 1010110 | 10100010 | 111011 | 1001 |
Color Harmonies of #09231B
Complementary color
Monochromatic Colors of #09231B
Black with #09231B
Text Example
Text Example
White with #09231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09231B; }
p { color: rgb(9,35,27); }
H1.HeaderClassName
{
color: #09231B;
}
.AnyTagClassName
{
color: #09231B;
}
</style>
background-color css
<style>
a { background-color: #09231B; }
a { background-color: rgb(9,35,27); }
div.DivClassName
{
background-color: #09231B;
}
.BgClassName
{
background-color: #09231B;
}
</style>
border-color css
<style>
span { border-color: #09231B; }
span { border-color: rgb(9,35,27); }
td.TdClassName
{
border-color: #09231B;
}
.TagClassName
{
border-color: #09231B;
}
</style>