Shades of Dark Green #121E1B
Tints of Dark Green #121E1B
RGB
CMYK
RGB Variations
Color information
#121E1B (or 0x121E1B) is known color: Dark Green. HEX triplet: 12, 1E and 1B. RGB value is (18,30,27). Sum of RGB (Red+Green+Blue) = 18+30+27=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 30 (12.11% from 255 or 40% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 30 - color contains mainly: green. Hex color #121E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E1B is #EDE1E4. Grayscale: #1A1A1A. Windows color (decimal): -15589861 or 1777170. OLE color: 1777170.
HSL color Cylindrical-coordinate representation of color #121E1B: hue angle of 165º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #121E1B is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 18 | 30 | 27 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.88 |
| HSL | 165º | 0.25% | 0.09% | - |
| HSV(B) | 165º | 0.4% | 0.12% | - |
| XYZ | 0.91 | 1.14 | 1.21 | - |
| YUV | 26.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 27 | 0.40 | 0 | 0.10 | 0.88 | 165 | 0.25 | 0.09 |
| Hex | 12 | 1E | 1B | 28 | 0 | A | 58 | A5 | 19 | 9 |
| Octal | 22 | 36 | 33 | 50 | 0 | 12 | 130 | 245 | 31 | 11 |
| Binary | 10010 | 11110 | 11011 | 101000 | 0 | 1010 | 1011000 | 10100101 | 11001 | 1001 |
Color Harmonies of #121E1B
Complementary color
Monochromatic Colors of #121E1B
Black with #121E1B
Text Example
Text Example
White with #121E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121E1B; }
p { color: rgb(18,30,27); }
H1.HeaderClassName
{
color: #121E1B;
}
.AnyTagClassName
{
color: #121E1B;
}
</style>
background-color css
<style>
a { background-color: #121E1B; }
a { background-color: rgb(18,30,27); }
div.DivClassName
{
background-color: #121E1B;
}
.BgClassName
{
background-color: #121E1B;
}
</style>
border-color css
<style>
span { border-color: #121E1B; }
span { border-color: rgb(18,30,27); }
td.TdClassName
{
border-color: #121E1B;
}
.TagClassName
{
border-color: #121E1B;
}
</style>