Shades of Dark Green #01250D
Tints of Dark Green #01250D
RGB
CMYK
RGB Variations
Color information
#01250D (or 0x01250D) is known color: Dark Green. HEX triplet: 01, 25 and 0D. RGB value is (1,37,13). Sum of RGB (Red+Green+Blue) = 1+37+13=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 37 (14.84% from 255 or 72.55% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 37 - color contains mainly: green. Hex color #01250D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01250D is #FEDAF2. Grayscale: #171717. Windows color (decimal): -16702195 or 861441. OLE color: 861441.
HSL color Cylindrical-coordinate representation of color #01250D: hue angle of 140º 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 #01250D is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 37 | 13 | - |
| CMYK | 0.97 | 0 | 0.65 | 0.85 |
| HSL | 140º | 0.95% | 0.07% | - |
| HSV(B) | 140º | 0.97% | 0.15% | - |
| XYZ | 0.75 | 1.36 | 0.6 | - |
| YUV | 23.5 | 122.07 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 37 | 13 | 0.97 | 0 | 0.65 | 0.85 | 140 | 0.95 | 0.07 |
| Hex | 1 | 25 | D | 61 | 0 | 41 | 55 | 8C | 5F | 7 |
| Octal | 1 | 45 | 15 | 141 | 0 | 101 | 125 | 214 | 137 | 7 |
| Binary | 1 | 100101 | 1101 | 1100001 | 0 | 1000001 | 1010101 | 10001100 | 1011111 | 111 |
Color Harmonies of #01250D
Complementary color
Monochromatic Colors of #01250D
Black with #01250D
Text Example
Text Example
White with #01250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01250D; }
p { color: rgb(1,37,13); }
H1.HeaderClassName
{
color: #01250D;
}
.AnyTagClassName
{
color: #01250D;
}
</style>
background-color css
<style>
a { background-color: #01250D; }
a { background-color: rgb(1,37,13); }
div.DivClassName
{
background-color: #01250D;
}
.BgClassName
{
background-color: #01250D;
}
</style>
border-color css
<style>
span { border-color: #01250D; }
span { border-color: rgb(1,37,13); }
td.TdClassName
{
border-color: #01250D;
}
.TagClassName
{
border-color: #01250D;
}
</style>