Shades of Dark Green #07261D
Tints of Dark Green #07261D
RGB
CMYK
RGB Variations
Color information
#07261D (or 0x07261D) is known color: Dark Green. HEX triplet: 07, 26 and 1D. RGB value is (7,38,29). Sum of RGB (Red+Green+Blue) = 7+38+29=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 38 (15.23% from 255 or 51.35% from 74); Blue value is 29 (11.72% from 255 or 39.19% from 74); Max value from RGB is 38 - color contains mainly: green. Hex color #07261D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07261D is #F8D9E2. Grayscale: #1B1B1B. Windows color (decimal): -16308707 or 1910279. OLE color: 1910279.
HSL color Cylindrical-coordinate representation of color #07261D: hue angle of 162.58º 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 #07261D is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 7 | 38 | 29 | - |
| CMYK | 0.82 | 0 | 0.24 | 0.85 |
| HSL | 162.58º | 0.69% | 0.09% | - |
| HSV(B) | 162.58º | 0.82% | 0.15% | - |
| XYZ | 1 | 1.52 | 1.4 | - |
| YUV | 27.71 | 128.73 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 38 | 29 | 0.82 | 0 | 0.24 | 0.85 | 162.58 | 0.69 | 0.09 |
| Hex | 7 | 26 | 1D | 52 | 0 | 18 | 55 | A3 | 45 | 9 |
| Octal | 7 | 46 | 35 | 122 | 0 | 30 | 125 | 243 | 105 | 11 |
| Binary | 111 | 100110 | 11101 | 1010010 | 0 | 11000 | 1010101 | 10100011 | 1000101 | 1001 |
Color Harmonies of #07261D
Complementary color
Monochromatic Colors of #07261D
Black with #07261D
Text Example
Text Example
White with #07261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07261D; }
p { color: rgb(7,38,29); }
H1.HeaderClassName
{
color: #07261D;
}
.AnyTagClassName
{
color: #07261D;
}
</style>
background-color css
<style>
a { background-color: #07261D; }
a { background-color: rgb(7,38,29); }
div.DivClassName
{
background-color: #07261D;
}
.BgClassName
{
background-color: #07261D;
}
</style>
border-color css
<style>
span { border-color: #07261D; }
span { border-color: rgb(7,38,29); }
td.TdClassName
{
border-color: #07261D;
}
.TagClassName
{
border-color: #07261D;
}
</style>