Shades of Dark Green #013821
Tints of Dark Green #013821
RGB
CMYK
RGB Variations
Color information
#013821 (or 0x013821) is known color: Dark Green. HEX triplet: 01, 38 and 21. RGB value is (1,56,33). Sum of RGB (Red+Green+Blue) = 1+56+33=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 56 (22.27% from 255 or 62.22% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 56 - color contains mainly: green. Hex color #013821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013821 is #FEC7DE. Grayscale: #242424. Windows color (decimal): -16697311 or 2177025. OLE color: 2177025.
HSL color Cylindrical-coordinate representation of color #013821: hue angle of 154.91º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013821 is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 56 | 33 | - |
| CMYK | 0.98 | 0 | 0.41 | 0.78 |
| HSL | 154.91º | 0.96% | 0.11% | - |
| HSV(B) | 154.91º | 0.98% | 0.22% | - |
| XYZ | 1.7 | 2.94 | 1.92 | - |
| YUV | 36.93 | 125.78 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 56 | 33 | 0.98 | 0 | 0.41 | 0.78 | 154.91 | 0.96 | 0.11 |
| Hex | 1 | 38 | 21 | 62 | 0 | 29 | 4E | 9B | 60 | B |
| Octal | 1 | 70 | 41 | 142 | 0 | 51 | 116 | 233 | 140 | 13 |
| Binary | 1 | 111000 | 100001 | 1100010 | 0 | 101001 | 1001110 | 10011011 | 1100000 | 1011 |
Color Harmonies of #013821
Complementary color
Monochromatic Colors of #013821
Black with #013821
Text Example
Text Example
White with #013821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013821; }
p { color: rgb(1,56,33); }
H1.HeaderClassName
{
color: #013821;
}
.AnyTagClassName
{
color: #013821;
}
</style>
background-color css
<style>
a { background-color: #013821; }
a { background-color: rgb(1,56,33); }
div.DivClassName
{
background-color: #013821;
}
.BgClassName
{
background-color: #013821;
}
</style>
border-color css
<style>
span { border-color: #013821; }
span { border-color: rgb(1,56,33); }
td.TdClassName
{
border-color: #013821;
}
.TagClassName
{
border-color: #013821;
}
</style>