Shades of Dark Green #12221D
Tints of Dark Green #12221D
RGB
CMYK
RGB Variations
Color information
#12221D (or 0x12221D) is known color: Dark Green. HEX triplet: 12, 22 and 1D. RGB value is (18,34,29). Sum of RGB (Red+Green+Blue) = 18+34+29=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 34 (13.67% from 255 or 41.98% from 81); Blue value is 29 (11.72% from 255 or 35.80% from 81); Max value from RGB is 34 - color contains mainly: green. Hex color #12221D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12221D is #EDDDE2. Grayscale: #1C1C1C. Windows color (decimal): -15588835 or 1909266. OLE color: 1909266.
HSL color Cylindrical-coordinate representation of color #12221D: hue angle of 161.25º 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 #12221D is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 18 | 34 | 29 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.87 |
| HSL | 161.25º | 0.31% | 0.1% | - |
| HSV(B) | 161.25º | 0.47% | 0.13% | - |
| XYZ | 1.04 | 1.36 | 1.37 | - |
| YUV | 28.65 | 128.2 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 34 | 29 | 0.47 | 0 | 0.15 | 0.87 | 161.25 | 0.31 | 0.1 |
| Hex | 12 | 22 | 1D | 2F | 0 | F | 57 | A1 | 1F | A |
| Octal | 22 | 42 | 35 | 57 | 0 | 17 | 127 | 241 | 37 | 12 |
| Binary | 10010 | 100010 | 11101 | 101111 | 0 | 1111 | 1010111 | 10100001 | 11111 | 1010 |
Color Harmonies of #12221D
Complementary color
Monochromatic Colors of #12221D
Black with #12221D
Text Example
Text Example
White with #12221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12221D; }
p { color: rgb(18,34,29); }
H1.HeaderClassName
{
color: #12221D;
}
.AnyTagClassName
{
color: #12221D;
}
</style>
background-color css
<style>
a { background-color: #12221D; }
a { background-color: rgb(18,34,29); }
div.DivClassName
{
background-color: #12221D;
}
.BgClassName
{
background-color: #12221D;
}
</style>
border-color css
<style>
span { border-color: #12221D; }
span { border-color: rgb(18,34,29); }
td.TdClassName
{
border-color: #12221D;
}
.TagClassName
{
border-color: #12221D;
}
</style>