Shades of Dark Green #01260C
Tints of Dark Green #01260C
RGB
CMYK
RGB Variations
Color information
#01260C (or 0x01260C) is known color: Dark Green. HEX triplet: 01, 26 and 0C. RGB value is (1,38,12). Sum of RGB (Red+Green+Blue) = 1+38+12=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 38 (15.23% from 255 or 74.51% from 51); Blue value is 12 (5.08% from 255 or 23.53% from 51); Max value from RGB is 38 - color contains mainly: green. Hex color #01260C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01260C is #FED9F3. Grayscale: #181818. Windows color (decimal): -16701940 or 796161. OLE color: 796161.
HSL color Cylindrical-coordinate representation of color #01260C: hue angle of 137.84º 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 #01260C is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 38 | 12 | - |
| CMYK | 0.97 | 0 | 0.68 | 0.85 |
| HSL | 137.84º | 0.95% | 0.08% | - |
| HSV(B) | 137.84º | 0.97% | 0.15% | - |
| XYZ | 0.77 | 1.42 | 0.58 | - |
| YUV | 23.97 | 121.24 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 38 | 12 | 0.97 | 0 | 0.68 | 0.85 | 137.84 | 0.95 | 0.08 |
| Hex | 1 | 26 | C | 61 | 0 | 44 | 55 | 8A | 5F | 8 |
| Octal | 1 | 46 | 14 | 141 | 0 | 104 | 125 | 212 | 137 | 10 |
| Binary | 1 | 100110 | 1100 | 1100001 | 0 | 1000100 | 1010101 | 10001010 | 1011111 | 1000 |
Color Harmonies of #01260C
Complementary color
Monochromatic Colors of #01260C
Black with #01260C
Text Example
Text Example
White with #01260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01260C; }
p { color: rgb(1,38,12); }
H1.HeaderClassName
{
color: #01260C;
}
.AnyTagClassName
{
color: #01260C;
}
</style>
background-color css
<style>
a { background-color: #01260C; }
a { background-color: rgb(1,38,12); }
div.DivClassName
{
background-color: #01260C;
}
.BgClassName
{
background-color: #01260C;
}
</style>
border-color css
<style>
span { border-color: #01260C; }
span { border-color: rgb(1,38,12); }
td.TdClassName
{
border-color: #01260C;
}
.TagClassName
{
border-color: #01260C;
}
</style>