Shades of Dark Green #01281F
Tints of Dark Green #01281F
RGB
CMYK
RGB Variations
Color information
#01281F (or 0x01281F) is known color: Dark Green. HEX triplet: 01, 28 and 1F. RGB value is (1,40,31). Sum of RGB (Red+Green+Blue) = 1+40+31=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 40 (16.02% from 255 or 55.56% from 72); Blue value is 31 (12.5% from 255 or 43.06% from 72); Max value from RGB is 40 - color contains mainly: green. Hex color #01281F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01281F is #FED7E0. Grayscale: #1B1B1B. Windows color (decimal): -16701409 or 2041857. OLE color: 2041857.
HSL color Cylindrical-coordinate representation of color #01281F: hue angle of 166.15º 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 #01281F is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 40 | 31 | - |
| CMYK | 0.98 | 0 | 0.22 | 0.84 |
| HSL | 166.15º | 0.95% | 0.08% | - |
| HSV(B) | 166.15º | 0.98% | 0.16% | - |
| XYZ | 1.02 | 1.62 | 1.56 | - |
| YUV | 27.31 | 130.08 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 31 | 0.98 | 0 | 0.22 | 0.84 | 166.15 | 0.95 | 0.08 |
| Hex | 1 | 28 | 1F | 62 | 0 | 16 | 54 | A6 | 5F | 8 |
| Octal | 1 | 50 | 37 | 142 | 0 | 26 | 124 | 246 | 137 | 10 |
| Binary | 1 | 101000 | 11111 | 1100010 | 0 | 10110 | 1010100 | 10100110 | 1011111 | 1000 |
Color Harmonies of #01281F
Complementary color
Monochromatic Colors of #01281F
Black with #01281F
Text Example
Text Example
White with #01281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01281F; }
p { color: rgb(1,40,31); }
H1.HeaderClassName
{
color: #01281F;
}
.AnyTagClassName
{
color: #01281F;
}
</style>
background-color css
<style>
a { background-color: #01281F; }
a { background-color: rgb(1,40,31); }
div.DivClassName
{
background-color: #01281F;
}
.BgClassName
{
background-color: #01281F;
}
</style>
border-color css
<style>
span { border-color: #01281F; }
span { border-color: rgb(1,40,31); }
td.TdClassName
{
border-color: #01281F;
}
.TagClassName
{
border-color: #01281F;
}
</style>