Shades of Dark Green #09301C
Tints of Dark Green #09301C
RGB
CMYK
RGB Variations
Color information
#09301C (or 0x09301C) is known color: Dark Green. HEX triplet: 09, 30 and 1C. RGB value is (9,48,28). Sum of RGB (Red+Green+Blue) = 9+48+28=85 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.59% from 85); Green value is 48 (19.14% from 255 or 56.47% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 48 - color contains mainly: green. Hex color #09301C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09301C is #F6CFE3. Grayscale: #222222. Windows color (decimal): -16175076 or 1847305. OLE color: 1847305.
HSL color Cylindrical-coordinate representation of color #09301C: hue angle of 149.23º 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 #09301C is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 48 | 28 | - |
| CMYK | 0.81 | 0 | 0.42 | 0.81 |
| HSL | 149.23º | 0.68% | 0.11% | - |
| HSV(B) | 149.23º | 0.81% | 0.19% | - |
| XYZ | 1.38 | 2.26 | 1.46 | - |
| YUV | 34.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 48 | 28 | 0.81 | 0 | 0.42 | 0.81 | 149.23 | 0.68 | 0.11 |
| Hex | 9 | 30 | 1C | 51 | 0 | 2A | 51 | 95 | 44 | B |
| Octal | 11 | 60 | 34 | 121 | 0 | 52 | 121 | 225 | 104 | 13 |
| Binary | 1001 | 110000 | 11100 | 1010001 | 0 | 101010 | 1010001 | 10010101 | 1000100 | 1011 |
Color Harmonies of #09301C
Complementary color
Monochromatic Colors of #09301C
Black with #09301C
Text Example
Text Example
White with #09301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09301C; }
p { color: rgb(9,48,28); }
H1.HeaderClassName
{
color: #09301C;
}
.AnyTagClassName
{
color: #09301C;
}
</style>
background-color css
<style>
a { background-color: #09301C; }
a { background-color: rgb(9,48,28); }
div.DivClassName
{
background-color: #09301C;
}
.BgClassName
{
background-color: #09301C;
}
</style>
border-color css
<style>
span { border-color: #09301C; }
span { border-color: rgb(9,48,28); }
td.TdClassName
{
border-color: #09301C;
}
.TagClassName
{
border-color: #09301C;
}
</style>