Shades of Dark Green #06281F
Tints of Dark Green #06281F
RGB
CMYK
RGB Variations
Color information
#06281F (or 0x06281F) is known color: Dark Green. HEX triplet: 06, 28 and 1F. RGB value is (6,40,31). Sum of RGB (Red+Green+Blue) = 6+40+31=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 40 (16.02% from 255 or 51.95% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 40 - color contains mainly: green. Hex color #06281F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06281F is #F9D7E0. Grayscale: #1C1C1C. Windows color (decimal): -16373729 or 2041862. OLE color: 2041862.
HSL color Cylindrical-coordinate representation of color #06281F: hue angle of 164.12º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #06281F is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 40 | 31 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.84 |
| HSL | 164.12º | 0.74% | 0.09% | - |
| HSV(B) | 164.12º | 0.85% | 0.16% | - |
| XYZ | 1.08 | 1.66 | 1.56 | - |
| YUV | 28.81 | 129.24 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 31 | 0.85 | 0 | 0.22 | 0.84 | 164.12 | 0.74 | 0.09 |
| Hex | 6 | 28 | 1F | 55 | 0 | 16 | 54 | A4 | 4A | 9 |
| Octal | 6 | 50 | 37 | 125 | 0 | 26 | 124 | 244 | 112 | 11 |
| Binary | 110 | 101000 | 11111 | 1010101 | 0 | 10110 | 1010100 | 10100100 | 1001010 | 1001 |
Color Harmonies of #06281F
Complementary color
Monochromatic Colors of #06281F
Black with #06281F
Text Example
Text Example
White with #06281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06281F; }
p { color: rgb(6,40,31); }
H1.HeaderClassName
{
color: #06281F;
}
.AnyTagClassName
{
color: #06281F;
}
</style>
background-color css
<style>
a { background-color: #06281F; }
a { background-color: rgb(6,40,31); }
div.DivClassName
{
background-color: #06281F;
}
.BgClassName
{
background-color: #06281F;
}
</style>
border-color css
<style>
span { border-color: #06281F; }
span { border-color: rgb(6,40,31); }
td.TdClassName
{
border-color: #06281F;
}
.TagClassName
{
border-color: #06281F;
}
</style>