Shades of Dark Green #073828
Tints of Dark Green #073828
RGB
CMYK
RGB Variations
Color information
#073828 (or 0x073828) is known color: Dark Green. HEX triplet: 07, 38 and 28. RGB value is (7,56,40). Sum of RGB (Red+Green+Blue) = 7+56+40=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 56 (22.27% from 255 or 54.37% from 103); Blue value is 40 (16.02% from 255 or 38.83% from 103); Max value from RGB is 56 - color contains mainly: green. Hex color #073828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073828 is #F8C7D7. Grayscale: #272727. Windows color (decimal): -16304088 or 2635783. OLE color: 2635783.
HSL color Cylindrical-coordinate representation of color #073828: hue angle of 160.41º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073828 is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 56 | 40 | - |
| CMYK | 0.88 | 0 | 0.29 | 0.78 |
| HSL | 160.41º | 0.78% | 0.12% | - |
| HSV(B) | 160.41º | 0.88% | 0.22% | - |
| XYZ | 1.88 | 3.03 | 2.49 | - |
| YUV | 39.53 | 128.27 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 56 | 40 | 0.88 | 0 | 0.29 | 0.78 | 160.41 | 0.78 | 0.12 |
| Hex | 7 | 38 | 28 | 58 | 0 | 1D | 4E | A0 | 4E | C |
| Octal | 7 | 70 | 50 | 130 | 0 | 35 | 116 | 240 | 116 | 14 |
| Binary | 111 | 111000 | 101000 | 1011000 | 0 | 11101 | 1001110 | 10100000 | 1001110 | 1100 |
Color Harmonies of #073828
Complementary color
Monochromatic Colors of #073828
Black with #073828
Text Example
Text Example
White with #073828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073828; }
p { color: rgb(7,56,40); }
H1.HeaderClassName
{
color: #073828;
}
.AnyTagClassName
{
color: #073828;
}
</style>
background-color css
<style>
a { background-color: #073828; }
a { background-color: rgb(7,56,40); }
div.DivClassName
{
background-color: #073828;
}
.BgClassName
{
background-color: #073828;
}
</style>
border-color css
<style>
span { border-color: #073828; }
span { border-color: rgb(7,56,40); }
td.TdClassName
{
border-color: #073828;
}
.TagClassName
{
border-color: #073828;
}
</style>