Shades of Dark Green #01382C
Tints of Dark Green #01382C
RGB
CMYK
RGB Variations
Color information
#01382C (or 0x01382C) is known color: Dark Green. HEX triplet: 01, 38 and 2C. RGB value is (1,56,44). Sum of RGB (Red+Green+Blue) = 1+56+44=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 56 (22.27% from 255 or 55.45% from 101); Blue value is 44 (17.58% from 255 or 43.56% from 101); Max value from RGB is 56 - color contains mainly: green. Hex color #01382C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01382C is #FEC7D3. Grayscale: #262626. Windows color (decimal): -16697300 or 2897921. OLE color: 2897921.
HSL color Cylindrical-coordinate representation of color #01382C: hue angle of 166.91º 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 #01382C is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 56 | 44 | - |
| CMYK | 0.98 | 0 | 0.21 | 0.78 |
| HSL | 166.91º | 0.96% | 0.11% | - |
| HSV(B) | 166.91º | 0.98% | 0.22% | - |
| XYZ | 1.88 | 3.02 | 2.87 | - |
| YUV | 38.19 | 131.28 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 56 | 44 | 0.98 | 0 | 0.21 | 0.78 | 166.91 | 0.96 | 0.11 |
| Hex | 1 | 38 | 2C | 62 | 0 | 15 | 4E | A7 | 60 | B |
| Octal | 1 | 70 | 54 | 142 | 0 | 25 | 116 | 247 | 140 | 13 |
| Binary | 1 | 111000 | 101100 | 1100010 | 0 | 10101 | 1001110 | 10100111 | 1100000 | 1011 |
Color Harmonies of #01382C
Complementary color
Monochromatic Colors of #01382C
Black with #01382C
Text Example
Text Example
White with #01382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01382C; }
p { color: rgb(1,56,44); }
H1.HeaderClassName
{
color: #01382C;
}
.AnyTagClassName
{
color: #01382C;
}
</style>
background-color css
<style>
a { background-color: #01382C; }
a { background-color: rgb(1,56,44); }
div.DivClassName
{
background-color: #01382C;
}
.BgClassName
{
background-color: #01382C;
}
</style>
border-color css
<style>
span { border-color: #01382C; }
span { border-color: rgb(1,56,44); }
td.TdClassName
{
border-color: #01382C;
}
.TagClassName
{
border-color: #01382C;
}
</style>