Shades of Dark Green #01310F
Tints of Dark Green #01310F
RGB
CMYK
RGB Variations
Color information
#01310F (or 0x01310F) is known color: Dark Green. HEX triplet: 01, 31 and 0F. RGB value is (1,49,15). Sum of RGB (Red+Green+Blue) = 1+49+15=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 49 (19.53% from 255 or 75.38% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 49 - color contains mainly: green. Hex color #01310F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01310F is #FECEF0. Grayscale: #1E1E1E. Windows color (decimal): -16699121 or 995585. OLE color: 995585.
HSL color Cylindrical-coordinate representation of color #01310F: hue angle of 137.5º 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 #01310F is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 49 | 15 | - |
| CMYK | 0.98 | 0 | 0.69 | 0.81 |
| HSL | 137.5º | 0.96% | 0.1% | - |
| HSV(B) | 137.5º | 0.98% | 0.19% | - |
| XYZ | 1.2 | 2.24 | 0.82 | - |
| YUV | 30.77 | 119.1 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 49 | 15 | 0.98 | 0 | 0.69 | 0.81 | 137.5 | 0.96 | 0.1 |
| Hex | 1 | 31 | F | 62 | 0 | 45 | 51 | 8A | 60 | A |
| Octal | 1 | 61 | 17 | 142 | 0 | 105 | 121 | 212 | 140 | 12 |
| Binary | 1 | 110001 | 1111 | 1100010 | 0 | 1000101 | 1010001 | 10001010 | 1100000 | 1010 |
Color Harmonies of #01310F
Complementary color
Monochromatic Colors of #01310F
Black with #01310F
Text Example
Text Example
White with #01310F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01310F; }
p { color: rgb(1,49,15); }
H1.HeaderClassName
{
color: #01310F;
}
.AnyTagClassName
{
color: #01310F;
}
</style>
background-color css
<style>
a { background-color: #01310F; }
a { background-color: rgb(1,49,15); }
div.DivClassName
{
background-color: #01310F;
}
.BgClassName
{
background-color: #01310F;
}
</style>
border-color css
<style>
span { border-color: #01310F; }
span { border-color: rgb(1,49,15); }
td.TdClassName
{
border-color: #01310F;
}
.TagClassName
{
border-color: #01310F;
}
</style>