Shades of Dark Green #00342E
Tints of Dark Green #00342E
RGB
CMYK
RGB Variations
Color information
#00342E (or 0x00342E) is known color: Dark Green. HEX triplet: 00, 34 and 2E. RGB value is (0,52,46). Sum of RGB (Red+Green+Blue) = 0+52+46=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 52 (20.70% from 255 or 53.06% from 98); Blue value is 46 (18.36% from 255 or 46.94% from 98); Max value from RGB is 52 - color contains mainly: green. Hex color #00342E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00342E is #FFCBD1. Grayscale: #232323. Windows color (decimal): -16763858 or 3027968. OLE color: 3027968.
HSL color Cylindrical-coordinate representation of color #00342E: hue angle of 173.08º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00342E is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 52 | 46 | - |
| CMYK | 1 | 0 | 0.12 | 0.80 |
| HSL | 173.08º | 1% | 0.1% | - |
| HSV(B) | 173.08º | 1% | 0.2% | - |
| XYZ | 1.72 | 2.65 | 3.01 | - |
| YUV | 35.77 | 133.77 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 52 | 46 | 1 | 0 | 0.12 | 0.80 | 173.08 | 1 | 0.1 |
| Hex | 0 | 34 | 2E | 64 | 0 | C | 50 | AD | 64 | A |
| Octal | 0 | 64 | 56 | 144 | 0 | 14 | 120 | 255 | 144 | 12 |
| Binary | 0 | 110100 | 101110 | 1100100 | 0 | 1100 | 1010000 | 10101101 | 1100100 | 1010 |
Color Harmonies of #00342E
Complementary color
Monochromatic Colors of #00342E
Black with #00342E
Text Example
Text Example
White with #00342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00342E; }
p { color: rgb(0,52,46); }
H1.HeaderClassName
{
color: #00342E;
}
.AnyTagClassName
{
color: #00342E;
}
</style>
background-color css
<style>
a { background-color: #00342E; }
a { background-color: rgb(0,52,46); }
div.DivClassName
{
background-color: #00342E;
}
.BgClassName
{
background-color: #00342E;
}
</style>
border-color css
<style>
span { border-color: #00342E; }
span { border-color: rgb(0,52,46); }
td.TdClassName
{
border-color: #00342E;
}
.TagClassName
{
border-color: #00342E;
}
</style>