Shades of Dark Green #01261F
Tints of Dark Green #01261F
RGB
CMYK
RGB Variations
Color information
#01261F (or 0x01261F) is known color: Dark Green. HEX triplet: 01, 26 and 1F. RGB value is (1,38,31). Sum of RGB (Red+Green+Blue) = 1+38+31=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 38 (15.23% from 255 or 54.29% from 70); Blue value is 31 (12.5% from 255 or 44.29% from 70); Max value from RGB is 38 - color contains mainly: green. Hex color #01261F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01261F is #FED9E0. Grayscale: #1A1A1A. Windows color (decimal): -16701921 or 2041345. OLE color: 2041345.
HSL color Cylindrical-coordinate representation of color #01261F: hue angle of 168.65º 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 #01261F is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 38 | 31 | - |
| CMYK | 0.97 | 0 | 0.18 | 0.85 |
| HSL | 168.65º | 0.95% | 0.08% | - |
| HSV(B) | 168.65º | 0.97% | 0.15% | - |
| XYZ | 0.95 | 1.49 | 1.53 | - |
| YUV | 26.14 | 130.74 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 38 | 31 | 0.97 | 0 | 0.18 | 0.85 | 168.65 | 0.95 | 0.08 |
| Hex | 1 | 26 | 1F | 61 | 0 | 12 | 55 | A9 | 5F | 8 |
| Octal | 1 | 46 | 37 | 141 | 0 | 22 | 125 | 251 | 137 | 10 |
| Binary | 1 | 100110 | 11111 | 1100001 | 0 | 10010 | 1010101 | 10101001 | 1011111 | 1000 |
Color Harmonies of #01261F
Complementary color
Monochromatic Colors of #01261F
Black with #01261F
Text Example
Text Example
White with #01261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01261F; }
p { color: rgb(1,38,31); }
H1.HeaderClassName
{
color: #01261F;
}
.AnyTagClassName
{
color: #01261F;
}
</style>
background-color css
<style>
a { background-color: #01261F; }
a { background-color: rgb(1,38,31); }
div.DivClassName
{
background-color: #01261F;
}
.BgClassName
{
background-color: #01261F;
}
</style>
border-color css
<style>
span { border-color: #01261F; }
span { border-color: rgb(1,38,31); }
td.TdClassName
{
border-color: #01261F;
}
.TagClassName
{
border-color: #01261F;
}
</style>