Shades of Dark Green #12201B
Tints of Dark Green #12201B
RGB
CMYK
RGB Variations
Color information
#12201B (or 0x12201B) is known color: Dark Green. HEX triplet: 12, 20 and 1B. RGB value is (18,32,27). Sum of RGB (Red+Green+Blue) = 18+32+27=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 32 (12.89% from 255 or 41.56% from 77); Blue value is 27 (10.94% from 255 or 35.06% from 77); Max value from RGB is 32 - color contains mainly: green. Hex color #12201B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12201B is #EDDFE4. Grayscale: #1B1B1B. Windows color (decimal): -15589349 or 1777682. OLE color: 1777682.
HSL color Cylindrical-coordinate representation of color #12201B: hue angle of 158.57º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #12201B is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 18 | 32 | 27 | - |
| CMYK | 0.44 | 0 | 0.16 | 0.87 |
| HSL | 158.57º | 0.28% | 0.1% | - |
| HSV(B) | 158.57º | 0.44% | 0.13% | - |
| XYZ | 0.96 | 1.24 | 1.23 | - |
| YUV | 27.24 | 127.86 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 27 | 0.44 | 0 | 0.16 | 0.87 | 158.57 | 0.28 | 0.1 |
| Hex | 12 | 20 | 1B | 2C | 0 | 10 | 57 | 9F | 1C | A |
| Octal | 22 | 40 | 33 | 54 | 0 | 20 | 127 | 237 | 34 | 12 |
| Binary | 10010 | 100000 | 11011 | 101100 | 0 | 10000 | 1010111 | 10011111 | 11100 | 1010 |
Color Harmonies of #12201B
Complementary color
Monochromatic Colors of #12201B
Black with #12201B
Text Example
Text Example
White with #12201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12201B; }
p { color: rgb(18,32,27); }
H1.HeaderClassName
{
color: #12201B;
}
.AnyTagClassName
{
color: #12201B;
}
</style>
background-color css
<style>
a { background-color: #12201B; }
a { background-color: rgb(18,32,27); }
div.DivClassName
{
background-color: #12201B;
}
.BgClassName
{
background-color: #12201B;
}
</style>
border-color css
<style>
span { border-color: #12201B; }
span { border-color: rgb(18,32,27); }
td.TdClassName
{
border-color: #12201B;
}
.TagClassName
{
border-color: #12201B;
}
</style>