Shades of Turtle Green #2E340D
Tints of Turtle Green #2E340D
RGB
CMYK
RGB Variations
Color information
#2E340D (or 0x2E340D) is known color: Turtle Green. HEX triplet: 2E, 34 and 0D. RGB value is (46,52,13). Sum of RGB (Red+Green+Blue) = 46+52+13=111 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.44% from 111); Green value is 52 (20.70% from 255 or 46.85% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 52 - color contains mainly: green. Hex color #2E340D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E340D is #D1CBF2. Grayscale: #2D2D2D. Windows color (decimal): -13749235 or 865326. OLE color: 865326.
HSL color Cylindrical-coordinate representation of color #2E340D: hue angle of 69.23º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E340D is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 52 | 13 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.80 |
| HSL | 69.23º | 0.6% | 0.13% | - |
| HSV(B) | 69.23º | 0.75% | 0.2% | - |
| XYZ | 2.43 | 3.07 | 0.84 | - |
| YUV | 45.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 52 | 13 | 0.12 | 0 | 0.75 | 0.80 | 69.23 | 0.6 | 0.13 |
| Hex | 2E | 34 | D | C | 0 | 4B | 50 | 45 | 3C | D |
| Octal | 56 | 64 | 15 | 14 | 0 | 113 | 120 | 105 | 74 | 15 |
| Binary | 101110 | 110100 | 1101 | 1100 | 0 | 1001011 | 1010000 | 1000101 | 111100 | 1101 |
Color Harmonies of #2E340D
Complementary color
Monochromatic Colors of #2E340D
Black with #2E340D
Text Example
Text Example
White with #2E340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E340D; }
p { color: rgb(46,52,13); }
H1.HeaderClassName
{
color: #2E340D;
}
.AnyTagClassName
{
color: #2E340D;
}
</style>
background-color css
<style>
a { background-color: #2E340D; }
a { background-color: rgb(46,52,13); }
div.DivClassName
{
background-color: #2E340D;
}
.BgClassName
{
background-color: #2E340D;
}
</style>
border-color css
<style>
span { border-color: #2E340D; }
span { border-color: rgb(46,52,13); }
td.TdClassName
{
border-color: #2E340D;
}
.TagClassName
{
border-color: #2E340D;
}
</style>