Shades of Dark Green #01270D
Tints of Dark Green #01270D
RGB
CMYK
RGB Variations
Color information
#01270D (or 0x01270D) is known color: Dark Green. HEX triplet: 01, 27 and 0D. RGB value is (1,39,13). Sum of RGB (Red+Green+Blue) = 1+39+13=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 39 (15.62% from 255 or 73.58% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 39 - color contains mainly: green. Hex color #01270D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01270D is #FED8F2. Grayscale: #181818. Windows color (decimal): -16701683 or 861953. OLE color: 861953.
HSL color Cylindrical-coordinate representation of color #01270D: hue angle of 138.95º 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 #01270D is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 39 | 13 | - |
| CMYK | 0.97 | 0 | 0.67 | 0.85 |
| HSL | 138.95º | 0.95% | 0.08% | - |
| HSV(B) | 138.95º | 0.97% | 0.15% | - |
| XYZ | 0.81 | 1.49 | 0.62 | - |
| YUV | 24.67 | 121.41 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 39 | 13 | 0.97 | 0 | 0.67 | 0.85 | 138.95 | 0.95 | 0.08 |
| Hex | 1 | 27 | D | 61 | 0 | 43 | 55 | 8B | 5F | 8 |
| Octal | 1 | 47 | 15 | 141 | 0 | 103 | 125 | 213 | 137 | 10 |
| Binary | 1 | 100111 | 1101 | 1100001 | 0 | 1000011 | 1010101 | 10001011 | 1011111 | 1000 |
Color Harmonies of #01270D
Complementary color
Monochromatic Colors of #01270D
Black with #01270D
Text Example
Text Example
White with #01270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01270D; }
p { color: rgb(1,39,13); }
H1.HeaderClassName
{
color: #01270D;
}
.AnyTagClassName
{
color: #01270D;
}
</style>
background-color css
<style>
a { background-color: #01270D; }
a { background-color: rgb(1,39,13); }
div.DivClassName
{
background-color: #01270D;
}
.BgClassName
{
background-color: #01270D;
}
</style>
border-color css
<style>
span { border-color: #01270D; }
span { border-color: rgb(1,39,13); }
td.TdClassName
{
border-color: #01270D;
}
.TagClassName
{
border-color: #01270D;
}
</style>