Shades of Dark Green #12211C
Tints of Dark Green #12211C
RGB
CMYK
RGB Variations
Color information
#12211C (or 0x12211C) is known color: Dark Green. HEX triplet: 12, 21 and 1C. RGB value is (18,33,28). Sum of RGB (Red+Green+Blue) = 18+33+28=79 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.78% from 79); Green value is 33 (13.28% from 255 or 41.77% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 33 - color contains mainly: green. Hex color #12211C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12211C is #EDDEE3. Grayscale: #1B1B1B. Windows color (decimal): -15589092 or 1843474. OLE color: 1843474.
HSL color Cylindrical-coordinate representation of color #12211C: hue angle of 160º degrees, saturation: 0.29, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #12211C is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 18 | 33 | 28 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.87 |
| HSL | 160º | 0.29% | 0.1% | - |
| HSV(B) | 160º | 0.45% | 0.13% | - |
| XYZ | 1 | 1.3 | 1.3 | - |
| YUV | 27.95 | 128.03 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 33 | 28 | 0.45 | 0 | 0.15 | 0.87 | 160 | 0.29 | 0.1 |
| Hex | 12 | 21 | 1C | 2D | 0 | F | 57 | A0 | 1D | A |
| Octal | 22 | 41 | 34 | 55 | 0 | 17 | 127 | 240 | 35 | 12 |
| Binary | 10010 | 100001 | 11100 | 101101 | 0 | 1111 | 1010111 | 10100000 | 11101 | 1010 |
Color Harmonies of #12211C
Complementary color
Monochromatic Colors of #12211C
Black with #12211C
Text Example
Text Example
White with #12211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12211C; }
p { color: rgb(18,33,28); }
H1.HeaderClassName
{
color: #12211C;
}
.AnyTagClassName
{
color: #12211C;
}
</style>
background-color css
<style>
a { background-color: #12211C; }
a { background-color: rgb(18,33,28); }
div.DivClassName
{
background-color: #12211C;
}
.BgClassName
{
background-color: #12211C;
}
</style>
border-color css
<style>
span { border-color: #12211C; }
span { border-color: rgb(18,33,28); }
td.TdClassName
{
border-color: #12211C;
}
.TagClassName
{
border-color: #12211C;
}
</style>