Shades of Dark Green #01322D
Tints of Dark Green #01322D
RGB
CMYK
RGB Variations
Color information
#01322D (or 0x01322D) is known color: Dark Green. HEX triplet: 01, 32 and 2D. RGB value is (1,50,45). Sum of RGB (Red+Green+Blue) = 1+50+45=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 50 (19.92% from 255 or 52.08% from 96); Blue value is 45 (17.97% from 255 or 46.88% from 96); Max value from RGB is 50 - color contains mainly: green. Hex color #01322D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01322D is #FECDD2. Grayscale: #222222. Windows color (decimal): -16698835 or 2961921. OLE color: 2961921.
HSL color Cylindrical-coordinate representation of color #01322D: hue angle of 173.88º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01322D is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 1 | 50 | 45 | - |
| CMYK | 0.98 | 0 | 0.10 | 0.80 |
| HSL | 173.88º | 0.96% | 0.1% | - |
| HSV(B) | 173.88º | 0.98% | 0.2% | - |
| XYZ | 1.63 | 2.48 | 2.88 | - |
| YUV | 34.78 | 133.77 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 50 | 45 | 0.98 | 0 | 0.10 | 0.80 | 173.88 | 0.96 | 0.1 |
| Hex | 1 | 32 | 2D | 62 | 0 | A | 50 | AE | 60 | A |
| Octal | 1 | 62 | 55 | 142 | 0 | 12 | 120 | 256 | 140 | 12 |
| Binary | 1 | 110010 | 101101 | 1100010 | 0 | 1010 | 1010000 | 10101110 | 1100000 | 1010 |
Color Harmonies of #01322D
Complementary color
Monochromatic Colors of #01322D
Black with #01322D
Text Example
Text Example
White with #01322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01322D; }
p { color: rgb(1,50,45); }
H1.HeaderClassName
{
color: #01322D;
}
.AnyTagClassName
{
color: #01322D;
}
</style>
background-color css
<style>
a { background-color: #01322D; }
a { background-color: rgb(1,50,45); }
div.DivClassName
{
background-color: #01322D;
}
.BgClassName
{
background-color: #01322D;
}
</style>
border-color css
<style>
span { border-color: #01322D; }
span { border-color: rgb(1,50,45); }
td.TdClassName
{
border-color: #01322D;
}
.TagClassName
{
border-color: #01322D;
}
</style>