Shades of Dark Green #01392C
Tints of Dark Green #01392C
RGB
CMYK
RGB Variations
Color information
#01392C (or 0x01392C) is known color: Dark Green. HEX triplet: 01, 39 and 2C. RGB value is (1,57,44). Sum of RGB (Red+Green+Blue) = 1+57+44=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 57 (22.66% from 255 or 55.88% from 102); Blue value is 44 (17.58% from 255 or 43.14% from 102); Max value from RGB is 57 - color contains mainly: green. Hex color #01392C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01392C is #FEC6D3. Grayscale: #262626. Windows color (decimal): -16697044 or 2898177. OLE color: 2898177.
HSL color Cylindrical-coordinate representation of color #01392C: hue angle of 166.07º degrees, saturation: 0.97, 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 #01392C is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 57 | 44 | - |
| CMYK | 0.98 | 0 | 0.23 | 0.78 |
| HSL | 166.07º | 0.97% | 0.11% | - |
| HSV(B) | 166.07º | 0.98% | 0.22% | - |
| XYZ | 1.93 | 3.11 | 2.88 | - |
| YUV | 38.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 57 | 44 | 0.98 | 0 | 0.23 | 0.78 | 166.07 | 0.97 | 0.11 |
| Hex | 1 | 39 | 2C | 62 | 0 | 17 | 4E | A6 | 61 | B |
| Octal | 1 | 71 | 54 | 142 | 0 | 27 | 116 | 246 | 141 | 13 |
| Binary | 1 | 111001 | 101100 | 1100010 | 0 | 10111 | 1001110 | 10100110 | 1100001 | 1011 |
Color Harmonies of #01392C
Complementary color
Monochromatic Colors of #01392C
Black with #01392C
Text Example
Text Example
White with #01392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01392C; }
p { color: rgb(1,57,44); }
H1.HeaderClassName
{
color: #01392C;
}
.AnyTagClassName
{
color: #01392C;
}
</style>
background-color css
<style>
a { background-color: #01392C; }
a { background-color: rgb(1,57,44); }
div.DivClassName
{
background-color: #01392C;
}
.BgClassName
{
background-color: #01392C;
}
</style>
border-color css
<style>
span { border-color: #01392C; }
span { border-color: rgb(1,57,44); }
td.TdClassName
{
border-color: #01392C;
}
.TagClassName
{
border-color: #01392C;
}
</style>