Shades of Dark Green #01270C
Tints of Dark Green #01270C
RGB
CMYK
RGB Variations
Color information
#01270C (or 0x01270C) is known color: Dark Green. HEX triplet: 01, 27 and 0C. RGB value is (1,39,12). Sum of RGB (Red+Green+Blue) = 1+39+12=52 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.92% from 52); Green value is 39 (15.62% from 255 or 75% from 52); Blue value is 12 (5.08% from 255 or 23.08% from 52); Max value from RGB is 39 - color contains mainly: green. Hex color #01270C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01270C is #FED8F3. Grayscale: #181818. Windows color (decimal): -16701684 or 796417. OLE color: 796417.
HSL color Cylindrical-coordinate representation of color #01270C: hue angle of 137.37º 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 #01270C is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 39 | 12 | - |
| CMYK | 0.97 | 0 | 0.69 | 0.85 |
| HSL | 137.37º | 0.95% | 0.08% | - |
| HSV(B) | 137.37º | 0.97% | 0.15% | - |
| XYZ | 0.8 | 1.48 | 0.59 | - |
| YUV | 24.56 | 120.91 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 39 | 12 | 0.97 | 0 | 0.69 | 0.85 | 137.37 | 0.95 | 0.08 |
| Hex | 1 | 27 | C | 61 | 0 | 45 | 55 | 89 | 5F | 8 |
| Octal | 1 | 47 | 14 | 141 | 0 | 105 | 125 | 211 | 137 | 10 |
| Binary | 1 | 100111 | 1100 | 1100001 | 0 | 1000101 | 1010101 | 10001001 | 1011111 | 1000 |
Color Harmonies of #01270C
Complementary color
Monochromatic Colors of #01270C
Black with #01270C
Text Example
Text Example
White with #01270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01270C; }
p { color: rgb(1,39,12); }
H1.HeaderClassName
{
color: #01270C;
}
.AnyTagClassName
{
color: #01270C;
}
</style>
background-color css
<style>
a { background-color: #01270C; }
a { background-color: rgb(1,39,12); }
div.DivClassName
{
background-color: #01270C;
}
.BgClassName
{
background-color: #01270C;
}
</style>
border-color css
<style>
span { border-color: #01270C; }
span { border-color: rgb(1,39,12); }
td.TdClassName
{
border-color: #01270C;
}
.TagClassName
{
border-color: #01270C;
}
</style>