Shades of Dark Green #07201B
Tints of Dark Green #07201B
RGB
CMYK
RGB Variations
Color information
#07201B (or 0x07201B) is known color: Dark Green. HEX triplet: 07, 20 and 1B. RGB value is (7,32,27). Sum of RGB (Red+Green+Blue) = 7+32+27=66 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.61% from 66); Green value is 32 (12.89% from 255 or 48.48% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 32 - color contains mainly: green. Hex color #07201B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07201B is #F8DFE4. Grayscale: #171717. Windows color (decimal): -16310245 or 1777671. OLE color: 1777671.
HSL color Cylindrical-coordinate representation of color #07201B: hue angle of 168º 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 #07201B is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 7 | 32 | 27 | - |
| CMYK | 0.78 | 0 | 0.16 | 0.87 |
| HSL | 168º | 0.64% | 0.08% | - |
| HSV(B) | 168º | 0.78% | 0.13% | - |
| XYZ | 0.8 | 1.16 | 1.22 | - |
| YUV | 23.96 | 129.72 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 27 | 0.78 | 0 | 0.16 | 0.87 | 168 | 0.64 | 0.08 |
| Hex | 7 | 20 | 1B | 4E | 0 | 10 | 57 | A8 | 40 | 8 |
| Octal | 7 | 40 | 33 | 116 | 0 | 20 | 127 | 250 | 100 | 10 |
| Binary | 111 | 100000 | 11011 | 1001110 | 0 | 10000 | 1010111 | 10101000 | 1000000 | 1000 |
Color Harmonies of #07201B
Complementary color
Monochromatic Colors of #07201B
Black with #07201B
Text Example
Text Example
White with #07201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07201B; }
p { color: rgb(7,32,27); }
H1.HeaderClassName
{
color: #07201B;
}
.AnyTagClassName
{
color: #07201B;
}
</style>
background-color css
<style>
a { background-color: #07201B; }
a { background-color: rgb(7,32,27); }
div.DivClassName
{
background-color: #07201B;
}
.BgClassName
{
background-color: #07201B;
}
</style>
border-color css
<style>
span { border-color: #07201B; }
span { border-color: rgb(7,32,27); }
td.TdClassName
{
border-color: #07201B;
}
.TagClassName
{
border-color: #07201B;
}
</style>