Shades of Dark Green #01260B
Tints of Dark Green #01260B
RGB
CMYK
RGB Variations
Color information
#01260B (or 0x01260B) is known color: Dark Green. HEX triplet: 01, 26 and 0B. RGB value is (1,38,11). Sum of RGB (Red+Green+Blue) = 1+38+11=50 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2% from 50); Green value is 38 (15.23% from 255 or 76% from 50); Blue value is 11 (4.69% from 255 or 22% from 50); Max value from RGB is 38 - color contains mainly: green. Hex color #01260B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01260B is #FED9F4. Grayscale: #171717. Windows color (decimal): -16701941 or 730625. OLE color: 730625.
HSL color Cylindrical-coordinate representation of color #01260B: hue angle of 136.22º 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 #01260B is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 38 | 11 | - |
| CMYK | 0.97 | 0 | 0.71 | 0.85 |
| HSL | 136.22º | 0.95% | 0.08% | - |
| HSV(B) | 136.22º | 0.97% | 0.15% | - |
| XYZ | 0.77 | 1.42 | 0.55 | - |
| YUV | 23.86 | 120.74 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 38 | 11 | 0.97 | 0 | 0.71 | 0.85 | 136.22 | 0.95 | 0.08 |
| Hex | 1 | 26 | B | 61 | 0 | 47 | 55 | 88 | 5F | 8 |
| Octal | 1 | 46 | 13 | 141 | 0 | 107 | 125 | 210 | 137 | 10 |
| Binary | 1 | 100110 | 1011 | 1100001 | 0 | 1000111 | 1010101 | 10001000 | 1011111 | 1000 |
Color Harmonies of #01260B
Complementary color
Monochromatic Colors of #01260B
Black with #01260B
Text Example
Text Example
White with #01260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01260B; }
p { color: rgb(1,38,11); }
H1.HeaderClassName
{
color: #01260B;
}
.AnyTagClassName
{
color: #01260B;
}
</style>
background-color css
<style>
a { background-color: #01260B; }
a { background-color: rgb(1,38,11); }
div.DivClassName
{
background-color: #01260B;
}
.BgClassName
{
background-color: #01260B;
}
</style>
border-color css
<style>
span { border-color: #01260B; }
span { border-color: rgb(1,38,11); }
td.TdClassName
{
border-color: #01260B;
}
.TagClassName
{
border-color: #01260B;
}
</style>