Shades of Dark Green #01392D
Tints of Dark Green #01392D
RGB
CMYK
RGB Variations
Color information
#01392D (or 0x01392D) is known color: Dark Green. HEX triplet: 01, 39 and 2D. RGB value is (1,57,45). Sum of RGB (Red+Green+Blue) = 1+57+45=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 57 (22.66% from 255 or 55.34% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 57 - color contains mainly: green. Hex color #01392D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01392D is #FEC6D2. Grayscale: #262626. Windows color (decimal): -16697043 or 2963713. OLE color: 2963713.
HSL color Cylindrical-coordinate representation of color #01392D: hue angle of 167.14º 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 #01392D is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 57 | 45 | - |
| CMYK | 0.98 | 0 | 0.21 | 0.78 |
| HSL | 167.14º | 0.97% | 0.11% | - |
| HSV(B) | 167.14º | 0.98% | 0.22% | - |
| XYZ | 1.95 | 3.12 | 2.98 | - |
| YUV | 38.89 | 131.45 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 57 | 45 | 0.98 | 0 | 0.21 | 0.78 | 167.14 | 0.97 | 0.11 |
| Hex | 1 | 39 | 2D | 62 | 0 | 15 | 4E | A7 | 61 | B |
| Octal | 1 | 71 | 55 | 142 | 0 | 25 | 116 | 247 | 141 | 13 |
| Binary | 1 | 111001 | 101101 | 1100010 | 0 | 10101 | 1001110 | 10100111 | 1100001 | 1011 |
Color Harmonies of #01392D
Complementary color
Monochromatic Colors of #01392D
Black with #01392D
Text Example
Text Example
White with #01392D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01392D; }
p { color: rgb(1,57,45); }
H1.HeaderClassName
{
color: #01392D;
}
.AnyTagClassName
{
color: #01392D;
}
</style>
background-color css
<style>
a { background-color: #01392D; }
a { background-color: rgb(1,57,45); }
div.DivClassName
{
background-color: #01392D;
}
.BgClassName
{
background-color: #01392D;
}
</style>
border-color css
<style>
span { border-color: #01392D; }
span { border-color: rgb(1,57,45); }
td.TdClassName
{
border-color: #01392D;
}
.TagClassName
{
border-color: #01392D;
}
</style>