Shades of Dark Green #07201C
Tints of Dark Green #07201C
RGB
CMYK
RGB Variations
Color information
#07201C (or 0x07201C) is known color: Dark Green. HEX triplet: 07, 20 and 1C. RGB value is (7,32,28). Sum of RGB (Red+Green+Blue) = 7+32+28=67 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.45% from 67); Green value is 32 (12.89% from 255 or 47.76% from 67); Blue value is 28 (11.33% from 255 or 41.79% from 67); Max value from RGB is 32 - color contains mainly: green. Hex color #07201C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07201C is #F8DFE3. Grayscale: #181818. Windows color (decimal): -16310244 or 1843207. OLE color: 1843207.
HSL color Cylindrical-coordinate representation of color #07201C: hue angle of 170.4º degrees, saturation: 0.64, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #07201C is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 7 | 32 | 28 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.87 |
| HSL | 170.4º | 0.64% | 0.08% | - |
| HSV(B) | 170.4º | 0.78% | 0.13% | - |
| XYZ | 0.81 | 1.16 | 1.28 | - |
| YUV | 24.07 | 130.22 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 28 | 0.78 | 0 | 0.12 | 0.87 | 170.4 | 0.64 | 0.08 |
| Hex | 7 | 20 | 1C | 4E | 0 | C | 57 | AA | 40 | 8 |
| Octal | 7 | 40 | 34 | 116 | 0 | 14 | 127 | 252 | 100 | 10 |
| Binary | 111 | 100000 | 11100 | 1001110 | 0 | 1100 | 1010111 | 10101010 | 1000000 | 1000 |
Color Harmonies of #07201C
Complementary color
Monochromatic Colors of #07201C
Black with #07201C
Text Example
Text Example
White with #07201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07201C; }
p { color: rgb(7,32,28); }
H1.HeaderClassName
{
color: #07201C;
}
.AnyTagClassName
{
color: #07201C;
}
</style>
background-color css
<style>
a { background-color: #07201C; }
a { background-color: rgb(7,32,28); }
div.DivClassName
{
background-color: #07201C;
}
.BgClassName
{
background-color: #07201C;
}
</style>
border-color css
<style>
span { border-color: #07201C; }
span { border-color: rgb(7,32,28); }
td.TdClassName
{
border-color: #07201C;
}
.TagClassName
{
border-color: #07201C;
}
</style>