Shades of Dark Green #121F1B
Tints of Dark Green #121F1B
RGB
CMYK
RGB Variations
Color information
#121F1B (or 0x121F1B) is known color: Dark Green. HEX triplet: 12, 1F and 1B. RGB value is (18,31,27). Sum of RGB (Red+Green+Blue) = 18+31+27=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 31 (12.5% from 255 or 40.79% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 31 - color contains mainly: green. Hex color #121F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F1B is #EDE0E4. Grayscale: #1A1A1A. Windows color (decimal): -15589605 or 1777426. OLE color: 1777426.
HSL color Cylindrical-coordinate representation of color #121F1B: hue angle of 161.54º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #121F1B is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 18 | 31 | 27 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.88 |
| HSL | 161.54º | 0.27% | 0.1% | - |
| HSV(B) | 161.54º | 0.42% | 0.12% | - |
| XYZ | 0.94 | 1.19 | 1.22 | - |
| YUV | 26.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 27 | 0.42 | 0 | 0.13 | 0.88 | 161.54 | 0.27 | 0.1 |
| Hex | 12 | 1F | 1B | 2A | 0 | D | 58 | A2 | 1B | A |
| Octal | 22 | 37 | 33 | 52 | 0 | 15 | 130 | 242 | 33 | 12 |
| Binary | 10010 | 11111 | 11011 | 101010 | 0 | 1101 | 1011000 | 10100010 | 11011 | 1010 |
Color Harmonies of #121F1B
Complementary color
Monochromatic Colors of #121F1B
Black with #121F1B
Text Example
Text Example
White with #121F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121F1B; }
p { color: rgb(18,31,27); }
H1.HeaderClassName
{
color: #121F1B;
}
.AnyTagClassName
{
color: #121F1B;
}
</style>
background-color css
<style>
a { background-color: #121F1B; }
a { background-color: rgb(18,31,27); }
div.DivClassName
{
background-color: #121F1B;
}
.BgClassName
{
background-color: #121F1B;
}
</style>
border-color css
<style>
span { border-color: #121F1B; }
span { border-color: rgb(18,31,27); }
td.TdClassName
{
border-color: #121F1B;
}
.TagClassName
{
border-color: #121F1B;
}
</style>