Shades of Dark Green #01332E
Tints of Dark Green #01332E
RGB
CMYK
RGB Variations
Color information
#01332E (or 0x01332E) is known color: Dark Green. HEX triplet: 01, 33 and 2E. RGB value is (1,51,46). Sum of RGB (Red+Green+Blue) = 1+51+46=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 51 (20.31% from 255 or 52.04% from 98); Blue value is 46 (18.36% from 255 or 46.94% from 98); Max value from RGB is 51 - color contains mainly: green. Hex color #01332E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01332E is #FECCD1. Grayscale: #232323. Windows color (decimal): -16698578 or 3027713. OLE color: 3027713.
HSL color Cylindrical-coordinate representation of color #01332E: hue angle of 174º 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 #01332E is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 1 | 51 | 46 | - |
| CMYK | 0.98 | 0 | 0.10 | 0.8 |
| HSL | 174º | 0.96% | 0.1% | - |
| HSV(B) | 174º | 0.98% | 0.2% | - |
| XYZ | 1.69 | 2.57 | 2.99 | - |
| YUV | 35.48 | 133.94 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 46 | 0.98 | 0 | 0.10 | 0.8 | 174 | 0.96 | 0.1 |
| Hex | 1 | 33 | 2E | 62 | 0 | A | 50 | AE | 60 | A |
| Octal | 1 | 63 | 56 | 142 | 0 | 12 | 120 | 256 | 140 | 12 |
| Binary | 1 | 110011 | 101110 | 1100010 | 0 | 1010 | 1010000 | 10101110 | 1100000 | 1010 |
Color Harmonies of #01332E
Complementary color
Monochromatic Colors of #01332E
Black with #01332E
Text Example
Text Example
White with #01332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01332E; }
p { color: rgb(1,51,46); }
H1.HeaderClassName
{
color: #01332E;
}
.AnyTagClassName
{
color: #01332E;
}
</style>
background-color css
<style>
a { background-color: #01332E; }
a { background-color: rgb(1,51,46); }
div.DivClassName
{
background-color: #01332E;
}
.BgClassName
{
background-color: #01332E;
}
</style>
border-color css
<style>
span { border-color: #01332E; }
span { border-color: rgb(1,51,46); }
td.TdClassName
{
border-color: #01332E;
}
.TagClassName
{
border-color: #01332E;
}
</style>