Shades of Dark Green #01271A
Tints of Dark Green #01271A
RGB
CMYK
RGB Variations
Color information
#01271A (or 0x01271A) is known color: Dark Green. HEX triplet: 01, 27 and 1A. RGB value is (1,39,26). Sum of RGB (Red+Green+Blue) = 1+39+26=66 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.52% from 66); Green value is 39 (15.62% from 255 or 59.09% from 66); Blue value is 26 (10.55% from 255 or 39.39% from 66); Max value from RGB is 39 - color contains mainly: green. Hex color #01271A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01271A is #FED8E5. Grayscale: #1A1A1A. Windows color (decimal): -16701670 or 1713921. OLE color: 1713921.
HSL color Cylindrical-coordinate representation of color #01271A: hue angle of 159.47º 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 #01271A is Cyan = 0.97, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 39 | 26 | - |
| CMYK | 0.97 | 0 | 0.33 | 0.85 |
| HSL | 159.47º | 0.95% | 0.08% | - |
| HSV(B) | 159.47º | 0.97% | 0.15% | - |
| XYZ | 0.92 | 1.53 | 1.22 | - |
| YUV | 26.16 | 127.91 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 39 | 26 | 0.97 | 0 | 0.33 | 0.85 | 159.47 | 0.95 | 0.08 |
| Hex | 1 | 27 | 1A | 61 | 0 | 21 | 55 | 9F | 5F | 8 |
| Octal | 1 | 47 | 32 | 141 | 0 | 41 | 125 | 237 | 137 | 10 |
| Binary | 1 | 100111 | 11010 | 1100001 | 0 | 100001 | 1010101 | 10011111 | 1011111 | 1000 |
Color Harmonies of #01271A
Complementary color
Monochromatic Colors of #01271A
Black with #01271A
Text Example
Text Example
White with #01271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01271A; }
p { color: rgb(1,39,26); }
H1.HeaderClassName
{
color: #01271A;
}
.AnyTagClassName
{
color: #01271A;
}
</style>
background-color css
<style>
a { background-color: #01271A; }
a { background-color: rgb(1,39,26); }
div.DivClassName
{
background-color: #01271A;
}
.BgClassName
{
background-color: #01271A;
}
</style>
border-color css
<style>
span { border-color: #01271A; }
span { border-color: rgb(1,39,26); }
td.TdClassName
{
border-color: #01271A;
}
.TagClassName
{
border-color: #01271A;
}
</style>