Shades of Dark Green #073228
Tints of Dark Green #073228
RGB
CMYK
RGB Variations
Color information
#073228 (or 0x073228) is known color: Dark Green. HEX triplet: 07, 32 and 28. RGB value is (7,50,40). Sum of RGB (Red+Green+Blue) = 7+50+40=97 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.22% from 97); Green value is 50 (19.92% from 255 or 51.55% from 97); Blue value is 40 (16.02% from 255 or 41.24% from 97); Max value from RGB is 50 - color contains mainly: green. Hex color #073228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073228 is #F8CDD7. Grayscale: #242424. Windows color (decimal): -16305624 or 2634247. OLE color: 2634247.
HSL color Cylindrical-coordinate representation of color #073228: hue angle of 166.05º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #073228 is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 7 | 50 | 40 | - |
| CMYK | 0.86 | 0 | 0.20 | 0.80 |
| HSL | 166.05º | 0.75% | 0.11% | - |
| HSV(B) | 166.05º | 0.86% | 0.2% | - |
| XYZ | 1.61 | 2.48 | 2.4 | - |
| YUV | 36 | 130.25 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 50 | 40 | 0.86 | 0 | 0.20 | 0.80 | 166.05 | 0.75 | 0.11 |
| Hex | 7 | 32 | 28 | 56 | 0 | 14 | 50 | A6 | 4B | B |
| Octal | 7 | 62 | 50 | 126 | 0 | 24 | 120 | 246 | 113 | 13 |
| Binary | 111 | 110010 | 101000 | 1010110 | 0 | 10100 | 1010000 | 10100110 | 1001011 | 1011 |
Color Harmonies of #073228
Complementary color
Monochromatic Colors of #073228
Black with #073228
Text Example
Text Example
White with #073228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073228; }
p { color: rgb(7,50,40); }
H1.HeaderClassName
{
color: #073228;
}
.AnyTagClassName
{
color: #073228;
}
</style>
background-color css
<style>
a { background-color: #073228; }
a { background-color: rgb(7,50,40); }
div.DivClassName
{
background-color: #073228;
}
.BgClassName
{
background-color: #073228;
}
</style>
border-color css
<style>
span { border-color: #073228; }
span { border-color: rgb(7,50,40); }
td.TdClassName
{
border-color: #073228;
}
.TagClassName
{
border-color: #073228;
}
</style>