Shades of Dark Green #013723
Tints of Dark Green #013723
RGB
CMYK
RGB Variations
Color information
#013723 (or 0x013723) is known color: Dark Green. HEX triplet: 01, 37 and 23. RGB value is (1,55,35). Sum of RGB (Red+Green+Blue) = 1+55+35=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 55 (21.88% from 255 or 60.44% from 91); Blue value is 35 (14.06% from 255 or 38.46% from 91); Max value from RGB is 55 - color contains mainly: green. Hex color #013723 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013723 is #FEC8DC. Grayscale: #242424. Windows color (decimal): -16697565 or 2307841. OLE color: 2307841.
HSL color Cylindrical-coordinate representation of color #013723: hue angle of 157.78º 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 #013723 is Cyan = 0.98, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 55 | 35 | - |
| CMYK | 0.98 | 0 | 0.36 | 0.78 |
| HSL | 157.78º | 0.96% | 0.11% | - |
| HSV(B) | 157.78º | 0.98% | 0.22% | - |
| XYZ | 1.68 | 2.86 | 2.05 | - |
| YUV | 36.57 | 127.11 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 55 | 35 | 0.98 | 0 | 0.36 | 0.78 | 157.78 | 0.96 | 0.11 |
| Hex | 1 | 37 | 23 | 62 | 0 | 24 | 4E | 9E | 60 | B |
| Octal | 1 | 67 | 43 | 142 | 0 | 44 | 116 | 236 | 140 | 13 |
| Binary | 1 | 110111 | 100011 | 1100010 | 0 | 100100 | 1001110 | 10011110 | 1100000 | 1011 |
Color Harmonies of #013723
Complementary color
Monochromatic Colors of #013723
Black with #013723
Text Example
Text Example
White with #013723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013723; }
p { color: rgb(1,55,35); }
H1.HeaderClassName
{
color: #013723;
}
.AnyTagClassName
{
color: #013723;
}
</style>
background-color css
<style>
a { background-color: #013723; }
a { background-color: rgb(1,55,35); }
div.DivClassName
{
background-color: #013723;
}
.BgClassName
{
background-color: #013723;
}
</style>
border-color css
<style>
span { border-color: #013723; }
span { border-color: rgb(1,55,35); }
td.TdClassName
{
border-color: #013723;
}
.TagClassName
{
border-color: #013723;
}
</style>