Shades of Dark Green #01250C
Tints of Dark Green #01250C
RGB
CMYK
RGB Variations
Color information
#01250C (or 0x01250C) is known color: Dark Green. HEX triplet: 01, 25 and 0C. RGB value is (1,37,12). Sum of RGB (Red+Green+Blue) = 1+37+12=50 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2% from 50); Green value is 37 (14.84% from 255 or 74% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 37 - color contains mainly: green. Hex color #01250C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01250C is #FEDAF3. Grayscale: #171717. Windows color (decimal): -16702196 or 795905. OLE color: 795905.
HSL color Cylindrical-coordinate representation of color #01250C: hue angle of 138.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 #01250C is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 37 | 12 | - |
| CMYK | 0.97 | 0 | 0.68 | 0.85 |
| HSL | 138.33º | 0.95% | 0.07% | - |
| HSV(B) | 138.33º | 0.97% | 0.15% | - |
| XYZ | 0.74 | 1.36 | 0.57 | - |
| YUV | 23.39 | 121.57 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 37 | 12 | 0.97 | 0 | 0.68 | 0.85 | 138.33 | 0.95 | 0.07 |
| Hex | 1 | 25 | C | 61 | 0 | 44 | 55 | 8A | 5F | 7 |
| Octal | 1 | 45 | 14 | 141 | 0 | 104 | 125 | 212 | 137 | 7 |
| Binary | 1 | 100101 | 1100 | 1100001 | 0 | 1000100 | 1010101 | 10001010 | 1011111 | 111 |
Color Harmonies of #01250C
Complementary color
Monochromatic Colors of #01250C
Black with #01250C
Text Example
Text Example
White with #01250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01250C; }
p { color: rgb(1,37,12); }
H1.HeaderClassName
{
color: #01250C;
}
.AnyTagClassName
{
color: #01250C;
}
</style>
background-color css
<style>
a { background-color: #01250C; }
a { background-color: rgb(1,37,12); }
div.DivClassName
{
background-color: #01250C;
}
.BgClassName
{
background-color: #01250C;
}
</style>
border-color css
<style>
span { border-color: #01250C; }
span { border-color: rgb(1,37,12); }
td.TdClassName
{
border-color: #01250C;
}
.TagClassName
{
border-color: #01250C;
}
</style>