Shades of Dark Green #012523
Tints of Dark Green #012523
RGB
CMYK
RGB Variations
Color information
#012523 (or 0x012523) is known color: Dark Green. HEX triplet: 01, 25 and 23. RGB value is (1,37,35). Sum of RGB (Red+Green+Blue) = 1+37+35=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 37 (14.84% from 255 or 50.68% from 73); Blue value is 35 (14.06% from 255 or 47.95% from 73); Max value from RGB is 37 - color contains mainly: green. Hex color #012523 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012523 is #FEDADC. Grayscale: #191919. Windows color (decimal): -16702173 or 2303233. OLE color: 2303233.
HSL color Cylindrical-coordinate representation of color #012523: hue angle of 176.67º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012523 is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 37 | 35 | - |
| CMYK | 0.97 | 0 | 0.05 | 0.85 |
| HSL | 176.67º | 0.95% | 0.07% | - |
| HSV(B) | 176.67º | 0.97% | 0.15% | - |
| XYZ | 0.98 | 1.45 | 1.82 | - |
| YUV | 26.01 | 133.07 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 37 | 35 | 0.97 | 0 | 0.05 | 0.85 | 176.67 | 0.95 | 0.07 |
| Hex | 1 | 25 | 23 | 61 | 0 | 5 | 55 | B1 | 5F | 7 |
| Octal | 1 | 45 | 43 | 141 | 0 | 5 | 125 | 261 | 137 | 7 |
| Binary | 1 | 100101 | 100011 | 1100001 | 0 | 101 | 1010101 | 10110001 | 1011111 | 111 |
Color Harmonies of #012523
Complementary color
Monochromatic Colors of #012523
Black with #012523
Text Example
Text Example
White with #012523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012523; }
p { color: rgb(1,37,35); }
H1.HeaderClassName
{
color: #012523;
}
.AnyTagClassName
{
color: #012523;
}
</style>
background-color css
<style>
a { background-color: #012523; }
a { background-color: rgb(1,37,35); }
div.DivClassName
{
background-color: #012523;
}
.BgClassName
{
background-color: #012523;
}
</style>
border-color css
<style>
span { border-color: #012523; }
span { border-color: rgb(1,37,35); }
td.TdClassName
{
border-color: #012523;
}
.TagClassName
{
border-color: #012523;
}
</style>