Shades of Dark Green #013125
Tints of Dark Green #013125
RGB
CMYK
RGB Variations
Color information
#013125 (or 0x013125) is known color: Dark Green. HEX triplet: 01, 31 and 25. RGB value is (1,49,37). Sum of RGB (Red+Green+Blue) = 1+49+37=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 49 (19.53% from 255 or 56.32% from 87); Blue value is 37 (14.84% from 255 or 42.53% from 87); Max value from RGB is 49 - color contains mainly: green. Hex color #013125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013125 is #FECEDA. Grayscale: #212121. Windows color (decimal): -16699099 or 2437377. OLE color: 2437377.
HSL color Cylindrical-coordinate representation of color #013125: hue angle of 165º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013125 is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 49 | 37 | - |
| CMYK | 0.98 | 0 | 0.24 | 0.81 |
| HSL | 165º | 0.96% | 0.1% | - |
| HSV(B) | 165º | 0.98% | 0.19% | - |
| XYZ | 1.44 | 2.34 | 2.13 | - |
| YUV | 33.28 | 130.1 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 49 | 37 | 0.98 | 0 | 0.24 | 0.81 | 165 | 0.96 | 0.1 |
| Hex | 1 | 31 | 25 | 62 | 0 | 18 | 51 | A5 | 60 | A |
| Octal | 1 | 61 | 45 | 142 | 0 | 30 | 121 | 245 | 140 | 12 |
| Binary | 1 | 110001 | 100101 | 1100010 | 0 | 11000 | 1010001 | 10100101 | 1100000 | 1010 |
Color Harmonies of #013125
Complementary color
Monochromatic Colors of #013125
Black with #013125
Text Example
Text Example
White with #013125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013125; }
p { color: rgb(1,49,37); }
H1.HeaderClassName
{
color: #013125;
}
.AnyTagClassName
{
color: #013125;
}
</style>
background-color css
<style>
a { background-color: #013125; }
a { background-color: rgb(1,49,37); }
div.DivClassName
{
background-color: #013125;
}
.BgClassName
{
background-color: #013125;
}
</style>
border-color css
<style>
span { border-color: #013125; }
span { border-color: rgb(1,49,37); }
td.TdClassName
{
border-color: #013125;
}
.TagClassName
{
border-color: #013125;
}
</style>