Shades of Dark Green #07261C
Tints of Dark Green #07261C
RGB
CMYK
RGB Variations
Color information
#07261C (or 0x07261C) is known color: Dark Green. HEX triplet: 07, 26 and 1C. RGB value is (7,38,28). Sum of RGB (Red+Green+Blue) = 7+38+28=73 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.59% from 73); Green value is 38 (15.23% from 255 or 52.05% from 73); Blue value is 28 (11.33% from 255 or 38.36% from 73); Max value from RGB is 38 - color contains mainly: green. Hex color #07261C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07261C is #F8D9E3. Grayscale: #1B1B1B. Windows color (decimal): -16308708 or 1844743. OLE color: 1844743.
HSL color Cylindrical-coordinate representation of color #07261C: hue angle of 160.65º 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 #07261C is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 7 | 38 | 28 | - |
| CMYK | 0.82 | 0 | 0.26 | 0.85 |
| HSL | 160.65º | 0.69% | 0.09% | - |
| HSV(B) | 160.65º | 0.82% | 0.15% | - |
| XYZ | 0.99 | 1.52 | 1.34 | - |
| YUV | 27.59 | 128.23 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 38 | 28 | 0.82 | 0 | 0.26 | 0.85 | 160.65 | 0.69 | 0.09 |
| Hex | 7 | 26 | 1C | 52 | 0 | 1A | 55 | A1 | 45 | 9 |
| Octal | 7 | 46 | 34 | 122 | 0 | 32 | 125 | 241 | 105 | 11 |
| Binary | 111 | 100110 | 11100 | 1010010 | 0 | 11010 | 1010101 | 10100001 | 1000101 | 1001 |
Color Harmonies of #07261C
Complementary color
Monochromatic Colors of #07261C
Black with #07261C
Text Example
Text Example
White with #07261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07261C; }
p { color: rgb(7,38,28); }
H1.HeaderClassName
{
color: #07261C;
}
.AnyTagClassName
{
color: #07261C;
}
</style>
background-color css
<style>
a { background-color: #07261C; }
a { background-color: rgb(7,38,28); }
div.DivClassName
{
background-color: #07261C;
}
.BgClassName
{
background-color: #07261C;
}
</style>
border-color css
<style>
span { border-color: #07261C; }
span { border-color: rgb(7,38,28); }
td.TdClassName
{
border-color: #07261C;
}
.TagClassName
{
border-color: #07261C;
}
</style>