Shades of Dark Green #001F1A
Tints of Dark Green #001F1A
RGB
CMYK
RGB Variations
Color information
#001F1A (or 0x001F1A) is known color: Dark Green. HEX triplet: 00, 1F and 1A. RGB value is (0,31,26). Sum of RGB (Red+Green+Blue) = 0+31+26=57 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 57); Green value is 31 (12.5% from 255 or 54.39% from 57); Blue value is 26 (10.55% from 255 or 45.61% from 57); Max value from RGB is 31 - color contains mainly: green. Hex color #001F1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F1A is #FFE0E5. Grayscale: #151515. Windows color (decimal): -16769254 or 1711872. OLE color: 1711872.
HSL color Cylindrical-coordinate representation of color #001F1A: hue angle of 170.32º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F1A is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 31 | 26 | - |
| CMYK | 1 | 0 | 0.16 | 0.88 |
| HSL | 170.32º | 1% | 0.06% | - |
| HSV(B) | 170.32º | 1% | 0.12% | - |
| XYZ | 0.68 | 1.05 | 1.15 | - |
| YUV | 21.16 | 130.73 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 26 | 1 | 0 | 0.16 | 0.88 | 170.32 | 1 | 0.06 |
| Hex | 0 | 1F | 1A | 64 | 0 | 10 | 58 | AA | 64 | 6 |
| Octal | 0 | 37 | 32 | 144 | 0 | 20 | 130 | 252 | 144 | 6 |
| Binary | 0 | 11111 | 11010 | 1100100 | 0 | 10000 | 1011000 | 10101010 | 1100100 | 110 |
Color Harmonies of #001F1A
Complementary color
Monochromatic Colors of #001F1A
Black with #001F1A
Text Example
Text Example
White with #001F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F1A; }
p { color: rgb(0,31,26); }
H1.HeaderClassName
{
color: #001F1A;
}
.AnyTagClassName
{
color: #001F1A;
}
</style>
background-color css
<style>
a { background-color: #001F1A; }
a { background-color: rgb(0,31,26); }
div.DivClassName
{
background-color: #001F1A;
}
.BgClassName
{
background-color: #001F1A;
}
</style>
border-color css
<style>
span { border-color: #001F1A; }
span { border-color: rgb(0,31,26); }
td.TdClassName
{
border-color: #001F1A;
}
.TagClassName
{
border-color: #001F1A;
}
</style>