Shades of Dark Green #01321B
Tints of Dark Green #01321B
RGB
CMYK
RGB Variations
Color information
#01321B (or 0x01321B) is known color: Dark Green. HEX triplet: 01, 32 and 1B. RGB value is (1,50,27). Sum of RGB (Red+Green+Blue) = 1+50+27=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 50 (19.92% from 255 or 64.10% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 50 - color contains mainly: green. Hex color #01321B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01321B is #FECDE4. Grayscale: #202020. Windows color (decimal): -16698853 or 1782273. OLE color: 1782273.
HSL color Cylindrical-coordinate representation of color #01321B: hue angle of 151.84º 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 #01321B is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 1 | 50 | 27 | - |
| CMYK | 0.98 | 0 | 0.46 | 0.80 |
| HSL | 151.84º | 0.96% | 0.1% | - |
| HSV(B) | 151.84º | 0.98% | 0.2% | - |
| XYZ | 1.35 | 2.37 | 1.42 | - |
| YUV | 32.73 | 124.77 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 50 | 27 | 0.98 | 0 | 0.46 | 0.80 | 151.84 | 0.96 | 0.1 |
| Hex | 1 | 32 | 1B | 62 | 0 | 2E | 50 | 98 | 60 | A |
| Octal | 1 | 62 | 33 | 142 | 0 | 56 | 120 | 230 | 140 | 12 |
| Binary | 1 | 110010 | 11011 | 1100010 | 0 | 101110 | 1010000 | 10011000 | 1100000 | 1010 |
Color Harmonies of #01321B
Complementary color
Monochromatic Colors of #01321B
Black with #01321B
Text Example
Text Example
White with #01321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01321B; }
p { color: rgb(1,50,27); }
H1.HeaderClassName
{
color: #01321B;
}
.AnyTagClassName
{
color: #01321B;
}
</style>
background-color css
<style>
a { background-color: #01321B; }
a { background-color: rgb(1,50,27); }
div.DivClassName
{
background-color: #01321B;
}
.BgClassName
{
background-color: #01321B;
}
</style>
border-color css
<style>
span { border-color: #01321B; }
span { border-color: rgb(1,50,27); }
td.TdClassName
{
border-color: #01321B;
}
.TagClassName
{
border-color: #01321B;
}
</style>