Shades of Dark Green #01382D
Tints of Dark Green #01382D
RGB
CMYK
RGB Variations
Color information
#01382D (or 0x01382D) is known color: Dark Green. HEX triplet: 01, 38 and 2D. RGB value is (1,56,45). Sum of RGB (Red+Green+Blue) = 1+56+45=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 56 (22.27% from 255 or 54.90% from 102); Blue value is 45 (17.97% from 255 or 44.12% from 102); Max value from RGB is 56 - color contains mainly: green. Hex color #01382D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01382D is #FEC7D2. Grayscale: #262626. Windows color (decimal): -16697299 or 2963457. OLE color: 2963457.
HSL color Cylindrical-coordinate representation of color #01382D: hue angle of 168º 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 #01382D is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 56 | 45 | - |
| CMYK | 0.98 | 0 | 0.20 | 0.78 |
| HSL | 168º | 0.96% | 0.11% | - |
| HSV(B) | 168º | 0.98% | 0.22% | - |
| XYZ | 1.9 | 3.02 | 2.97 | - |
| YUV | 38.3 | 131.78 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 56 | 45 | 0.98 | 0 | 0.20 | 0.78 | 168 | 0.96 | 0.11 |
| Hex | 1 | 38 | 2D | 62 | 0 | 14 | 4E | A8 | 60 | B |
| Octal | 1 | 70 | 55 | 142 | 0 | 24 | 116 | 250 | 140 | 13 |
| Binary | 1 | 111000 | 101101 | 1100010 | 0 | 10100 | 1001110 | 10101000 | 1100000 | 1011 |
Color Harmonies of #01382D
Complementary color
Monochromatic Colors of #01382D
Black with #01382D
Text Example
Text Example
White with #01382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01382D; }
p { color: rgb(1,56,45); }
H1.HeaderClassName
{
color: #01382D;
}
.AnyTagClassName
{
color: #01382D;
}
</style>
background-color css
<style>
a { background-color: #01382D; }
a { background-color: rgb(1,56,45); }
div.DivClassName
{
background-color: #01382D;
}
.BgClassName
{
background-color: #01382D;
}
</style>
border-color css
<style>
span { border-color: #01382D; }
span { border-color: rgb(1,56,45); }
td.TdClassName
{
border-color: #01382D;
}
.TagClassName
{
border-color: #01382D;
}
</style>