Shades of Dark Green #07332C
Tints of Dark Green #07332C
RGB
CMYK
RGB Variations
Color information
#07332C (or 0x07332C) is known color: Dark Green. HEX triplet: 07, 33 and 2C. RGB value is (7,51,44). Sum of RGB (Red+Green+Blue) = 7+51+44=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 51 (20.31% from 255 or 50% from 102); Blue value is 44 (17.58% from 255 or 43.14% from 102); Max value from RGB is 51 - color contains mainly: green. Hex color #07332C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07332C is #F8CCD3. Grayscale: #252525. Windows color (decimal): -16305364 or 2896647. OLE color: 2896647.
HSL color Cylindrical-coordinate representation of color #07332C: hue angle of 170.45º degrees, saturation: 0.76, 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 #07332C is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 7 | 51 | 44 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.8 |
| HSL | 170.45º | 0.76% | 0.11% | - |
| HSV(B) | 170.45º | 0.86% | 0.2% | - |
| XYZ | 1.73 | 2.59 | 2.79 | - |
| YUV | 37.05 | 131.92 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 51 | 44 | 0.86 | 0 | 0.14 | 0.8 | 170.45 | 0.76 | 0.11 |
| Hex | 7 | 33 | 2C | 56 | 0 | E | 50 | AA | 4C | B |
| Octal | 7 | 63 | 54 | 126 | 0 | 16 | 120 | 252 | 114 | 13 |
| Binary | 111 | 110011 | 101100 | 1010110 | 0 | 1110 | 1010000 | 10101010 | 1001100 | 1011 |
Color Harmonies of #07332C
Complementary color
Monochromatic Colors of #07332C
Black with #07332C
Text Example
Text Example
White with #07332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07332C; }
p { color: rgb(7,51,44); }
H1.HeaderClassName
{
color: #07332C;
}
.AnyTagClassName
{
color: #07332C;
}
</style>
background-color css
<style>
a { background-color: #07332C; }
a { background-color: rgb(7,51,44); }
div.DivClassName
{
background-color: #07332C;
}
.BgClassName
{
background-color: #07332C;
}
</style>
border-color css
<style>
span { border-color: #07332C; }
span { border-color: rgb(7,51,44); }
td.TdClassName
{
border-color: #07332C;
}
.TagClassName
{
border-color: #07332C;
}
</style>