Shades of Dark Green #01331E
Tints of Dark Green #01331E
RGB
CMYK
RGB Variations
Color information
#01331E (or 0x01331E) is known color: Dark Green. HEX triplet: 01, 33 and 1E. RGB value is (1,51,30). Sum of RGB (Red+Green+Blue) = 1+51+30=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 51 (20.31% from 255 or 62.20% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 51 - color contains mainly: green. Hex color #01331E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01331E is #FECCE1. Grayscale: #212121. Windows color (decimal): -16698594 or 1979137. OLE color: 1979137.
HSL color Cylindrical-coordinate representation of color #01331E: hue angle of 154.8º 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 #01331E is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 1 | 51 | 30 | - |
| CMYK | 0.98 | 0 | 0.41 | 0.8 |
| HSL | 154.8º | 0.96% | 0.1% | - |
| HSV(B) | 154.8º | 0.98% | 0.2% | - |
| XYZ | 1.43 | 2.47 | 1.63 | - |
| YUV | 33.66 | 125.94 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 30 | 0.98 | 0 | 0.41 | 0.8 | 154.8 | 0.96 | 0.1 |
| Hex | 1 | 33 | 1E | 62 | 0 | 29 | 50 | 9B | 60 | A |
| Octal | 1 | 63 | 36 | 142 | 0 | 51 | 120 | 233 | 140 | 12 |
| Binary | 1 | 110011 | 11110 | 1100010 | 0 | 101001 | 1010000 | 10011011 | 1100000 | 1010 |
Color Harmonies of #01331E
Complementary color
Monochromatic Colors of #01331E
Black with #01331E
Text Example
Text Example
White with #01331E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01331E; }
p { color: rgb(1,51,30); }
H1.HeaderClassName
{
color: #01331E;
}
.AnyTagClassName
{
color: #01331E;
}
</style>
background-color css
<style>
a { background-color: #01331E; }
a { background-color: rgb(1,51,30); }
div.DivClassName
{
background-color: #01331E;
}
.BgClassName
{
background-color: #01331E;
}
</style>
border-color css
<style>
span { border-color: #01331E; }
span { border-color: rgb(1,51,30); }
td.TdClassName
{
border-color: #01331E;
}
.TagClassName
{
border-color: #01331E;
}
</style>