Shades of Dark Green #09382B
Tints of Dark Green #09382B
RGB
CMYK
RGB Variations
Color information
#09382B (or 0x09382B) is known color: Dark Green. HEX triplet: 09, 38 and 2B. RGB value is (9,56,43). Sum of RGB (Red+Green+Blue) = 9+56+43=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 56 (22.27% from 255 or 51.85% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 56 - color contains mainly: green. Hex color #09382B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09382B is #F6C7D4. Grayscale: #282828. Windows color (decimal): -16173013 or 2832393. OLE color: 2832393.
HSL color Cylindrical-coordinate representation of color #09382B: hue angle of 163.4º 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 #09382B is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 9 | 56 | 43 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.78 |
| HSL | 163.4º | 0.72% | 0.13% | - |
| HSV(B) | 163.4º | 0.84% | 0.22% | - |
| XYZ | 1.96 | 3.06 | 2.77 | - |
| YUV | 40.47 | 129.43 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 56 | 43 | 0.84 | 0 | 0.23 | 0.78 | 163.4 | 0.72 | 0.13 |
| Hex | 9 | 38 | 2B | 54 | 0 | 17 | 4E | A3 | 48 | D |
| Octal | 11 | 70 | 53 | 124 | 0 | 27 | 116 | 243 | 110 | 15 |
| Binary | 1001 | 111000 | 101011 | 1010100 | 0 | 10111 | 1001110 | 10100011 | 1001000 | 1101 |
Color Harmonies of #09382B
Complementary color
Monochromatic Colors of #09382B
Black with #09382B
Text Example
Text Example
White with #09382B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09382B; }
p { color: rgb(9,56,43); }
H1.HeaderClassName
{
color: #09382B;
}
.AnyTagClassName
{
color: #09382B;
}
</style>
background-color css
<style>
a { background-color: #09382B; }
a { background-color: rgb(9,56,43); }
div.DivClassName
{
background-color: #09382B;
}
.BgClassName
{
background-color: #09382B;
}
</style>
border-color css
<style>
span { border-color: #09382B; }
span { border-color: rgb(9,56,43); }
td.TdClassName
{
border-color: #09382B;
}
.TagClassName
{
border-color: #09382B;
}
</style>