Shades of Dark Green #01332A
Tints of Dark Green #01332A
RGB
CMYK
RGB Variations
Color information
#01332A (or 0x01332A) is known color: Dark Green. HEX triplet: 01, 33 and 2A. RGB value is (1,51,42). Sum of RGB (Red+Green+Blue) = 1+51+42=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 51 (20.31% from 255 or 54.26% from 94); Blue value is 42 (16.80% from 255 or 44.68% from 94); Max value from RGB is 51 - color contains mainly: green. Hex color #01332A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01332A is #FECCD5. Grayscale: #232323. Windows color (decimal): -16698582 or 2765569. OLE color: 2765569.
HSL color Cylindrical-coordinate representation of color #01332A: hue angle of 169.2º 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 #01332A is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 1 | 51 | 42 | - |
| CMYK | 0.98 | 0 | 0.18 | 0.8 |
| HSL | 169.2º | 0.96% | 0.1% | - |
| HSV(B) | 169.2º | 0.98% | 0.2% | - |
| XYZ | 1.61 | 2.54 | 2.6 | - |
| YUV | 35.02 | 131.94 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 42 | 0.98 | 0 | 0.18 | 0.8 | 169.2 | 0.96 | 0.1 |
| Hex | 1 | 33 | 2A | 62 | 0 | 12 | 50 | A9 | 60 | A |
| Octal | 1 | 63 | 52 | 142 | 0 | 22 | 120 | 251 | 140 | 12 |
| Binary | 1 | 110011 | 101010 | 1100010 | 0 | 10010 | 1010000 | 10101001 | 1100000 | 1010 |
Color Harmonies of #01332A
Complementary color
Monochromatic Colors of #01332A
Black with #01332A
Text Example
Text Example
White with #01332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01332A; }
p { color: rgb(1,51,42); }
H1.HeaderClassName
{
color: #01332A;
}
.AnyTagClassName
{
color: #01332A;
}
</style>
background-color css
<style>
a { background-color: #01332A; }
a { background-color: rgb(1,51,42); }
div.DivClassName
{
background-color: #01332A;
}
.BgClassName
{
background-color: #01332A;
}
</style>
border-color css
<style>
span { border-color: #01332A; }
span { border-color: rgb(1,51,42); }
td.TdClassName
{
border-color: #01332A;
}
.TagClassName
{
border-color: #01332A;
}
</style>