Shades of Dark Green #06261B
Tints of Dark Green #06261B
RGB
CMYK
RGB Variations
Color information
#06261B (or 0x06261B) is known color: Dark Green. HEX triplet: 06, 26 and 1B. RGB value is (6,38,27). Sum of RGB (Red+Green+Blue) = 6+38+27=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 38 (15.23% from 255 or 53.52% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 38 - color contains mainly: green. Hex color #06261B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06261B is #F9D9E4. Grayscale: #1B1B1B. Windows color (decimal): -16374245 or 1779206. OLE color: 1779206.
HSL color Cylindrical-coordinate representation of color #06261B: hue angle of 159.38º 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 #06261B is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 6 | 38 | 27 | - |
| CMYK | 0.84 | 0 | 0.29 | 0.85 |
| HSL | 159.38º | 0.73% | 0.09% | - |
| HSV(B) | 159.38º | 0.84% | 0.15% | - |
| XYZ | 0.97 | 1.5 | 1.28 | - |
| YUV | 27.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 38 | 27 | 0.84 | 0 | 0.29 | 0.85 | 159.38 | 0.73 | 0.09 |
| Hex | 6 | 26 | 1B | 54 | 0 | 1D | 55 | 9F | 49 | 9 |
| Octal | 6 | 46 | 33 | 124 | 0 | 35 | 125 | 237 | 111 | 11 |
| Binary | 110 | 100110 | 11011 | 1010100 | 0 | 11101 | 1010101 | 10011111 | 1001001 | 1001 |
Color Harmonies of #06261B
Complementary color
Monochromatic Colors of #06261B
Black with #06261B
Text Example
Text Example
White with #06261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06261B; }
p { color: rgb(6,38,27); }
H1.HeaderClassName
{
color: #06261B;
}
.AnyTagClassName
{
color: #06261B;
}
</style>
background-color css
<style>
a { background-color: #06261B; }
a { background-color: rgb(6,38,27); }
div.DivClassName
{
background-color: #06261B;
}
.BgClassName
{
background-color: #06261B;
}
</style>
border-color css
<style>
span { border-color: #06261B; }
span { border-color: rgb(6,38,27); }
td.TdClassName
{
border-color: #06261B;
}
.TagClassName
{
border-color: #06261B;
}
</style>