Shades of Dark Green #072613
Tints of Dark Green #072613
RGB
CMYK
RGB Variations
Color information
#072613 (or 0x072613) is known color: Dark Green. HEX triplet: 07, 26 and 13. RGB value is (7,38,19). Sum of RGB (Red+Green+Blue) = 7+38+19=64 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.94% from 64); Green value is 38 (15.23% from 255 or 59.38% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 38 - color contains mainly: green. Hex color #072613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072613 is #F8D9EC. Grayscale: #1A1A1A. Windows color (decimal): -16308717 or 1254919. OLE color: 1254919.
HSL color Cylindrical-coordinate representation of color #072613: hue angle of 143.23º degrees, saturation: 0.69, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #072613 is Cyan = 0.82, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 7 | 38 | 19 | - |
| CMYK | 0.82 | 0 | 0.50 | 0.85 |
| HSL | 143.23º | 0.69% | 0.09% | - |
| HSV(B) | 143.23º | 0.82% | 0.15% | - |
| XYZ | 0.9 | 1.48 | 0.85 | - |
| YUV | 26.57 | 123.73 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 38 | 19 | 0.82 | 0 | 0.50 | 0.85 | 143.23 | 0.69 | 0.09 |
| Hex | 7 | 26 | 13 | 52 | 0 | 32 | 55 | 8F | 45 | 9 |
| Octal | 7 | 46 | 23 | 122 | 0 | 62 | 125 | 217 | 105 | 11 |
| Binary | 111 | 100110 | 10011 | 1010010 | 0 | 110010 | 1010101 | 10001111 | 1000101 | 1001 |
Color Harmonies of #072613
Complementary color
Monochromatic Colors of #072613
Black with #072613
Text Example
Text Example
White with #072613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072613; }
p { color: rgb(7,38,19); }
H1.HeaderClassName
{
color: #072613;
}
.AnyTagClassName
{
color: #072613;
}
</style>
background-color css
<style>
a { background-color: #072613; }
a { background-color: rgb(7,38,19); }
div.DivClassName
{
background-color: #072613;
}
.BgClassName
{
background-color: #072613;
}
</style>
border-color css
<style>
span { border-color: #072613; }
span { border-color: rgb(7,38,19); }
td.TdClassName
{
border-color: #072613;
}
.TagClassName
{
border-color: #072613;
}
</style>