Shades of Dark Green #01371B
Tints of Dark Green #01371B
RGB
CMYK
RGB Variations
Color information
#01371B (or 0x01371B) is known color: Dark Green. HEX triplet: 01, 37 and 1B. RGB value is (1,55,27). Sum of RGB (Red+Green+Blue) = 1+55+27=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 55 (21.88% from 255 or 66.27% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 55 - color contains mainly: green. Hex color #01371B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01371B is #FEC8E4. Grayscale: #232323. Windows color (decimal): -16697573 or 1783553. OLE color: 1783553.
HSL color Cylindrical-coordinate representation of color #01371B: hue angle of 148.89º 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 #01371B is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 55 | 27 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.78 |
| HSL | 148.89º | 0.96% | 0.11% | - |
| HSV(B) | 148.89º | 0.98% | 0.22% | - |
| XYZ | 1.58 | 2.82 | 1.5 | - |
| YUV | 35.66 | 123.11 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 55 | 27 | 0.98 | 0 | 0.51 | 0.78 | 148.89 | 0.96 | 0.11 |
| Hex | 1 | 37 | 1B | 62 | 0 | 33 | 4E | 95 | 60 | B |
| Octal | 1 | 67 | 33 | 142 | 0 | 63 | 116 | 225 | 140 | 13 |
| Binary | 1 | 110111 | 11011 | 1100010 | 0 | 110011 | 1001110 | 10010101 | 1100000 | 1011 |
Color Harmonies of #01371B
Complementary color
Monochromatic Colors of #01371B
Black with #01371B
Text Example
Text Example
White with #01371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01371B; }
p { color: rgb(1,55,27); }
H1.HeaderClassName
{
color: #01371B;
}
.AnyTagClassName
{
color: #01371B;
}
</style>
background-color css
<style>
a { background-color: #01371B; }
a { background-color: rgb(1,55,27); }
div.DivClassName
{
background-color: #01371B;
}
.BgClassName
{
background-color: #01371B;
}
</style>
border-color css
<style>
span { border-color: #01371B; }
span { border-color: rgb(1,55,27); }
td.TdClassName
{
border-color: #01371B;
}
.TagClassName
{
border-color: #01371B;
}
</style>