Shades of Dark Green #01251C
Tints of Dark Green #01251C
RGB
CMYK
RGB Variations
Color information
#01251C (or 0x01251C) is known color: Dark Green. HEX triplet: 01, 25 and 1C. RGB value is (1,37,28). Sum of RGB (Red+Green+Blue) = 1+37+28=66 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.52% from 66); Green value is 37 (14.84% from 255 or 56.06% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 37 - color contains mainly: green. Hex color #01251C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01251C is #FEDAE3. Grayscale: #191919. Windows color (decimal): -16702180 or 1844481. OLE color: 1844481.
HSL color Cylindrical-coordinate representation of color #01251C: hue angle of 165º 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 #01251C is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 37 | 28 | - |
| CMYK | 0.97 | 0 | 0.24 | 0.85 |
| HSL | 165º | 0.95% | 0.07% | - |
| HSV(B) | 165º | 0.97% | 0.15% | - |
| XYZ | 0.88 | 1.41 | 1.32 | - |
| YUV | 25.21 | 129.57 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 37 | 28 | 0.97 | 0 | 0.24 | 0.85 | 165 | 0.95 | 0.07 |
| Hex | 1 | 25 | 1C | 61 | 0 | 18 | 55 | A5 | 5F | 7 |
| Octal | 1 | 45 | 34 | 141 | 0 | 30 | 125 | 245 | 137 | 7 |
| Binary | 1 | 100101 | 11100 | 1100001 | 0 | 11000 | 1010101 | 10100101 | 1011111 | 111 |
Color Harmonies of #01251C
Complementary color
Monochromatic Colors of #01251C
Black with #01251C
Text Example
Text Example
White with #01251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01251C; }
p { color: rgb(1,37,28); }
H1.HeaderClassName
{
color: #01251C;
}
.AnyTagClassName
{
color: #01251C;
}
</style>
background-color css
<style>
a { background-color: #01251C; }
a { background-color: rgb(1,37,28); }
div.DivClassName
{
background-color: #01251C;
}
.BgClassName
{
background-color: #01251C;
}
</style>
border-color css
<style>
span { border-color: #01251C; }
span { border-color: rgb(1,37,28); }
td.TdClassName
{
border-color: #01251C;
}
.TagClassName
{
border-color: #01251C;
}
</style>