Shades of Dark Green #06251E
Tints of Dark Green #06251E
RGB
CMYK
RGB Variations
Color information
#06251E (or 0x06251E) is known color: Dark Green. HEX triplet: 06, 25 and 1E. RGB value is (6,37,30). Sum of RGB (Red+Green+Blue) = 6+37+30=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 37 (14.84% from 255 or 50.68% from 73); Blue value is 30 (12.11% from 255 or 41.10% from 73); Max value from RGB is 37 - color contains mainly: green. Hex color #06251E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06251E is #F9DAE1. Grayscale: #1A1A1A. Windows color (decimal): -16374498 or 1975558. OLE color: 1975558.
HSL color Cylindrical-coordinate representation of color #06251E: hue angle of 166.45º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #06251E is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 6 | 37 | 30 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.85 |
| HSL | 166.45º | 0.72% | 0.08% | - |
| HSV(B) | 166.45º | 0.84% | 0.15% | - |
| XYZ | 0.97 | 1.46 | 1.46 | - |
| YUV | 26.93 | 129.73 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 37 | 30 | 0.84 | 0 | 0.19 | 0.85 | 166.45 | 0.72 | 0.08 |
| Hex | 6 | 25 | 1E | 54 | 0 | 13 | 55 | A6 | 48 | 8 |
| Octal | 6 | 45 | 36 | 124 | 0 | 23 | 125 | 246 | 110 | 10 |
| Binary | 110 | 100101 | 11110 | 1010100 | 0 | 10011 | 1010101 | 10100110 | 1001000 | 1000 |
Color Harmonies of #06251E
Complementary color
Monochromatic Colors of #06251E
Black with #06251E
Text Example
Text Example
White with #06251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06251E; }
p { color: rgb(6,37,30); }
H1.HeaderClassName
{
color: #06251E;
}
.AnyTagClassName
{
color: #06251E;
}
</style>
background-color css
<style>
a { background-color: #06251E; }
a { background-color: rgb(6,37,30); }
div.DivClassName
{
background-color: #06251E;
}
.BgClassName
{
background-color: #06251E;
}
</style>
border-color css
<style>
span { border-color: #06251E; }
span { border-color: rgb(6,37,30); }
td.TdClassName
{
border-color: #06251E;
}
.TagClassName
{
border-color: #06251E;
}
</style>