Shades of Dark Green #01342E
Tints of Dark Green #01342E
RGB
CMYK
RGB Variations
Color information
#01342E (or 0x01342E) is known color: Dark Green. HEX triplet: 01, 34 and 2E. RGB value is (1,52,46). Sum of RGB (Red+Green+Blue) = 1+52+46=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 52 (20.70% from 255 or 52.53% from 99); Blue value is 46 (18.36% from 255 or 46.46% from 99); Max value from RGB is 52 - color contains mainly: green. Hex color #01342E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01342E is #FECBD1. Grayscale: #242424. Windows color (decimal): -16698322 or 3027969. OLE color: 3027969.
HSL color Cylindrical-coordinate representation of color #01342E: hue angle of 172.94º 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 #01342E is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 1 | 52 | 46 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.80 |
| HSL | 172.94º | 0.96% | 0.1% | - |
| HSV(B) | 172.94º | 0.98% | 0.2% | - |
| XYZ | 1.73 | 2.66 | 3.01 | - |
| YUV | 36.07 | 133.6 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 52 | 46 | 0.98 | 0 | 0.12 | 0.80 | 172.94 | 0.96 | 0.1 |
| Hex | 1 | 34 | 2E | 62 | 0 | C | 50 | AD | 60 | A |
| Octal | 1 | 64 | 56 | 142 | 0 | 14 | 120 | 255 | 140 | 12 |
| Binary | 1 | 110100 | 101110 | 1100010 | 0 | 1100 | 1010000 | 10101101 | 1100000 | 1010 |
Color Harmonies of #01342E
Complementary color
Monochromatic Colors of #01342E
Black with #01342E
Text Example
Text Example
White with #01342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01342E; }
p { color: rgb(1,52,46); }
H1.HeaderClassName
{
color: #01342E;
}
.AnyTagClassName
{
color: #01342E;
}
</style>
background-color css
<style>
a { background-color: #01342E; }
a { background-color: rgb(1,52,46); }
div.DivClassName
{
background-color: #01342E;
}
.BgClassName
{
background-color: #01342E;
}
</style>
border-color css
<style>
span { border-color: #01342E; }
span { border-color: rgb(1,52,46); }
td.TdClassName
{
border-color: #01342E;
}
.TagClassName
{
border-color: #01342E;
}
</style>