Shades of Dark Green #06261D
Tints of Dark Green #06261D
RGB
CMYK
RGB Variations
Color information
#06261D (or 0x06261D) is known color: Dark Green. HEX triplet: 06, 26 and 1D. RGB value is (6,38,29). Sum of RGB (Red+Green+Blue) = 6+38+29=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 38 (15.23% from 255 or 52.05% from 73); Blue value is 29 (11.72% from 255 or 39.73% from 73); Max value from RGB is 38 - color contains mainly: green. Hex color #06261D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06261D is #F9D9E2. Grayscale: #1B1B1B. Windows color (decimal): -16374243 or 1910278. OLE color: 1910278.
HSL color Cylindrical-coordinate representation of color #06261D: hue angle of 163.12º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #06261D is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 6 | 38 | 29 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.85 |
| HSL | 163.13º | 0.73% | 0.09% | - |
| HSV(B) | 163.13º | 0.84% | 0.15% | - |
| XYZ | 0.99 | 1.51 | 1.4 | - |
| YUV | 27.41 | 128.9 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 38 | 29 | 0.84 | 0 | 0.24 | 0.85 | 163.13 | 0.73 | 0.09 |
| Hex | 6 | 26 | 1D | 54 | 0 | 18 | 55 | A3 | 49 | 9 |
| Octal | 6 | 46 | 35 | 124 | 0 | 30 | 125 | 243 | 111 | 11 |
| Binary | 110 | 100110 | 11101 | 1010100 | 0 | 11000 | 1010101 | 10100011 | 1001001 | 1001 |
Color Harmonies of #06261D
Complementary color
Monochromatic Colors of #06261D
Black with #06261D
Text Example
Text Example
White with #06261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06261D; }
p { color: rgb(6,38,29); }
H1.HeaderClassName
{
color: #06261D;
}
.AnyTagClassName
{
color: #06261D;
}
</style>
background-color css
<style>
a { background-color: #06261D; }
a { background-color: rgb(6,38,29); }
div.DivClassName
{
background-color: #06261D;
}
.BgClassName
{
background-color: #06261D;
}
</style>
border-color css
<style>
span { border-color: #06261D; }
span { border-color: rgb(6,38,29); }
td.TdClassName
{
border-color: #06261D;
}
.TagClassName
{
border-color: #06261D;
}
</style>