Shades of Dark Green #01280C
Tints of Dark Green #01280C
RGB
CMYK
RGB Variations
Color information
#01280C (or 0x01280C) is known color: Dark Green. HEX triplet: 01, 28 and 0C. RGB value is (1,40,12). Sum of RGB (Red+Green+Blue) = 1+40+12=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 40 (16.02% from 255 or 75.47% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 40 - color contains mainly: green. Hex color #01280C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01280C is #FED7F3. Grayscale: #191919. Windows color (decimal): -16701428 or 796673. OLE color: 796673.
HSL color Cylindrical-coordinate representation of color #01280C: hue angle of 136.92º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01280C is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 40 | 12 | - |
| CMYK | 0.98 | 0 | 0.70 | 0.84 |
| HSL | 136.92º | 0.95% | 0.08% | - |
| HSV(B) | 136.92º | 0.98% | 0.16% | - |
| XYZ | 0.84 | 1.55 | 0.6 | - |
| YUV | 25.15 | 120.58 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 12 | 0.98 | 0 | 0.70 | 0.84 | 136.92 | 0.95 | 0.08 |
| Hex | 1 | 28 | C | 62 | 0 | 46 | 54 | 89 | 5F | 8 |
| Octal | 1 | 50 | 14 | 142 | 0 | 106 | 124 | 211 | 137 | 10 |
| Binary | 1 | 101000 | 1100 | 1100010 | 0 | 1000110 | 1010100 | 10001001 | 1011111 | 1000 |
Color Harmonies of #01280C
Complementary color
Monochromatic Colors of #01280C
Black with #01280C
Text Example
Text Example
White with #01280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01280C; }
p { color: rgb(1,40,12); }
H1.HeaderClassName
{
color: #01280C;
}
.AnyTagClassName
{
color: #01280C;
}
</style>
background-color css
<style>
a { background-color: #01280C; }
a { background-color: rgb(1,40,12); }
div.DivClassName
{
background-color: #01280C;
}
.BgClassName
{
background-color: #01280C;
}
</style>
border-color css
<style>
span { border-color: #01280C; }
span { border-color: rgb(1,40,12); }
td.TdClassName
{
border-color: #01280C;
}
.TagClassName
{
border-color: #01280C;
}
</style>