Shades of Dark Green #00221A
Tints of Dark Green #00221A
RGB
CMYK
RGB Variations
Color information
#00221A (or 0x00221A) is known color: Dark Green. HEX triplet: 00, 22 and 1A. RGB value is (0,34,26). Sum of RGB (Red+Green+Blue) = 0+34+26=60 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 60); Green value is 34 (13.67% from 255 or 56.67% from 60); Blue value is 26 (10.55% from 255 or 43.33% from 60); Max value from RGB is 34 - color contains mainly: green. Hex color #00221A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00221A is #FFDDE5. Grayscale: #161616. Windows color (decimal): -16768486 or 1712640. OLE color: 1712640.
HSL color Cylindrical-coordinate representation of color #00221A: hue angle of 165.88º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00221A is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 34 | 26 | - |
| CMYK | 1 | 0 | 0.24 | 0.87 |
| HSL | 165.88º | 1% | 0.07% | - |
| HSV(B) | 165.88º | 1% | 0.13% | - |
| XYZ | 0.76 | 1.22 | 1.17 | - |
| YUV | 22.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 26 | 1 | 0 | 0.24 | 0.87 | 165.88 | 1 | 0.07 |
| Hex | 0 | 22 | 1A | 64 | 0 | 18 | 57 | A6 | 64 | 7 |
| Octal | 0 | 42 | 32 | 144 | 0 | 30 | 127 | 246 | 144 | 7 |
| Binary | 0 | 100010 | 11010 | 1100100 | 0 | 11000 | 1010111 | 10100110 | 1100100 | 111 |
Color Harmonies of #00221A
Complementary color
Monochromatic Colors of #00221A
Black with #00221A
Text Example
Text Example
White with #00221A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00221A; }
p { color: rgb(0,34,26); }
H1.HeaderClassName
{
color: #00221A;
}
.AnyTagClassName
{
color: #00221A;
}
</style>
background-color css
<style>
a { background-color: #00221A; }
a { background-color: rgb(0,34,26); }
div.DivClassName
{
background-color: #00221A;
}
.BgClassName
{
background-color: #00221A;
}
</style>
border-color css
<style>
span { border-color: #00221A; }
span { border-color: rgb(0,34,26); }
td.TdClassName
{
border-color: #00221A;
}
.TagClassName
{
border-color: #00221A;
}
</style>