Shades of Dark Green #01332D
Tints of Dark Green #01332D
RGB
CMYK
RGB Variations
Color information
#01332D (or 0x01332D) is known color: Dark Green. HEX triplet: 01, 33 and 2D. RGB value is (1,51,45). Sum of RGB (Red+Green+Blue) = 1+51+45=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 51 (20.31% from 255 or 52.58% from 97); Blue value is 45 (17.97% from 255 or 46.39% from 97); Max value from RGB is 51 - color contains mainly: green. Hex color #01332D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01332D is #FECCD2. Grayscale: #232323. Windows color (decimal): -16698579 or 2962177. OLE color: 2962177.
HSL color Cylindrical-coordinate representation of color #01332D: hue angle of 172.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 #01332D is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 1 | 51 | 45 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.8 |
| HSL | 172.8º | 0.96% | 0.1% | - |
| HSV(B) | 172.8º | 0.98% | 0.2% | - |
| XYZ | 1.67 | 2.56 | 2.89 | - |
| YUV | 35.37 | 133.44 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 45 | 0.98 | 0 | 0.12 | 0.8 | 172.8 | 0.96 | 0.1 |
| Hex | 1 | 33 | 2D | 62 | 0 | C | 50 | AD | 60 | A |
| Octal | 1 | 63 | 55 | 142 | 0 | 14 | 120 | 255 | 140 | 12 |
| Binary | 1 | 110011 | 101101 | 1100010 | 0 | 1100 | 1010000 | 10101101 | 1100000 | 1010 |
Color Harmonies of #01332D
Complementary color
Monochromatic Colors of #01332D
Black with #01332D
Text Example
Text Example
White with #01332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01332D; }
p { color: rgb(1,51,45); }
H1.HeaderClassName
{
color: #01332D;
}
.AnyTagClassName
{
color: #01332D;
}
</style>
background-color css
<style>
a { background-color: #01332D; }
a { background-color: rgb(1,51,45); }
div.DivClassName
{
background-color: #01332D;
}
.BgClassName
{
background-color: #01332D;
}
</style>
border-color css
<style>
span { border-color: #01332D; }
span { border-color: rgb(1,51,45); }
td.TdClassName
{
border-color: #01332D;
}
.TagClassName
{
border-color: #01332D;
}
</style>