Shades of Dark Green #01371E
Tints of Dark Green #01371E
RGB
CMYK
RGB Variations
Color information
#01371E (or 0x01371E) is known color: Dark Green. HEX triplet: 01, 37 and 1E. RGB value is (1,55,30). Sum of RGB (Red+Green+Blue) = 1+55+30=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 55 (21.88% from 255 or 63.95% from 86); Blue value is 30 (12.11% from 255 or 34.88% from 86); Max value from RGB is 55 - color contains mainly: green. Hex color #01371E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01371E is #FEC8E1. Grayscale: #242424. Windows color (decimal): -16697570 or 1980161. OLE color: 1980161.
HSL color Cylindrical-coordinate representation of color #01371E: hue angle of 152.22º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01371E is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 55 | 30 | - |
| CMYK | 0.98 | 0 | 0.45 | 0.78 |
| HSL | 152.22º | 0.96% | 0.11% | - |
| HSV(B) | 152.22º | 0.98% | 0.22% | - |
| XYZ | 1.61 | 2.83 | 1.69 | - |
| YUV | 36 | 124.61 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 55 | 30 | 0.98 | 0 | 0.45 | 0.78 | 152.22 | 0.96 | 0.11 |
| Hex | 1 | 37 | 1E | 62 | 0 | 2D | 4E | 98 | 60 | B |
| Octal | 1 | 67 | 36 | 142 | 0 | 55 | 116 | 230 | 140 | 13 |
| Binary | 1 | 110111 | 11110 | 1100010 | 0 | 101101 | 1001110 | 10011000 | 1100000 | 1011 |
Color Harmonies of #01371E
Complementary color
Monochromatic Colors of #01371E
Black with #01371E
Text Example
Text Example
White with #01371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01371E; }
p { color: rgb(1,55,30); }
H1.HeaderClassName
{
color: #01371E;
}
.AnyTagClassName
{
color: #01371E;
}
</style>
background-color css
<style>
a { background-color: #01371E; }
a { background-color: rgb(1,55,30); }
div.DivClassName
{
background-color: #01371E;
}
.BgClassName
{
background-color: #01371E;
}
</style>
border-color css
<style>
span { border-color: #01371E; }
span { border-color: rgb(1,55,30); }
td.TdClassName
{
border-color: #01371E;
}
.TagClassName
{
border-color: #01371E;
}
</style>