Shades of Dark Green #13261F
Tints of Dark Green #13261F
RGB
CMYK
RGB Variations
Color information
#13261F (or 0x13261F) is known color: Dark Green. HEX triplet: 13, 26 and 1F. RGB value is (19,38,31). Sum of RGB (Red+Green+Blue) = 19+38+31=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 38 (15.23% from 255 or 43.18% from 88); Blue value is 31 (12.5% from 255 or 35.23% from 88); Max value from RGB is 38 - color contains mainly: green. Hex color #13261F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13261F is #ECD9E0. Grayscale: #1F1F1F. Windows color (decimal): -15522273 or 2041363. OLE color: 2041363.
HSL color Cylindrical-coordinate representation of color #13261F: hue angle of 157.89º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #13261F is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 38 | 31 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.85 |
| HSL | 157.89º | 0.33% | 0.11% | - |
| HSV(B) | 157.89º | 0.5% | 0.15% | - |
| XYZ | 1.21 | 1.62 | 1.55 | - |
| YUV | 31.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 38 | 31 | 0.50 | 0 | 0.18 | 0.85 | 157.89 | 0.33 | 0.11 |
| Hex | 13 | 26 | 1F | 32 | 0 | 12 | 55 | 9E | 21 | B |
| Octal | 23 | 46 | 37 | 62 | 0 | 22 | 125 | 236 | 41 | 13 |
| Binary | 10011 | 100110 | 11111 | 110010 | 0 | 10010 | 1010101 | 10011110 | 100001 | 1011 |
Color Harmonies of #13261F
Complementary color
Monochromatic Colors of #13261F
Black with #13261F
Text Example
Text Example
White with #13261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13261F; }
p { color: rgb(19,38,31); }
H1.HeaderClassName
{
color: #13261F;
}
.AnyTagClassName
{
color: #13261F;
}
</style>
background-color css
<style>
a { background-color: #13261F; }
a { background-color: rgb(19,38,31); }
div.DivClassName
{
background-color: #13261F;
}
.BgClassName
{
background-color: #13261F;
}
</style>
border-color css
<style>
span { border-color: #13261F; }
span { border-color: rgb(19,38,31); }
td.TdClassName
{
border-color: #13261F;
}
.TagClassName
{
border-color: #13261F;
}
</style>