Shades of Dark Green #06251D
Tints of Dark Green #06251D
RGB
CMYK
RGB Variations
Color information
#06251D (or 0x06251D) is known color: Dark Green. HEX triplet: 06, 25 and 1D. RGB value is (6,37,29). Sum of RGB (Red+Green+Blue) = 6+37+29=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 37 (14.84% from 255 or 51.39% from 72); Blue value is 29 (11.72% from 255 or 40.28% from 72); Max value from RGB is 37 - color contains mainly: green. Hex color #06251D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06251D is #F9DAE2. Grayscale: #1A1A1A. Windows color (decimal): -16374499 or 1910022. OLE color: 1910022.
HSL color Cylindrical-coordinate representation of color #06251D: hue angle of 164.52º 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 #06251D is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 6 | 37 | 29 | - |
| CMYK | 0.84 | 0 | 0.22 | 0.85 |
| HSL | 164.52º | 0.72% | 0.08% | - |
| HSV(B) | 164.52º | 0.84% | 0.15% | - |
| XYZ | 0.96 | 1.45 | 1.39 | - |
| YUV | 26.82 | 129.23 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 37 | 29 | 0.84 | 0 | 0.22 | 0.85 | 164.52 | 0.72 | 0.08 |
| Hex | 6 | 25 | 1D | 54 | 0 | 16 | 55 | A5 | 48 | 8 |
| Octal | 6 | 45 | 35 | 124 | 0 | 26 | 125 | 245 | 110 | 10 |
| Binary | 110 | 100101 | 11101 | 1010100 | 0 | 10110 | 1010101 | 10100101 | 1001000 | 1000 |
Color Harmonies of #06251D
Complementary color
Monochromatic Colors of #06251D
Black with #06251D
Text Example
Text Example
White with #06251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06251D; }
p { color: rgb(6,37,29); }
H1.HeaderClassName
{
color: #06251D;
}
.AnyTagClassName
{
color: #06251D;
}
</style>
background-color css
<style>
a { background-color: #06251D; }
a { background-color: rgb(6,37,29); }
div.DivClassName
{
background-color: #06251D;
}
.BgClassName
{
background-color: #06251D;
}
</style>
border-color css
<style>
span { border-color: #06251D; }
span { border-color: rgb(6,37,29); }
td.TdClassName
{
border-color: #06251D;
}
.TagClassName
{
border-color: #06251D;
}
</style>