Shades of Dark Green #13241E
Tints of Dark Green #13241E
RGB
CMYK
RGB Variations
Color information
#13241E (or 0x13241E) is known color: Dark Green. HEX triplet: 13, 24 and 1E. RGB value is (19,36,30). Sum of RGB (Red+Green+Blue) = 19+36+30=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 36 (14.45% from 255 or 42.35% from 85); Blue value is 30 (12.11% from 255 or 35.29% from 85); Max value from RGB is 36 - color contains mainly: green. Hex color #13241E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13241E is #ECDBE1. Grayscale: #1E1E1E. Windows color (decimal): -15522786 or 1975315. OLE color: 1975315.
HSL color Cylindrical-coordinate representation of color #13241E: hue angle of 158.82º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #13241E is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 36 | 30 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.86 |
| HSL | 158.82º | 0.31% | 0.11% | - |
| HSV(B) | 158.82º | 0.47% | 0.14% | - |
| XYZ | 1.13 | 1.49 | 1.46 | - |
| YUV | 30.23 | 127.87 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 30 | 0.47 | 0 | 0.17 | 0.86 | 158.82 | 0.31 | 0.11 |
| Hex | 13 | 24 | 1E | 2F | 0 | 11 | 56 | 9F | 1F | B |
| Octal | 23 | 44 | 36 | 57 | 0 | 21 | 126 | 237 | 37 | 13 |
| Binary | 10011 | 100100 | 11110 | 101111 | 0 | 10001 | 1010110 | 10011111 | 11111 | 1011 |
Color Harmonies of #13241E
Complementary color
Monochromatic Colors of #13241E
Black with #13241E
Text Example
Text Example
White with #13241E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13241E; }
p { color: rgb(19,36,30); }
H1.HeaderClassName
{
color: #13241E;
}
.AnyTagClassName
{
color: #13241E;
}
</style>
background-color css
<style>
a { background-color: #13241E; }
a { background-color: rgb(19,36,30); }
div.DivClassName
{
background-color: #13241E;
}
.BgClassName
{
background-color: #13241E;
}
</style>
border-color css
<style>
span { border-color: #13241E; }
span { border-color: rgb(19,36,30); }
td.TdClassName
{
border-color: #13241E;
}
.TagClassName
{
border-color: #13241E;
}
</style>