Shades of Dark Green #012325
Tints of Dark Green #012325
RGB
CMYK
RGB Variations
Color information
#012325 (or 0x012325) is known color: Dark Green. HEX triplet: 01, 23 and 25. RGB value is (1,35,37). Sum of RGB (Red+Green+Blue) = 1+35+37=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 35 (14.06% from 255 or 47.95% from 73); Blue value is 37 (14.84% from 255 or 50.68% from 73); Max value from RGB is 37 - color contains mainly: blue. Hex color #012325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012325 is #FEDCDA. Grayscale: #191919. Windows color (decimal): -16702683 or 2433793. OLE color: 2433793.
HSL color Cylindrical-coordinate representation of color #012325: hue angle of 183.33º 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 #012325 is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 35 | 37 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.85 |
| HSL | 183.33º | 0.95% | 0.07% | - |
| HSV(B) | 183.33º | 0.97% | 0.15% | - |
| XYZ | 0.95 | 1.34 | 1.96 | - |
| YUV | 25.06 | 134.74 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 35 | 37 | 0.97 | 0.05 | 0 | 0.85 | 183.33 | 0.95 | 0.07 |
| Hex | 1 | 23 | 25 | 61 | 5 | 0 | 55 | B7 | 5F | 7 |
| Octal | 1 | 43 | 45 | 141 | 5 | 0 | 125 | 267 | 137 | 7 |
| Binary | 1 | 100011 | 100101 | 1100001 | 101 | 0 | 1010101 | 10110111 | 1011111 | 111 |
Color Harmonies of #012325
Complementary color
Monochromatic Colors of #012325
Black with #012325
Text Example
Text Example
White with #012325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012325; }
p { color: rgb(1,35,37); }
H1.HeaderClassName
{
color: #012325;
}
.AnyTagClassName
{
color: #012325;
}
</style>
background-color css
<style>
a { background-color: #012325; }
a { background-color: rgb(1,35,37); }
div.DivClassName
{
background-color: #012325;
}
.BgClassName
{
background-color: #012325;
}
</style>
border-color css
<style>
span { border-color: #012325; }
span { border-color: rgb(1,35,37); }
td.TdClassName
{
border-color: #012325;
}
.TagClassName
{
border-color: #012325;
}
</style>