Shades of Dark Green #01371C
Tints of Dark Green #01371C
RGB
CMYK
RGB Variations
Color information
#01371C (or 0x01371C) is known color: Dark Green. HEX triplet: 01, 37 and 1C. RGB value is (1,55,28). Sum of RGB (Red+Green+Blue) = 1+55+28=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 55 (21.88% from 255 or 65.48% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 55 - color contains mainly: green. Hex color #01371C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01371C is #FEC8E3. Grayscale: #232323. Windows color (decimal): -16697572 or 1849089. OLE color: 1849089.
HSL color Cylindrical-coordinate representation of color #01371C: hue angle of 150º 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 #01371C is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 55 | 28 | - |
| CMYK | 0.98 | 0 | 0.49 | 0.78 |
| HSL | 150º | 0.96% | 0.11% | - |
| HSV(B) | 150º | 0.98% | 0.22% | - |
| XYZ | 1.59 | 2.82 | 1.56 | - |
| YUV | 35.78 | 123.61 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 55 | 28 | 0.98 | 0 | 0.49 | 0.78 | 150 | 0.96 | 0.11 |
| Hex | 1 | 37 | 1C | 62 | 0 | 31 | 4E | 96 | 60 | B |
| Octal | 1 | 67 | 34 | 142 | 0 | 61 | 116 | 226 | 140 | 13 |
| Binary | 1 | 110111 | 11100 | 1100010 | 0 | 110001 | 1001110 | 10010110 | 1100000 | 1011 |
Color Harmonies of #01371C
Complementary color
Monochromatic Colors of #01371C
Black with #01371C
Text Example
Text Example
White with #01371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01371C; }
p { color: rgb(1,55,28); }
H1.HeaderClassName
{
color: #01371C;
}
.AnyTagClassName
{
color: #01371C;
}
</style>
background-color css
<style>
a { background-color: #01371C; }
a { background-color: rgb(1,55,28); }
div.DivClassName
{
background-color: #01371C;
}
.BgClassName
{
background-color: #01371C;
}
</style>
border-color css
<style>
span { border-color: #01371C; }
span { border-color: rgb(1,55,28); }
td.TdClassName
{
border-color: #01371C;
}
.TagClassName
{
border-color: #01371C;
}
</style>