Shades of Turtle Green #2E3913
Tints of Turtle Green #2E3913
RGB
CMYK
RGB Variations
Color information
#2E3913 (or 0x2E3913) is known color: Turtle Green. HEX triplet: 2E, 39 and 13. RGB value is (46,57,19). Sum of RGB (Red+Green+Blue) = 46+57+19=122 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.70% from 122); Green value is 57 (22.66% from 255 or 46.72% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 57 - color contains mainly: green. Hex color #2E3913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3913 is #D1C6EC. Grayscale: #313131. Windows color (decimal): -13747949 or 1259822. OLE color: 1259822.
HSL color Cylindrical-coordinate representation of color #2E3913: hue angle of 77.37º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E3913 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 57 | 19 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.78 |
| HSL | 77.37º | 0.5% | 0.15% | - |
| HSV(B) | 77.37º | 0.67% | 0.22% | - |
| XYZ | 2.71 | 3.55 | 1.16 | - |
| YUV | 49.38 | 110.86 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 57 | 19 | 0.19 | 0 | 0.67 | 0.78 | 77.37 | 0.5 | 0.15 |
| Hex | 2E | 39 | 13 | 13 | 0 | 43 | 4E | 4D | 32 | F |
| Octal | 56 | 71 | 23 | 23 | 0 | 103 | 116 | 115 | 62 | 17 |
| Binary | 101110 | 111001 | 10011 | 10011 | 0 | 1000011 | 1001110 | 1001101 | 110010 | 1111 |
Color Harmonies of #2E3913
Complementary color
Monochromatic Colors of #2E3913
Black with #2E3913
Text Example
Text Example
White with #2E3913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3913; }
p { color: rgb(46,57,19); }
H1.HeaderClassName
{
color: #2E3913;
}
.AnyTagClassName
{
color: #2E3913;
}
</style>
background-color css
<style>
a { background-color: #2E3913; }
a { background-color: rgb(46,57,19); }
div.DivClassName
{
background-color: #2E3913;
}
.BgClassName
{
background-color: #2E3913;
}
</style>
border-color css
<style>
span { border-color: #2E3913; }
span { border-color: rgb(46,57,19); }
td.TdClassName
{
border-color: #2E3913;
}
.TagClassName
{
border-color: #2E3913;
}
</style>