Shades of Dark Green #00341C
Tints of Dark Green #00341C
RGB
CMYK
RGB Variations
Color information
#00341C (or 0x00341C) is known color: Dark Green. HEX triplet: 00, 34 and 1C. RGB value is (0,52,28). Sum of RGB (Red+Green+Blue) = 0+52+28=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 52 (20.70% from 255 or 65% from 80); Blue value is 28 (11.33% from 255 or 35% from 80); Max value from RGB is 52 - color contains mainly: green. Hex color #00341C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00341C is #FFCBE3. Grayscale: #212121. Windows color (decimal): -16763876 or 1848320. OLE color: 1848320.
HSL color Cylindrical-coordinate representation of color #00341C: hue angle of 152.31º 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 #00341C is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 52 | 28 | - |
| CMYK | 1 | 0 | 0.46 | 0.80 |
| HSL | 152.31º | 1% | 0.1% | - |
| HSV(B) | 152.31º | 1% | 0.2% | - |
| XYZ | 1.44 | 2.54 | 1.51 | - |
| YUV | 33.72 | 124.77 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 52 | 28 | 1 | 0 | 0.46 | 0.80 | 152.31 | 1 | 0.1 |
| Hex | 0 | 34 | 1C | 64 | 0 | 2E | 50 | 98 | 64 | A |
| Octal | 0 | 64 | 34 | 144 | 0 | 56 | 120 | 230 | 144 | 12 |
| Binary | 0 | 110100 | 11100 | 1100100 | 0 | 101110 | 1010000 | 10011000 | 1100100 | 1010 |
Color Harmonies of #00341C
Complementary color
Monochromatic Colors of #00341C
Black with #00341C
Text Example
Text Example
White with #00341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00341C; }
p { color: rgb(0,52,28); }
H1.HeaderClassName
{
color: #00341C;
}
.AnyTagClassName
{
color: #00341C;
}
</style>
background-color css
<style>
a { background-color: #00341C; }
a { background-color: rgb(0,52,28); }
div.DivClassName
{
background-color: #00341C;
}
.BgClassName
{
background-color: #00341C;
}
</style>
border-color css
<style>
span { border-color: #00341C; }
span { border-color: rgb(0,52,28); }
td.TdClassName
{
border-color: #00341C;
}
.TagClassName
{
border-color: #00341C;
}
</style>