Shades of Dark Green #01332C
Tints of Dark Green #01332C
RGB
CMYK
RGB Variations
Color information
#01332C (or 0x01332C) is known color: Dark Green. HEX triplet: 01, 33 and 2C. RGB value is (1,51,44). Sum of RGB (Red+Green+Blue) = 1+51+44=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 51 (20.31% from 255 or 53.12% from 96); Blue value is 44 (17.58% from 255 or 45.83% from 96); Max value from RGB is 51 - color contains mainly: green. Hex color #01332C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01332C is #FECCD3. Grayscale: #232323. Windows color (decimal): -16698580 or 2896641. OLE color: 2896641.
HSL color Cylindrical-coordinate representation of color #01332C: hue angle of 171.6º 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 #01332C is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 1 | 51 | 44 | - |
| CMYK | 0.98 | 0 | 0.14 | 0.8 |
| HSL | 171.6º | 0.96% | 0.1% | - |
| HSV(B) | 171.6º | 0.98% | 0.2% | - |
| XYZ | 1.65 | 2.56 | 2.79 | - |
| YUV | 35.25 | 132.94 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 44 | 0.98 | 0 | 0.14 | 0.8 | 171.6 | 0.96 | 0.1 |
| Hex | 1 | 33 | 2C | 62 | 0 | E | 50 | AC | 60 | A |
| Octal | 1 | 63 | 54 | 142 | 0 | 16 | 120 | 254 | 140 | 12 |
| Binary | 1 | 110011 | 101100 | 1100010 | 0 | 1110 | 1010000 | 10101100 | 1100000 | 1010 |
Color Harmonies of #01332C
Complementary color
Monochromatic Colors of #01332C
Black with #01332C
Text Example
Text Example
White with #01332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01332C; }
p { color: rgb(1,51,44); }
H1.HeaderClassName
{
color: #01332C;
}
.AnyTagClassName
{
color: #01332C;
}
</style>
background-color css
<style>
a { background-color: #01332C; }
a { background-color: rgb(1,51,44); }
div.DivClassName
{
background-color: #01332C;
}
.BgClassName
{
background-color: #01332C;
}
</style>
border-color css
<style>
span { border-color: #01332C; }
span { border-color: rgb(1,51,44); }
td.TdClassName
{
border-color: #01332C;
}
.TagClassName
{
border-color: #01332C;
}
</style>