Shades of Dark Green #01322E
Tints of Dark Green #01322E
RGB
CMYK
RGB Variations
Color information
#01322E (or 0x01322E) is known color: Dark Green. HEX triplet: 01, 32 and 2E. RGB value is (1,50,46). Sum of RGB (Red+Green+Blue) = 1+50+46=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 50 (19.92% from 255 or 51.55% from 97); Blue value is 46 (18.36% from 255 or 47.42% from 97); Max value from RGB is 50 - color contains mainly: green. Hex color #01322E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01322E is #FECDD1. Grayscale: #222222. Windows color (decimal): -16698834 or 3027457. OLE color: 3027457.
HSL color Cylindrical-coordinate representation of color #01322E: hue angle of 175.1º 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 #01322E is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
RGB | 1 | 50 | 46 | - |
CMYK | 0.98 | 0 | 0.08 | 0.80 |
HSL | 175.1º | 0.96% | 0.1% | - |
HSV(B) | 175.1º | 0.98% | 0.2% | - |
XYZ | 1.65 | 2.48 | 2.98 | - |
YUV | 34.89 | 134.27 | 103.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 50 | 46 | 0.98 | 0 | 0.08 | 0.80 | 175.1 | 0.96 | 0.1 |
Hex | 1 | 32 | 2E | 62 | 0 | 8 | 50 | AF | 60 | A |
Octal | 1 | 62 | 56 | 142 | 0 | 10 | 120 | 257 | 140 | 12 |
Binary | 1 | 110010 | 101110 | 1100010 | 0 | 1000 | 1010000 | 10101111 | 1100000 | 1010 |
Color Harmonies of #01322E
Complementary color
Monochromatic Colors of #01322E
Black with #01322E
Text Example
Text Example
White with #01322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01322E; }
p { color: rgb(1,50,46); }
H1.HeaderClassName
{
color: #01322E;
}
.AnyTagClassName
{
color: #01322E;
}
</style>
background-color css
<style>
a { background-color: #01322E; }
a { background-color: rgb(1,50,46); }
div.DivClassName
{
background-color: #01322E;
}
.BgClassName
{
background-color: #01322E;
}
</style>
border-color css
<style>
span { border-color: #01322E; }
span { border-color: rgb(1,50,46); }
td.TdClassName
{
border-color: #01322E;
}
.TagClassName
{
border-color: #01322E;
}
</style>