Shades of Dark Green #01251E
Tints of Dark Green #01251E
RGB
CMYK
RGB Variations
Color information
#01251E (or 0x01251E) is known color: Dark Green. HEX triplet: 01, 25 and 1E. RGB value is (1,37,30). Sum of RGB (Red+Green+Blue) = 1+37+30=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 37 (14.84% from 255 or 54.41% from 68); Blue value is 30 (12.11% from 255 or 44.12% from 68); Max value from RGB is 37 - color contains mainly: green. Hex color #01251E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01251E is #FEDAE1. Grayscale: #191919. Windows color (decimal): -16702178 or 1975553. OLE color: 1975553.
HSL color Cylindrical-coordinate representation of color #01251E: hue angle of 168.33º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01251E is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 37 | 30 | - |
| CMYK | 0.97 | 0 | 0.19 | 0.85 |
| HSL | 168.33º | 0.95% | 0.07% | - |
| HSV(B) | 168.33º | 0.97% | 0.15% | - |
| XYZ | 0.91 | 1.42 | 1.46 | - |
| YUV | 25.44 | 130.57 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 37 | 30 | 0.97 | 0 | 0.19 | 0.85 | 168.33 | 0.95 | 0.07 |
| Hex | 1 | 25 | 1E | 61 | 0 | 13 | 55 | A8 | 5F | 7 |
| Octal | 1 | 45 | 36 | 141 | 0 | 23 | 125 | 250 | 137 | 7 |
| Binary | 1 | 100101 | 11110 | 1100001 | 0 | 10011 | 1010101 | 10101000 | 1011111 | 111 |
Color Harmonies of #01251E
Complementary color
Monochromatic Colors of #01251E
Black with #01251E
Text Example
Text Example
White with #01251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01251E; }
p { color: rgb(1,37,30); }
H1.HeaderClassName
{
color: #01251E;
}
.AnyTagClassName
{
color: #01251E;
}
</style>
background-color css
<style>
a { background-color: #01251E; }
a { background-color: rgb(1,37,30); }
div.DivClassName
{
background-color: #01251E;
}
.BgClassName
{
background-color: #01251E;
}
</style>
border-color css
<style>
span { border-color: #01251E; }
span { border-color: rgb(1,37,30); }
td.TdClassName
{
border-color: #01251E;
}
.TagClassName
{
border-color: #01251E;
}
</style>