Shades of Dark Green #00221C
Tints of Dark Green #00221C
RGB
CMYK
RGB Variations
Color information
#00221C (or 0x00221C) is known color: Dark Green. HEX triplet: 00, 22 and 1C. RGB value is (0,34,28). Sum of RGB (Red+Green+Blue) = 0+34+28=62 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 62); Green value is 34 (13.67% from 255 or 54.84% from 62); Blue value is 28 (11.33% from 255 or 45.16% from 62); Max value from RGB is 34 - color contains mainly: green. Hex color #00221C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00221C is #FFDDE3. Grayscale: #171717. Windows color (decimal): -16768484 or 1843712. OLE color: 1843712.
HSL color Cylindrical-coordinate representation of color #00221C: hue angle of 169.41º 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 #00221C is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 34 | 28 | - |
| CMYK | 1 | 0 | 0.18 | 0.87 |
| HSL | 169.41º | 1% | 0.07% | - |
| HSV(B) | 169.41º | 1% | 0.13% | - |
| XYZ | 0.78 | 1.23 | 1.29 | - |
| YUV | 23.15 | 130.74 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 28 | 1 | 0 | 0.18 | 0.87 | 169.41 | 1 | 0.07 |
| Hex | 0 | 22 | 1C | 64 | 0 | 12 | 57 | A9 | 64 | 7 |
| Octal | 0 | 42 | 34 | 144 | 0 | 22 | 127 | 251 | 144 | 7 |
| Binary | 0 | 100010 | 11100 | 1100100 | 0 | 10010 | 1010111 | 10101001 | 1100100 | 111 |
Color Harmonies of #00221C
Complementary color
Monochromatic Colors of #00221C
Black with #00221C
Text Example
Text Example
White with #00221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00221C; }
p { color: rgb(0,34,28); }
H1.HeaderClassName
{
color: #00221C;
}
.AnyTagClassName
{
color: #00221C;
}
</style>
background-color css
<style>
a { background-color: #00221C; }
a { background-color: rgb(0,34,28); }
div.DivClassName
{
background-color: #00221C;
}
.BgClassName
{
background-color: #00221C;
}
</style>
border-color css
<style>
span { border-color: #00221C; }
span { border-color: rgb(0,34,28); }
td.TdClassName
{
border-color: #00221C;
}
.TagClassName
{
border-color: #00221C;
}
</style>