Shades of Dark Green #12261F
Tints of Dark Green #12261F
RGB
CMYK
RGB Variations
Color information
#12261F (or 0x12261F) is known color: Dark Green. HEX triplet: 12, 26 and 1F. RGB value is (18,38,31). Sum of RGB (Red+Green+Blue) = 18+38+31=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 38 (15.23% from 255 or 43.68% from 87); Blue value is 31 (12.5% from 255 or 35.63% from 87); Max value from RGB is 38 - color contains mainly: green. Hex color #12261F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12261F is #EDD9E0. Grayscale: #1F1F1F. Windows color (decimal): -15587809 or 2041362. OLE color: 2041362.
HSL color Cylindrical-coordinate representation of color #12261F: hue angle of 159º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #12261F is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 38 | 31 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.85 |
| HSL | 159º | 0.36% | 0.11% | - |
| HSV(B) | 159º | 0.53% | 0.15% | - |
| XYZ | 1.19 | 1.61 | 1.55 | - |
| YUV | 31.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 38 | 31 | 0.53 | 0 | 0.18 | 0.85 | 159 | 0.36 | 0.11 |
| Hex | 12 | 26 | 1F | 35 | 0 | 12 | 55 | 9F | 24 | B |
| Octal | 22 | 46 | 37 | 65 | 0 | 22 | 125 | 237 | 44 | 13 |
| Binary | 10010 | 100110 | 11111 | 110101 | 0 | 10010 | 1010101 | 10011111 | 100100 | 1011 |
Color Harmonies of #12261F
Complementary color
Monochromatic Colors of #12261F
Black with #12261F
Text Example
Text Example
White with #12261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12261F; }
p { color: rgb(18,38,31); }
H1.HeaderClassName
{
color: #12261F;
}
.AnyTagClassName
{
color: #12261F;
}
</style>
background-color css
<style>
a { background-color: #12261F; }
a { background-color: rgb(18,38,31); }
div.DivClassName
{
background-color: #12261F;
}
.BgClassName
{
background-color: #12261F;
}
</style>
border-color css
<style>
span { border-color: #12261F; }
span { border-color: rgb(18,38,31); }
td.TdClassName
{
border-color: #12261F;
}
.TagClassName
{
border-color: #12261F;
}
</style>