Shades of Dark Green #013823
Tints of Dark Green #013823
RGB
CMYK
RGB Variations
Color information
#013823 (or 0x013823) is known color: Dark Green. HEX triplet: 01, 38 and 23. RGB value is (1,56,35). Sum of RGB (Red+Green+Blue) = 1+56+35=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 56 (22.27% from 255 or 60.87% from 92); Blue value is 35 (14.06% from 255 or 38.04% from 92); Max value from RGB is 56 - color contains mainly: green. Hex color #013823 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013823 is #FEC7DC. Grayscale: #252525. Windows color (decimal): -16697309 or 2308097. OLE color: 2308097.
HSL color Cylindrical-coordinate representation of color #013823: hue angle of 157.09º 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 #013823 is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 56 | 35 | - |
| CMYK | 0.98 | 0 | 0.37 | 0.78 |
| HSL | 157.09º | 0.96% | 0.11% | - |
| HSV(B) | 157.09º | 0.98% | 0.22% | - |
| XYZ | 1.73 | 2.96 | 2.07 | - |
| YUV | 37.16 | 126.78 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 56 | 35 | 0.98 | 0 | 0.37 | 0.78 | 157.09 | 0.96 | 0.11 |
| Hex | 1 | 38 | 23 | 62 | 0 | 25 | 4E | 9D | 60 | B |
| Octal | 1 | 70 | 43 | 142 | 0 | 45 | 116 | 235 | 140 | 13 |
| Binary | 1 | 111000 | 100011 | 1100010 | 0 | 100101 | 1001110 | 10011101 | 1100000 | 1011 |
Color Harmonies of #013823
Complementary color
Monochromatic Colors of #013823
Black with #013823
Text Example
Text Example
White with #013823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013823; }
p { color: rgb(1,56,35); }
H1.HeaderClassName
{
color: #013823;
}
.AnyTagClassName
{
color: #013823;
}
</style>
background-color css
<style>
a { background-color: #013823; }
a { background-color: rgb(1,56,35); }
div.DivClassName
{
background-color: #013823;
}
.BgClassName
{
background-color: #013823;
}
</style>
border-color css
<style>
span { border-color: #013823; }
span { border-color: rgb(1,56,35); }
td.TdClassName
{
border-color: #013823;
}
.TagClassName
{
border-color: #013823;
}
</style>