Shades of Dark Green #01261C
Tints of Dark Green #01261C
RGB
CMYK
RGB Variations
Color information
#01261C (or 0x01261C) is known color: Dark Green. HEX triplet: 01, 26 and 1C. RGB value is (1,38,28). Sum of RGB (Red+Green+Blue) = 1+38+28=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 38 (15.23% from 255 or 56.72% from 67); Blue value is 28 (11.33% from 255 or 41.79% from 67); Max value from RGB is 38 - color contains mainly: green. Hex color #01261C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01261C is #FED9E3. Grayscale: #191919. Windows color (decimal): -16701924 or 1844737. OLE color: 1844737.
HSL color Cylindrical-coordinate representation of color #01261C: hue angle of 163.78º 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 #01261C is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 38 | 28 | - |
| CMYK | 0.97 | 0 | 0.26 | 0.85 |
| HSL | 163.78º | 0.95% | 0.08% | - |
| HSV(B) | 163.78º | 0.97% | 0.15% | - |
| XYZ | 0.92 | 1.48 | 1.34 | - |
| YUV | 25.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 38 | 28 | 0.97 | 0 | 0.26 | 0.85 | 163.78 | 0.95 | 0.08 |
| Hex | 1 | 26 | 1C | 61 | 0 | 1A | 55 | A4 | 5F | 8 |
| Octal | 1 | 46 | 34 | 141 | 0 | 32 | 125 | 244 | 137 | 10 |
| Binary | 1 | 100110 | 11100 | 1100001 | 0 | 11010 | 1010101 | 10100100 | 1011111 | 1000 |
Color Harmonies of #01261C
Complementary color
Monochromatic Colors of #01261C
Black with #01261C
Text Example
Text Example
White with #01261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01261C; }
p { color: rgb(1,38,28); }
H1.HeaderClassName
{
color: #01261C;
}
.AnyTagClassName
{
color: #01261C;
}
</style>
background-color css
<style>
a { background-color: #01261C; }
a { background-color: rgb(1,38,28); }
div.DivClassName
{
background-color: #01261C;
}
.BgClassName
{
background-color: #01261C;
}
</style>
border-color css
<style>
span { border-color: #01261C; }
span { border-color: rgb(1,38,28); }
td.TdClassName
{
border-color: #01261C;
}
.TagClassName
{
border-color: #01261C;
}
</style>