Shades of Dark Green #07382F
Tints of Dark Green #07382F
RGB
CMYK
RGB Variations
Color information
#07382F (or 0x07382F) is known color: Dark Green. HEX triplet: 07, 38 and 2F. RGB value is (7,56,47). Sum of RGB (Red+Green+Blue) = 7+56+47=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 56 (22.27% from 255 or 50.91% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 56 - color contains mainly: green. Hex color #07382F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07382F is #F8C7D0. Grayscale: #282828. Windows color (decimal): -16304081 or 3094535. OLE color: 3094535.
HSL color Cylindrical-coordinate representation of color #07382F: hue angle of 168.98º 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 #07382F is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 56 | 47 | - |
| CMYK | 0.88 | 0 | 0.16 | 0.78 |
| HSL | 168.98º | 0.78% | 0.12% | - |
| HSV(B) | 168.98º | 0.88% | 0.22% | - |
| XYZ | 2.01 | 3.08 | 3.18 | - |
| YUV | 40.32 | 131.77 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 56 | 47 | 0.88 | 0 | 0.16 | 0.78 | 168.98 | 0.78 | 0.12 |
| Hex | 7 | 38 | 2F | 58 | 0 | 10 | 4E | A9 | 4E | C |
| Octal | 7 | 70 | 57 | 130 | 0 | 20 | 116 | 251 | 116 | 14 |
| Binary | 111 | 111000 | 101111 | 1011000 | 0 | 10000 | 1001110 | 10101001 | 1001110 | 1100 |
Color Harmonies of #07382F
Complementary color
Monochromatic Colors of #07382F
Black with #07382F
Text Example
Text Example
White with #07382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07382F; }
p { color: rgb(7,56,47); }
H1.HeaderClassName
{
color: #07382F;
}
.AnyTagClassName
{
color: #07382F;
}
</style>
background-color css
<style>
a { background-color: #07382F; }
a { background-color: rgb(7,56,47); }
div.DivClassName
{
background-color: #07382F;
}
.BgClassName
{
background-color: #07382F;
}
</style>
border-color css
<style>
span { border-color: #07382F; }
span { border-color: rgb(7,56,47); }
td.TdClassName
{
border-color: #07382F;
}
.TagClassName
{
border-color: #07382F;
}
</style>