Shades of Dark Green #00341A
Tints of Dark Green #00341A
RGB
CMYK
RGB Variations
Color information
#00341A (or 0x00341A) is known color: Dark Green. HEX triplet: 00, 34 and 1A. RGB value is (0,52,26). Sum of RGB (Red+Green+Blue) = 0+52+26=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 52 (20.70% from 255 or 66.67% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 52 - color contains mainly: green. Hex color #00341A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00341A is #FFCBE5. Grayscale: #212121. Windows color (decimal): -16763878 or 1717248. OLE color: 1717248.
HSL color Cylindrical-coordinate representation of color #00341A: hue angle of 150º 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 #00341A is Cyan = 1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 52 | 26 | - |
| CMYK | 1 | 0 | 0.50 | 0.80 |
| HSL | 150º | 1% | 0.1% | - |
| HSV(B) | 150º | 1% | 0.2% | - |
| XYZ | 1.41 | 2.53 | 1.39 | - |
| YUV | 33.49 | 123.77 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 52 | 26 | 1 | 0 | 0.50 | 0.80 | 150 | 1 | 0.1 |
| Hex | 0 | 34 | 1A | 64 | 0 | 32 | 50 | 96 | 64 | A |
| Octal | 0 | 64 | 32 | 144 | 0 | 62 | 120 | 226 | 144 | 12 |
| Binary | 0 | 110100 | 11010 | 1100100 | 0 | 110010 | 1010000 | 10010110 | 1100100 | 1010 |
Color Harmonies of #00341A
Complementary color
Monochromatic Colors of #00341A
Black with #00341A
Text Example
Text Example
White with #00341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00341A; }
p { color: rgb(0,52,26); }
H1.HeaderClassName
{
color: #00341A;
}
.AnyTagClassName
{
color: #00341A;
}
</style>
background-color css
<style>
a { background-color: #00341A; }
a { background-color: rgb(0,52,26); }
div.DivClassName
{
background-color: #00341A;
}
.BgClassName
{
background-color: #00341A;
}
</style>
border-color css
<style>
span { border-color: #00341A; }
span { border-color: rgb(0,52,26); }
td.TdClassName
{
border-color: #00341A;
}
.TagClassName
{
border-color: #00341A;
}
</style>