Shades of Dark Green #01322C
Tints of Dark Green #01322C
RGB
CMYK
RGB Variations
Color information
#01322C (or 0x01322C) is known color: Dark Green. HEX triplet: 01, 32 and 2C. RGB value is (1,50,44). Sum of RGB (Red+Green+Blue) = 1+50+44=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 50 (19.92% from 255 or 52.63% from 95); Blue value is 44 (17.58% from 255 or 46.32% from 95); Max value from RGB is 50 - color contains mainly: green. Hex color #01322C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01322C is #FECDD3. Grayscale: #222222. Windows color (decimal): -16698836 or 2896385. OLE color: 2896385.
HSL color Cylindrical-coordinate representation of color #01322C: hue angle of 172.65º 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 #01322C is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
RGB | 1 | 50 | 44 | - |
CMYK | 0.98 | 0 | 0.12 | 0.80 |
HSL | 172.65º | 0.96% | 0.1% | - |
HSV(B) | 172.65º | 0.98% | 0.2% | - |
XYZ | 1.61 | 2.47 | 2.77 | - |
YUV | 34.67 | 133.27 | 103.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 50 | 44 | 0.98 | 0 | 0.12 | 0.80 | 172.65 | 0.96 | 0.1 |
Hex | 1 | 32 | 2C | 62 | 0 | C | 50 | AD | 60 | A |
Octal | 1 | 62 | 54 | 142 | 0 | 14 | 120 | 255 | 140 | 12 |
Binary | 1 | 110010 | 101100 | 1100010 | 0 | 1100 | 1010000 | 10101101 | 1100000 | 1010 |
Color Harmonies of #01322C
Complementary color
Monochromatic Colors of #01322C
Black with #01322C
Text Example
Text Example
White with #01322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01322C; }
p { color: rgb(1,50,44); }
H1.HeaderClassName
{
color: #01322C;
}
.AnyTagClassName
{
color: #01322C;
}
</style>
background-color css
<style>
a { background-color: #01322C; }
a { background-color: rgb(1,50,44); }
div.DivClassName
{
background-color: #01322C;
}
.BgClassName
{
background-color: #01322C;
}
</style>
border-color css
<style>
span { border-color: #01322C; }
span { border-color: rgb(1,50,44); }
td.TdClassName
{
border-color: #01322C;
}
.TagClassName
{
border-color: #01322C;
}
</style>