Shades of Dark Green #01321C
Tints of Dark Green #01321C
RGB
CMYK
RGB Variations
Color information
#01321C (or 0x01321C) is known color: Dark Green. HEX triplet: 01, 32 and 1C. RGB value is (1,50,28). Sum of RGB (Red+Green+Blue) = 1+50+28=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 50 (19.92% from 255 or 63.29% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 50 - color contains mainly: green. Hex color #01321C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01321C is #FECDE3. Grayscale: #202020. Windows color (decimal): -16698852 or 1847809. OLE color: 1847809.
HSL color Cylindrical-coordinate representation of color #01321C: hue angle of 153.06º 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 #01321C is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 1 | 50 | 28 | - |
| CMYK | 0.98 | 0 | 0.44 | 0.80 |
| HSL | 153.06º | 0.96% | 0.1% | - |
| HSV(B) | 153.06º | 0.98% | 0.2% | - |
| XYZ | 1.36 | 2.37 | 1.48 | - |
| YUV | 32.84 | 125.27 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 50 | 28 | 0.98 | 0 | 0.44 | 0.80 | 153.06 | 0.96 | 0.1 |
| Hex | 1 | 32 | 1C | 62 | 0 | 2C | 50 | 99 | 60 | A |
| Octal | 1 | 62 | 34 | 142 | 0 | 54 | 120 | 231 | 140 | 12 |
| Binary | 1 | 110010 | 11100 | 1100010 | 0 | 101100 | 1010000 | 10011001 | 1100000 | 1010 |
Color Harmonies of #01321C
Complementary color
Monochromatic Colors of #01321C
Black with #01321C
Text Example
Text Example
White with #01321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01321C; }
p { color: rgb(1,50,28); }
H1.HeaderClassName
{
color: #01321C;
}
.AnyTagClassName
{
color: #01321C;
}
</style>
background-color css
<style>
a { background-color: #01321C; }
a { background-color: rgb(1,50,28); }
div.DivClassName
{
background-color: #01321C;
}
.BgClassName
{
background-color: #01321C;
}
</style>
border-color css
<style>
span { border-color: #01321C; }
span { border-color: rgb(1,50,28); }
td.TdClassName
{
border-color: #01321C;
}
.TagClassName
{
border-color: #01321C;
}
</style>