Shades of Dark Green #012526
Tints of Dark Green #012526
RGB
CMYK
RGB Variations
Color information
#012526 (or 0x012526) is known color: Dark Green. HEX triplet: 01, 25 and 26. RGB value is (1,37,38). Sum of RGB (Red+Green+Blue) = 1+37+38=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 37 (14.84% from 255 or 48.68% from 76); Blue value is 38 (15.23% from 255 or 50% from 76); Max value from RGB is 38 - color contains mainly: blue. Hex color #012526 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012526 is #FEDAD9. Grayscale: #1A1A1A. Windows color (decimal): -16702170 or 2499841. OLE color: 2499841.
HSL color Cylindrical-coordinate representation of color #012526: hue angle of 181.62º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012526 is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 37 | 38 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.85 |
| HSL | 181.62º | 0.95% | 0.08% | - |
| HSV(B) | 181.62º | 0.97% | 0.15% | - |
| XYZ | 1.02 | 1.47 | 2.06 | - |
| YUV | 26.35 | 134.57 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 37 | 38 | 0.97 | 0.03 | 0 | 0.85 | 181.62 | 0.95 | 0.08 |
| Hex | 1 | 25 | 26 | 61 | 3 | 0 | 55 | B6 | 5F | 8 |
| Octal | 1 | 45 | 46 | 141 | 3 | 0 | 125 | 266 | 137 | 10 |
| Binary | 1 | 100101 | 100110 | 1100001 | 11 | 0 | 1010101 | 10110110 | 1011111 | 1000 |
Color Harmonies of #012526
Complementary color
Monochromatic Colors of #012526
Black with #012526
Text Example
Text Example
White with #012526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012526; }
p { color: rgb(1,37,38); }
H1.HeaderClassName
{
color: #012526;
}
.AnyTagClassName
{
color: #012526;
}
</style>
background-color css
<style>
a { background-color: #012526; }
a { background-color: rgb(1,37,38); }
div.DivClassName
{
background-color: #012526;
}
.BgClassName
{
background-color: #012526;
}
</style>
border-color css
<style>
span { border-color: #012526; }
span { border-color: rgb(1,37,38); }
td.TdClassName
{
border-color: #012526;
}
.TagClassName
{
border-color: #012526;
}
</style>