Shades of Dark Green #07382A
Tints of Dark Green #07382A
RGB
CMYK
RGB Variations
Color information
#07382A (or 0x07382A) is known color: Dark Green. HEX triplet: 07, 38 and 2A. RGB value is (7,56,42). Sum of RGB (Red+Green+Blue) = 7+56+42=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 56 (22.27% from 255 or 53.33% from 105); Blue value is 42 (16.80% from 255 or 40% from 105); Max value from RGB is 56 - color contains mainly: green. Hex color #07382A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07382A is #F8C7D5. Grayscale: #272727. Windows color (decimal): -16304086 or 2766855. OLE color: 2766855.
HSL color Cylindrical-coordinate representation of color #07382A: hue angle of 162.86º 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 #07382A is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 56 | 42 | - |
| CMYK | 0.88 | 0 | 0.25 | 0.78 |
| HSL | 162.86º | 0.78% | 0.12% | - |
| HSV(B) | 162.86º | 0.88% | 0.22% | - |
| XYZ | 1.92 | 3.04 | 2.68 | - |
| YUV | 39.75 | 129.27 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 56 | 42 | 0.88 | 0 | 0.25 | 0.78 | 162.86 | 0.78 | 0.12 |
| Hex | 7 | 38 | 2A | 58 | 0 | 19 | 4E | A3 | 4E | C |
| Octal | 7 | 70 | 52 | 130 | 0 | 31 | 116 | 243 | 116 | 14 |
| Binary | 111 | 111000 | 101010 | 1011000 | 0 | 11001 | 1001110 | 10100011 | 1001110 | 1100 |
Color Harmonies of #07382A
Complementary color
Monochromatic Colors of #07382A
Black with #07382A
Text Example
Text Example
White with #07382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07382A; }
p { color: rgb(7,56,42); }
H1.HeaderClassName
{
color: #07382A;
}
.AnyTagClassName
{
color: #07382A;
}
</style>
background-color css
<style>
a { background-color: #07382A; }
a { background-color: rgb(7,56,42); }
div.DivClassName
{
background-color: #07382A;
}
.BgClassName
{
background-color: #07382A;
}
</style>
border-color css
<style>
span { border-color: #07382A; }
span { border-color: rgb(7,56,42); }
td.TdClassName
{
border-color: #07382A;
}
.TagClassName
{
border-color: #07382A;
}
</style>