Shades of Dark Green #09382A
Tints of Dark Green #09382A
RGB
CMYK
RGB Variations
Color information
#09382A (or 0x09382A) is known color: Dark Green. HEX triplet: 09, 38 and 2A. RGB value is (9,56,42). Sum of RGB (Red+Green+Blue) = 9+56+42=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 56 (22.27% from 255 or 52.34% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 56 - color contains mainly: green. Hex color #09382A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09382A is #F6C7D5. Grayscale: #282828. Windows color (decimal): -16173014 or 2766857. OLE color: 2766857.
HSL color Cylindrical-coordinate representation of color #09382A: hue angle of 162.13º 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 #09382A is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 9 | 56 | 42 | - |
| CMYK | 0.84 | 0 | 0.25 | 0.78 |
| HSL | 162.13º | 0.72% | 0.13% | - |
| HSV(B) | 162.13º | 0.84% | 0.22% | - |
| XYZ | 1.94 | 3.05 | 2.68 | - |
| YUV | 40.35 | 128.93 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 56 | 42 | 0.84 | 0 | 0.25 | 0.78 | 162.13 | 0.72 | 0.13 |
| Hex | 9 | 38 | 2A | 54 | 0 | 19 | 4E | A2 | 48 | D |
| Octal | 11 | 70 | 52 | 124 | 0 | 31 | 116 | 242 | 110 | 15 |
| Binary | 1001 | 111000 | 101010 | 1010100 | 0 | 11001 | 1001110 | 10100010 | 1001000 | 1101 |
Color Harmonies of #09382A
Complementary color
Monochromatic Colors of #09382A
Black with #09382A
Text Example
Text Example
White with #09382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09382A; }
p { color: rgb(9,56,42); }
H1.HeaderClassName
{
color: #09382A;
}
.AnyTagClassName
{
color: #09382A;
}
</style>
background-color css
<style>
a { background-color: #09382A; }
a { background-color: rgb(9,56,42); }
div.DivClassName
{
background-color: #09382A;
}
.BgClassName
{
background-color: #09382A;
}
</style>
border-color css
<style>
span { border-color: #09382A; }
span { border-color: rgb(9,56,42); }
td.TdClassName
{
border-color: #09382A;
}
.TagClassName
{
border-color: #09382A;
}
</style>