Shades of Dark Green #002622
Tints of Dark Green #002622
RGB
CMYK
RGB Variations
Color information
#002622 (or 0x002622) is known color: Dark Green. HEX triplet: 00, 26 and 22. RGB value is (0,38,34). Sum of RGB (Red+Green+Blue) = 0+38+34=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 38 (15.23% from 255 or 52.78% from 72); Blue value is 34 (13.67% from 255 or 47.22% from 72); Max value from RGB is 38 - color contains mainly: green. Hex color #002622 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002622 is #FFD9DD. Grayscale: #1A1A1A. Windows color (decimal): -16767454 or 2237952. OLE color: 2237952.
HSL color Cylindrical-coordinate representation of color #002622: hue angle of 173.68º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002622 is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 38 | 34 | - |
| CMYK | 1 | 0 | 0.11 | 0.85 |
| HSL | 173.68º | 1% | 0.07% | - |
| HSV(B) | 173.68º | 1% | 0.15% | - |
| XYZ | 0.98 | 1.5 | 1.75 | - |
| YUV | 26.18 | 132.41 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 34 | 1 | 0 | 0.11 | 0.85 | 173.68 | 1 | 0.07 |
| Hex | 0 | 26 | 22 | 64 | 0 | B | 55 | AE | 64 | 7 |
| Octal | 0 | 46 | 42 | 144 | 0 | 13 | 125 | 256 | 144 | 7 |
| Binary | 0 | 100110 | 100010 | 1100100 | 0 | 1011 | 1010101 | 10101110 | 1100100 | 111 |
Color Harmonies of #002622
Complementary color
Monochromatic Colors of #002622
Black with #002622
Text Example
Text Example
White with #002622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002622; }
p { color: rgb(0,38,34); }
H1.HeaderClassName
{
color: #002622;
}
.AnyTagClassName
{
color: #002622;
}
</style>
background-color css
<style>
a { background-color: #002622; }
a { background-color: rgb(0,38,34); }
div.DivClassName
{
background-color: #002622;
}
.BgClassName
{
background-color: #002622;
}
</style>
border-color css
<style>
span { border-color: #002622; }
span { border-color: rgb(0,38,34); }
td.TdClassName
{
border-color: #002622;
}
.TagClassName
{
border-color: #002622;
}
</style>