Shades of Dark Green #002726
Tints of Dark Green #002726
RGB
CMYK
RGB Variations
Color information
#002726 (or 0x002726) is known color: Dark Green. HEX triplet: 00, 27 and 26. RGB value is (0,39,38). Sum of RGB (Red+Green+Blue) = 0+39+38=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 39 (15.62% from 255 or 50.65% from 77); Blue value is 38 (15.23% from 255 or 49.35% from 77); Max value from RGB is 39 - color contains mainly: green. Hex color #002726 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002726 is #FFD8D9. Grayscale: #1B1B1B. Windows color (decimal): -16767194 or 2500352. OLE color: 2500352.
HSL color Cylindrical-coordinate representation of color #002726: hue angle of 178.46º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002726 is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 39 | 38 | - |
| CMYK | 1 | 0 | 0.03 | 0.85 |
| HSL | 178.46º | 1% | 0.08% | - |
| HSV(B) | 178.46º | 1% | 0.15% | - |
| XYZ | 1.08 | 1.59 | 2.08 | - |
| YUV | 27.23 | 134.08 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 38 | 1 | 0 | 0.03 | 0.85 | 178.46 | 1 | 0.08 |
| Hex | 0 | 27 | 26 | 64 | 0 | 3 | 55 | B2 | 64 | 8 |
| Octal | 0 | 47 | 46 | 144 | 0 | 3 | 125 | 262 | 144 | 10 |
| Binary | 0 | 100111 | 100110 | 1100100 | 0 | 11 | 1010101 | 10110010 | 1100100 | 1000 |
Color Harmonies of #002726
Complementary color
Monochromatic Colors of #002726
Black with #002726
Text Example
Text Example
White with #002726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002726; }
p { color: rgb(0,39,38); }
H1.HeaderClassName
{
color: #002726;
}
.AnyTagClassName
{
color: #002726;
}
</style>
background-color css
<style>
a { background-color: #002726; }
a { background-color: rgb(0,39,38); }
div.DivClassName
{
background-color: #002726;
}
.BgClassName
{
background-color: #002726;
}
</style>
border-color css
<style>
span { border-color: #002726; }
span { border-color: rgb(0,39,38); }
td.TdClassName
{
border-color: #002726;
}
.TagClassName
{
border-color: #002726;
}
</style>