Shades of Dark Green #09382F
Tints of Dark Green #09382F
RGB
CMYK
RGB Variations
Color information
#09382F (or 0x09382F) is known color: Dark Green. HEX triplet: 09, 38 and 2F. RGB value is (9,56,47). Sum of RGB (Red+Green+Blue) = 9+56+47=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 56 (22.27% from 255 or 50% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 56 - color contains mainly: green. Hex color #09382F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09382F is #F6C7D0. Grayscale: #282828. Windows color (decimal): -16173009 or 3094537. OLE color: 3094537.
HSL color Cylindrical-coordinate representation of color #09382F: hue angle of 168.51º 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 #09382F is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 9 | 56 | 47 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.78 |
| HSL | 168.51º | 0.72% | 0.13% | - |
| HSV(B) | 168.51º | 0.84% | 0.22% | - |
| XYZ | 2.04 | 3.09 | 3.18 | - |
| YUV | 40.92 | 131.43 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 56 | 47 | 0.84 | 0 | 0.16 | 0.78 | 168.51 | 0.72 | 0.13 |
| Hex | 9 | 38 | 2F | 54 | 0 | 10 | 4E | A9 | 48 | D |
| Octal | 11 | 70 | 57 | 124 | 0 | 20 | 116 | 251 | 110 | 15 |
| Binary | 1001 | 111000 | 101111 | 1010100 | 0 | 10000 | 1001110 | 10101001 | 1001000 | 1101 |
Color Harmonies of #09382F
Complementary color
Monochromatic Colors of #09382F
Black with #09382F
Text Example
Text Example
White with #09382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09382F; }
p { color: rgb(9,56,47); }
H1.HeaderClassName
{
color: #09382F;
}
.AnyTagClassName
{
color: #09382F;
}
</style>
background-color css
<style>
a { background-color: #09382F; }
a { background-color: rgb(9,56,47); }
div.DivClassName
{
background-color: #09382F;
}
.BgClassName
{
background-color: #09382F;
}
</style>
border-color css
<style>
span { border-color: #09382F; }
span { border-color: rgb(9,56,47); }
td.TdClassName
{
border-color: #09382F;
}
.TagClassName
{
border-color: #09382F;
}
</style>