Shades of Dark Green #09301D
Tints of Dark Green #09301D
RGB
CMYK
RGB Variations
Color information
#09301D (or 0x09301D) is known color: Dark Green. HEX triplet: 09, 30 and 1D. RGB value is (9,48,29). Sum of RGB (Red+Green+Blue) = 9+48+29=86 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.47% from 86); Green value is 48 (19.14% from 255 or 55.81% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 48 - color contains mainly: green. Hex color #09301D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09301D is #F6CFE2. Grayscale: #222222. Windows color (decimal): -16175075 or 1912841. OLE color: 1912841.
HSL color Cylindrical-coordinate representation of color #09301D: hue angle of 150.77º 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 #09301D is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 48 | 29 | - |
| CMYK | 0.81 | 0 | 0.40 | 0.81 |
| HSL | 150.77º | 0.68% | 0.11% | - |
| HSV(B) | 150.77º | 0.81% | 0.19% | - |
| XYZ | 1.39 | 2.26 | 1.53 | - |
| YUV | 34.17 | 125.08 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 48 | 29 | 0.81 | 0 | 0.40 | 0.81 | 150.77 | 0.68 | 0.11 |
| Hex | 9 | 30 | 1D | 51 | 0 | 28 | 51 | 97 | 44 | B |
| Octal | 11 | 60 | 35 | 121 | 0 | 50 | 121 | 227 | 104 | 13 |
| Binary | 1001 | 110000 | 11101 | 1010001 | 0 | 101000 | 1010001 | 10010111 | 1000100 | 1011 |
Color Harmonies of #09301D
Complementary color
Monochromatic Colors of #09301D
Black with #09301D
Text Example
Text Example
White with #09301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09301D; }
p { color: rgb(9,48,29); }
H1.HeaderClassName
{
color: #09301D;
}
.AnyTagClassName
{
color: #09301D;
}
</style>
background-color css
<style>
a { background-color: #09301D; }
a { background-color: rgb(9,48,29); }
div.DivClassName
{
background-color: #09301D;
}
.BgClassName
{
background-color: #09301D;
}
</style>
border-color css
<style>
span { border-color: #09301D; }
span { border-color: rgb(9,48,29); }
td.TdClassName
{
border-color: #09301D;
}
.TagClassName
{
border-color: #09301D;
}
</style>