Shades of Dark Green #07382D
Tints of Dark Green #07382D
RGB
CMYK
RGB Variations
Color information
#07382D (or 0x07382D) is known color: Dark Green. HEX triplet: 07, 38 and 2D. RGB value is (7,56,45). Sum of RGB (Red+Green+Blue) = 7+56+45=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 56 (22.27% from 255 or 51.85% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 56 - color contains mainly: green. Hex color #07382D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07382D is #F8C7D2. Grayscale: #282828. Windows color (decimal): -16304083 or 2963463. OLE color: 2963463.
HSL color Cylindrical-coordinate representation of color #07382D: hue angle of 166.53º 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 #07382D is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 56 | 45 | - |
| CMYK | 0.88 | 0 | 0.20 | 0.78 |
| HSL | 166.53º | 0.78% | 0.12% | - |
| HSV(B) | 166.53º | 0.88% | 0.22% | - |
| XYZ | 1.98 | 3.06 | 2.97 | - |
| YUV | 40.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 56 | 45 | 0.88 | 0 | 0.20 | 0.78 | 166.53 | 0.78 | 0.12 |
| Hex | 7 | 38 | 2D | 58 | 0 | 14 | 4E | A7 | 4E | C |
| Octal | 7 | 70 | 55 | 130 | 0 | 24 | 116 | 247 | 116 | 14 |
| Binary | 111 | 111000 | 101101 | 1011000 | 0 | 10100 | 1001110 | 10100111 | 1001110 | 1100 |
Color Harmonies of #07382D
Complementary color
Monochromatic Colors of #07382D
Black with #07382D
Text Example
Text Example
White with #07382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07382D; }
p { color: rgb(7,56,45); }
H1.HeaderClassName
{
color: #07382D;
}
.AnyTagClassName
{
color: #07382D;
}
</style>
background-color css
<style>
a { background-color: #07382D; }
a { background-color: rgb(7,56,45); }
div.DivClassName
{
background-color: #07382D;
}
.BgClassName
{
background-color: #07382D;
}
</style>
border-color css
<style>
span { border-color: #07382D; }
span { border-color: rgb(7,56,45); }
td.TdClassName
{
border-color: #07382D;
}
.TagClassName
{
border-color: #07382D;
}
</style>