Shades of Dark Green #01372E
Tints of Dark Green #01372E
RGB
CMYK
RGB Variations
Color information
#01372E (or 0x01372E) is known color: Dark Green. HEX triplet: 01, 37 and 2E. RGB value is (1,55,46). Sum of RGB (Red+Green+Blue) = 1+55+46=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 55 (21.88% from 255 or 53.92% from 102); Blue value is 46 (18.36% from 255 or 45.10% from 102); Max value from RGB is 55 - color contains mainly: green. Hex color #01372E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01372E is #FEC8D1. Grayscale: #252525. Windows color (decimal): -16697554 or 3028737. OLE color: 3028737.
HSL color Cylindrical-coordinate representation of color #01372E: hue angle of 170º 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 #01372E is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 55 | 46 | - |
| CMYK | 0.98 | 0 | 0.16 | 0.78 |
| HSL | 170º | 0.96% | 0.11% | - |
| HSV(B) | 170º | 0.98% | 0.22% | - |
| XYZ | 1.87 | 2.94 | 3.05 | - |
| YUV | 37.83 | 132.61 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 55 | 46 | 0.98 | 0 | 0.16 | 0.78 | 170 | 0.96 | 0.11 |
| Hex | 1 | 37 | 2E | 62 | 0 | 10 | 4E | AA | 60 | B |
| Octal | 1 | 67 | 56 | 142 | 0 | 20 | 116 | 252 | 140 | 13 |
| Binary | 1 | 110111 | 101110 | 1100010 | 0 | 10000 | 1001110 | 10101010 | 1100000 | 1011 |
Color Harmonies of #01372E
Complementary color
Monochromatic Colors of #01372E
Black with #01372E
Text Example
Text Example
White with #01372E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01372E; }
p { color: rgb(1,55,46); }
H1.HeaderClassName
{
color: #01372E;
}
.AnyTagClassName
{
color: #01372E;
}
</style>
background-color css
<style>
a { background-color: #01372E; }
a { background-color: rgb(1,55,46); }
div.DivClassName
{
background-color: #01372E;
}
.BgClassName
{
background-color: #01372E;
}
</style>
border-color css
<style>
span { border-color: #01372E; }
span { border-color: rgb(1,55,46); }
td.TdClassName
{
border-color: #01372E;
}
.TagClassName
{
border-color: #01372E;
}
</style>