Shades of Dark Green #09301B
Tints of Dark Green #09301B
RGB
CMYK
RGB Variations
Color information
#09301B (or 0x09301B) is known color: Dark Green. HEX triplet: 09, 30 and 1B. RGB value is (9,48,27). Sum of RGB (Red+Green+Blue) = 9+48+27=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 48 (19.14% from 255 or 57.14% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 48 - color contains mainly: green. Hex color #09301B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09301B is #F6CFE4. Grayscale: #212121. Windows color (decimal): -16175077 or 1781769. OLE color: 1781769.
HSL color Cylindrical-coordinate representation of color #09301B: hue angle of 147.69º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #09301B is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 48 | 27 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.81 |
| HSL | 147.69º | 0.68% | 0.11% | - |
| HSV(B) | 147.69º | 0.81% | 0.19% | - |
| XYZ | 1.37 | 2.25 | 1.4 | - |
| YUV | 33.95 | 124.08 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 48 | 27 | 0.81 | 0 | 0.44 | 0.81 | 147.69 | 0.68 | 0.11 |
| Hex | 9 | 30 | 1B | 51 | 0 | 2C | 51 | 94 | 44 | B |
| Octal | 11 | 60 | 33 | 121 | 0 | 54 | 121 | 224 | 104 | 13 |
| Binary | 1001 | 110000 | 11011 | 1010001 | 0 | 101100 | 1010001 | 10010100 | 1000100 | 1011 |
Color Harmonies of #09301B
Complementary color
Monochromatic Colors of #09301B
Black with #09301B
Text Example
Text Example
White with #09301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09301B; }
p { color: rgb(9,48,27); }
H1.HeaderClassName
{
color: #09301B;
}
.AnyTagClassName
{
color: #09301B;
}
</style>
background-color css
<style>
a { background-color: #09301B; }
a { background-color: rgb(9,48,27); }
div.DivClassName
{
background-color: #09301B;
}
.BgClassName
{
background-color: #09301B;
}
</style>
border-color css
<style>
span { border-color: #09301B; }
span { border-color: rgb(9,48,27); }
td.TdClassName
{
border-color: #09301B;
}
.TagClassName
{
border-color: #09301B;
}
</style>