Shades of Dark Green #01250F
Tints of Dark Green #01250F
RGB
CMYK
RGB Variations
Color information
#01250F (or 0x01250F) is known color: Dark Green. HEX triplet: 01, 25 and 0F. RGB value is (1,37,15). Sum of RGB (Red+Green+Blue) = 1+37+15=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 37 (14.84% from 255 or 69.81% from 53); Blue value is 15 (6.25% from 255 or 28.30% from 53); Max value from RGB is 37 - color contains mainly: green. Hex color #01250F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01250F is #FEDAF0. Grayscale: #171717. Windows color (decimal): -16702193 or 992513. OLE color: 992513.
HSL color Cylindrical-coordinate representation of color #01250F: hue angle of 143.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 #01250F is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 37 | 15 | - |
| CMYK | 0.97 | 0 | 0.59 | 0.85 |
| HSL | 143.33º | 0.95% | 0.07% | - |
| HSV(B) | 143.33º | 0.97% | 0.15% | - |
| XYZ | 0.76 | 1.36 | 0.68 | - |
| YUV | 23.73 | 123.07 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 37 | 15 | 0.97 | 0 | 0.59 | 0.85 | 143.33 | 0.95 | 0.07 |
| Hex | 1 | 25 | F | 61 | 0 | 3B | 55 | 8F | 5F | 7 |
| Octal | 1 | 45 | 17 | 141 | 0 | 73 | 125 | 217 | 137 | 7 |
| Binary | 1 | 100101 | 1111 | 1100001 | 0 | 111011 | 1010101 | 10001111 | 1011111 | 111 |
Color Harmonies of #01250F
Complementary color
Monochromatic Colors of #01250F
Black with #01250F
Text Example
Text Example
White with #01250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01250F; }
p { color: rgb(1,37,15); }
H1.HeaderClassName
{
color: #01250F;
}
.AnyTagClassName
{
color: #01250F;
}
</style>
background-color css
<style>
a { background-color: #01250F; }
a { background-color: rgb(1,37,15); }
div.DivClassName
{
background-color: #01250F;
}
.BgClassName
{
background-color: #01250F;
}
</style>
border-color css
<style>
span { border-color: #01250F; }
span { border-color: rgb(1,37,15); }
td.TdClassName
{
border-color: #01250F;
}
.TagClassName
{
border-color: #01250F;
}
</style>