Shades of Dark Green #00221B
Tints of Dark Green #00221B
RGB
CMYK
RGB Variations
Color information
#00221B (or 0x00221B) is known color: Dark Green. HEX triplet: 00, 22 and 1B. RGB value is (0,34,27). Sum of RGB (Red+Green+Blue) = 0+34+27=61 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 61); Green value is 34 (13.67% from 255 or 55.74% from 61); Blue value is 27 (10.94% from 255 or 44.26% from 61); Max value from RGB is 34 - color contains mainly: green. Hex color #00221B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00221B is #FFDDE4. Grayscale: #171717. Windows color (decimal): -16768485 or 1778176. OLE color: 1778176.
HSL color Cylindrical-coordinate representation of color #00221B: hue angle of 167.65º 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 #00221B is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.87.
Color convert
RGB | 0 | 34 | 27 | - |
CMYK | 1 | 0 | 0.21 | 0.87 |
HSL | 167.65º | 1% | 0.07% | - |
HSV(B) | 167.65º | 1% | 0.13% | - |
XYZ | 0.77 | 1.22 | 1.23 | - |
YUV | 23.04 | 130.24 | 111.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 34 | 27 | 1 | 0 | 0.21 | 0.87 | 167.65 | 1 | 0.07 |
Hex | 0 | 22 | 1B | 64 | 0 | 15 | 57 | A8 | 64 | 7 |
Octal | 0 | 42 | 33 | 144 | 0 | 25 | 127 | 250 | 144 | 7 |
Binary | 0 | 100010 | 11011 | 1100100 | 0 | 10101 | 1010111 | 10101000 | 1100100 | 111 |
Color Harmonies of #00221B
Complementary color
Monochromatic Colors of #00221B
Black with #00221B
Text Example
Text Example
White with #00221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00221B; }
p { color: rgb(0,34,27); }
H1.HeaderClassName
{
color: #00221B;
}
.AnyTagClassName
{
color: #00221B;
}
</style>
background-color css
<style>
a { background-color: #00221B; }
a { background-color: rgb(0,34,27); }
div.DivClassName
{
background-color: #00221B;
}
.BgClassName
{
background-color: #00221B;
}
</style>
border-color css
<style>
span { border-color: #00221B; }
span { border-color: rgb(0,34,27); }
td.TdClassName
{
border-color: #00221B;
}
.TagClassName
{
border-color: #00221B;
}
</style>