Shades of Dark Green #01271D
Tints of Dark Green #01271D
RGB
CMYK
RGB Variations
Color information
#01271D (or 0x01271D) is known color: Dark Green. HEX triplet: 01, 27 and 1D. RGB value is (1,39,29). Sum of RGB (Red+Green+Blue) = 1+39+29=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 39 (15.62% from 255 or 56.52% from 69); Blue value is 29 (11.72% from 255 or 42.03% from 69); Max value from RGB is 39 - color contains mainly: green. Hex color #01271D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01271D is #FED8E2. Grayscale: #1A1A1A. Windows color (decimal): -16701667 or 1910529. OLE color: 1910529.
HSL color Cylindrical-coordinate representation of color #01271D: hue angle of 164.21º 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 #01271D is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 39 | 29 | - |
| CMYK | 0.97 | 0 | 0.26 | 0.85 |
| HSL | 164.21º | 0.95% | 0.08% | - |
| HSV(B) | 164.21º | 0.97% | 0.15% | - |
| XYZ | 0.96 | 1.55 | 1.41 | - |
| YUV | 26.5 | 129.41 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 39 | 29 | 0.97 | 0 | 0.26 | 0.85 | 164.21 | 0.95 | 0.08 |
| Hex | 1 | 27 | 1D | 61 | 0 | 1A | 55 | A4 | 5F | 8 |
| Octal | 1 | 47 | 35 | 141 | 0 | 32 | 125 | 244 | 137 | 10 |
| Binary | 1 | 100111 | 11101 | 1100001 | 0 | 11010 | 1010101 | 10100100 | 1011111 | 1000 |
Color Harmonies of #01271D
Complementary color
Monochromatic Colors of #01271D
Black with #01271D
Text Example
Text Example
White with #01271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01271D; }
p { color: rgb(1,39,29); }
H1.HeaderClassName
{
color: #01271D;
}
.AnyTagClassName
{
color: #01271D;
}
</style>
background-color css
<style>
a { background-color: #01271D; }
a { background-color: rgb(1,39,29); }
div.DivClassName
{
background-color: #01271D;
}
.BgClassName
{
background-color: #01271D;
}
</style>
border-color css
<style>
span { border-color: #01271D; }
span { border-color: rgb(1,39,29); }
td.TdClassName
{
border-color: #01271D;
}
.TagClassName
{
border-color: #01271D;
}
</style>