Shades of Dark Green #12221C
Tints of Dark Green #12221C
RGB
CMYK
RGB Variations
Color information
#12221C (or 0x12221C) is known color: Dark Green. HEX triplet: 12, 22 and 1C. RGB value is (18,34,28). Sum of RGB (Red+Green+Blue) = 18+34+28=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 34 (13.67% from 255 or 42.5% from 80); Blue value is 28 (11.33% from 255 or 35% from 80); Max value from RGB is 34 - color contains mainly: green. Hex color #12221C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12221C is #EDDDE3. Grayscale: #1C1C1C. Windows color (decimal): -15588836 or 1843730. OLE color: 1843730.
HSL color Cylindrical-coordinate representation of color #12221C: hue angle of 157.5º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #12221C is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 18 | 34 | 28 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.87 |
| HSL | 157.5º | 0.31% | 0.1% | - |
| HSV(B) | 157.5º | 0.47% | 0.13% | - |
| XYZ | 1.03 | 1.36 | 1.31 | - |
| YUV | 28.53 | 127.7 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 34 | 28 | 0.47 | 0 | 0.18 | 0.87 | 157.5 | 0.31 | 0.1 |
| Hex | 12 | 22 | 1C | 2F | 0 | 12 | 57 | 9E | 1F | A |
| Octal | 22 | 42 | 34 | 57 | 0 | 22 | 127 | 236 | 37 | 12 |
| Binary | 10010 | 100010 | 11100 | 101111 | 0 | 10010 | 1010111 | 10011110 | 11111 | 1010 |
Color Harmonies of #12221C
Complementary color
Monochromatic Colors of #12221C
Black with #12221C
Text Example
Text Example
White with #12221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12221C; }
p { color: rgb(18,34,28); }
H1.HeaderClassName
{
color: #12221C;
}
.AnyTagClassName
{
color: #12221C;
}
</style>
background-color css
<style>
a { background-color: #12221C; }
a { background-color: rgb(18,34,28); }
div.DivClassName
{
background-color: #12221C;
}
.BgClassName
{
background-color: #12221C;
}
</style>
border-color css
<style>
span { border-color: #12221C; }
span { border-color: rgb(18,34,28); }
td.TdClassName
{
border-color: #12221C;
}
.TagClassName
{
border-color: #12221C;
}
</style>