Shades of Dark Green #01250B
Tints of Dark Green #01250B
RGB
CMYK
RGB Variations
Color information
#01250B (or 0x01250B) is known color: Dark Green. HEX triplet: 01, 25 and 0B. RGB value is (1,37,11). Sum of RGB (Red+Green+Blue) = 1+37+11=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 37 (14.84% from 255 or 75.51% from 49); Blue value is 11 (4.69% from 255 or 22.45% from 49); Max value from RGB is 37 - color contains mainly: green. Hex color #01250B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01250B is #FEDAF4. Grayscale: #171717. Windows color (decimal): -16702197 or 730369. OLE color: 730369.
HSL color Cylindrical-coordinate representation of color #01250B: hue angle of 136.67º 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 #01250B is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 37 | 11 | - |
| CMYK | 0.97 | 0 | 0.70 | 0.85 |
| HSL | 136.67º | 0.95% | 0.07% | - |
| HSV(B) | 136.67º | 0.97% | 0.15% | - |
| XYZ | 0.73 | 1.35 | 0.54 | - |
| YUV | 23.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 37 | 11 | 0.97 | 0 | 0.70 | 0.85 | 136.67 | 0.95 | 0.07 |
| Hex | 1 | 25 | B | 61 | 0 | 46 | 55 | 89 | 5F | 7 |
| Octal | 1 | 45 | 13 | 141 | 0 | 106 | 125 | 211 | 137 | 7 |
| Binary | 1 | 100101 | 1011 | 1100001 | 0 | 1000110 | 1010101 | 10001001 | 1011111 | 111 |
Color Harmonies of #01250B
Complementary color
Monochromatic Colors of #01250B
Black with #01250B
Text Example
Text Example
White with #01250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01250B; }
p { color: rgb(1,37,11); }
H1.HeaderClassName
{
color: #01250B;
}
.AnyTagClassName
{
color: #01250B;
}
</style>
background-color css
<style>
a { background-color: #01250B; }
a { background-color: rgb(1,37,11); }
div.DivClassName
{
background-color: #01250B;
}
.BgClassName
{
background-color: #01250B;
}
</style>
border-color css
<style>
span { border-color: #01250B; }
span { border-color: rgb(1,37,11); }
td.TdClassName
{
border-color: #01250B;
}
.TagClassName
{
border-color: #01250B;
}
</style>