Shades of Turtle Green #2E3410
Tints of Turtle Green #2E3410
RGB
CMYK
RGB Variations
Color information
#2E3410 (or 0x2E3410) is known color: Turtle Green. HEX triplet: 2E, 34 and 10. RGB value is (46,52,16). Sum of RGB (Red+Green+Blue) = 46+52+16=114 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40.35% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 52 - color contains mainly: green. Hex color #2E3410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3410 is #D1CBEF. Grayscale: #2E2E2E. Windows color (decimal): -13749232 or 1061934. OLE color: 1061934.
HSL color Cylindrical-coordinate representation of color #2E3410: hue angle of 70º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E3410 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 52 | 16 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.80 |
| HSL | 70º | 0.53% | 0.13% | - |
| HSV(B) | 70º | 0.69% | 0.2% | - |
| XYZ | 2.45 | 3.07 | 0.95 | - |
| YUV | 46.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 52 | 16 | 0.12 | 0 | 0.69 | 0.80 | 70 | 0.53 | 0.13 |
| Hex | 2E | 34 | 10 | C | 0 | 45 | 50 | 46 | 35 | D |
| Octal | 56 | 64 | 20 | 14 | 0 | 105 | 120 | 106 | 65 | 15 |
| Binary | 101110 | 110100 | 10000 | 1100 | 0 | 1000101 | 1010000 | 1000110 | 110101 | 1101 |
Color Harmonies of #2E3410
Complementary color
Monochromatic Colors of #2E3410
Black with #2E3410
Text Example
Text Example
White with #2E3410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3410; }
p { color: rgb(46,52,16); }
H1.HeaderClassName
{
color: #2E3410;
}
.AnyTagClassName
{
color: #2E3410;
}
</style>
background-color css
<style>
a { background-color: #2E3410; }
a { background-color: rgb(46,52,16); }
div.DivClassName
{
background-color: #2E3410;
}
.BgClassName
{
background-color: #2E3410;
}
</style>
border-color css
<style>
span { border-color: #2E3410; }
span { border-color: rgb(46,52,16); }
td.TdClassName
{
border-color: #2E3410;
}
.TagClassName
{
border-color: #2E3410;
}
</style>