Shades of Dark Green #01261B
Tints of Dark Green #01261B
RGB
CMYK
RGB Variations
Color information
#01261B (or 0x01261B) is known color: Dark Green. HEX triplet: 01, 26 and 1B. RGB value is (1,38,27). Sum of RGB (Red+Green+Blue) = 1+38+27=66 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.52% from 66); Green value is 38 (15.23% from 255 or 57.58% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 38 - color contains mainly: green. Hex color #01261B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01261B is #FED9E4. Grayscale: #191919. Windows color (decimal): -16701925 or 1779201. OLE color: 1779201.
HSL color Cylindrical-coordinate representation of color #01261B: hue angle of 162.16º 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 #01261B is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 38 | 27 | - |
| CMYK | 0.97 | 0 | 0.29 | 0.85 |
| HSL | 162.16º | 0.95% | 0.08% | - |
| HSV(B) | 162.16º | 0.97% | 0.15% | - |
| XYZ | 0.9 | 1.47 | 1.27 | - |
| YUV | 25.68 | 128.74 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 38 | 27 | 0.97 | 0 | 0.29 | 0.85 | 162.16 | 0.95 | 0.08 |
| Hex | 1 | 26 | 1B | 61 | 0 | 1D | 55 | A2 | 5F | 8 |
| Octal | 1 | 46 | 33 | 141 | 0 | 35 | 125 | 242 | 137 | 10 |
| Binary | 1 | 100110 | 11011 | 1100001 | 0 | 11101 | 1010101 | 10100010 | 1011111 | 1000 |
Color Harmonies of #01261B
Complementary color
Monochromatic Colors of #01261B
Black with #01261B
Text Example
Text Example
White with #01261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01261B; }
p { color: rgb(1,38,27); }
H1.HeaderClassName
{
color: #01261B;
}
.AnyTagClassName
{
color: #01261B;
}
</style>
background-color css
<style>
a { background-color: #01261B; }
a { background-color: rgb(1,38,27); }
div.DivClassName
{
background-color: #01261B;
}
.BgClassName
{
background-color: #01261B;
}
</style>
border-color css
<style>
span { border-color: #01261B; }
span { border-color: rgb(1,38,27); }
td.TdClassName
{
border-color: #01261B;
}
.TagClassName
{
border-color: #01261B;
}
</style>