Shades of Dark Green #09382D
Tints of Dark Green #09382D
RGB
CMYK
RGB Variations
Color information
#09382D (or 0x09382D) is known color: Dark Green. HEX triplet: 09, 38 and 2D. RGB value is (9,56,45). Sum of RGB (Red+Green+Blue) = 9+56+45=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 56 (22.27% from 255 or 50.91% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 56 - color contains mainly: green. Hex color #09382D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09382D is #F6C7D2. Grayscale: #282828. Windows color (decimal): -16173011 or 2963465. OLE color: 2963465.
HSL color Cylindrical-coordinate representation of color #09382D: hue angle of 165.96º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #09382D is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 9 | 56 | 45 | - |
| CMYK | 0.84 | 0 | 0.20 | 0.78 |
| HSL | 165.96º | 0.72% | 0.13% | - |
| HSV(B) | 165.96º | 0.84% | 0.22% | - |
| XYZ | 2 | 3.08 | 2.97 | - |
| YUV | 40.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 56 | 45 | 0.84 | 0 | 0.20 | 0.78 | 165.96 | 0.72 | 0.13 |
| Hex | 9 | 38 | 2D | 54 | 0 | 14 | 4E | A6 | 48 | D |
| Octal | 11 | 70 | 55 | 124 | 0 | 24 | 116 | 246 | 110 | 15 |
| Binary | 1001 | 111000 | 101101 | 1010100 | 0 | 10100 | 1001110 | 10100110 | 1001000 | 1101 |
Color Harmonies of #09382D
Complementary color
Monochromatic Colors of #09382D
Black with #09382D
Text Example
Text Example
White with #09382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09382D; }
p { color: rgb(9,56,45); }
H1.HeaderClassName
{
color: #09382D;
}
.AnyTagClassName
{
color: #09382D;
}
</style>
background-color css
<style>
a { background-color: #09382D; }
a { background-color: rgb(9,56,45); }
div.DivClassName
{
background-color: #09382D;
}
.BgClassName
{
background-color: #09382D;
}
</style>
border-color css
<style>
span { border-color: #09382D; }
span { border-color: rgb(9,56,45); }
td.TdClassName
{
border-color: #09382D;
}
.TagClassName
{
border-color: #09382D;
}
</style>