Shades of Dark Green #121413
Tints of Dark Green #121413
RGB
CMYK
RGB Variations
Color information
#121413 (or 0x121413) is known color: Dark Green. HEX triplet: 12, 14 and 13. RGB value is (18,20,19). Sum of RGB (Red+Green+Blue) = 18+20+19=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 20 (8.20% from 255 or 35.09% from 57); Blue value is 19 (7.81% from 255 or 33.33% from 57); Max value from RGB is 20 - color contains mainly: green. Hex color #121413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121413 is #EDEBEC. Grayscale: #131313. Windows color (decimal): -15592429 or 1250322. OLE color: 1250322.
HSL color Cylindrical-coordinate representation of color #121413: hue angle of 150º degrees, saturation: 0.05, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #121413 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.92.
Color convert
RGB | 18 | 20 | 19 | - |
CMYK | 0.10 | 0 | 0.05 | 0.92 |
HSL | 150º | 0.05% | 0.07% | - |
HSV(B) | 150º | 0.1% | 0.08% | - |
XYZ | 0.62 | 0.68 | 0.71 | - |
YUV | 19.29 | 127.84 | 127.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 18 | 20 | 19 | 0.10 | 0 | 0.05 | 0.92 | 150 | 0.05 | 0.07 |
Hex | 12 | 14 | 13 | A | 0 | 5 | 5C | 96 | 5 | 7 |
Octal | 22 | 24 | 23 | 12 | 0 | 5 | 134 | 226 | 5 | 7 |
Binary | 10010 | 10100 | 10011 | 1010 | 0 | 101 | 1011100 | 10010110 | 101 | 111 |
Color Harmonies of #121413
Complementary color
Monochromatic Colors of #121413
Black with #121413
Text Example
Text Example
White with #121413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121413; }
p { color: rgb(18,20,19); }
H1.HeaderClassName
{
color: #121413;
}
.AnyTagClassName
{
color: #121413;
}
</style>
background-color css
<style>
a { background-color: #121413; }
a { background-color: rgb(18,20,19); }
div.DivClassName
{
background-color: #121413;
}
.BgClassName
{
background-color: #121413;
}
</style>
border-color css
<style>
span { border-color: #121413; }
span { border-color: rgb(18,20,19); }
td.TdClassName
{
border-color: #121413;
}
.TagClassName
{
border-color: #121413;
}
</style>