Shades of Turtle Green #2E3916
Tints of Turtle Green #2E3916
RGB
CMYK
RGB Variations
Color information
#2E3916 (or 0x2E3916) is known color: Turtle Green. HEX triplet: 2E, 39 and 16. RGB value is (46,57,22). Sum of RGB (Red+Green+Blue) = 46+57+22=125 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.8% from 125); Green value is 57 (22.66% from 255 or 45.6% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 57 - color contains mainly: green. Hex color #2E3916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3916 is #D1C6E9. Grayscale: #313131. Windows color (decimal): -13747946 or 1456430. OLE color: 1456430.
HSL color Cylindrical-coordinate representation of color #2E3916: hue angle of 78.86º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E3916 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 57 | 22 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.78 |
| HSL | 78.86º | 0.44% | 0.15% | - |
| HSV(B) | 78.86º | 0.61% | 0.22% | - |
| XYZ | 2.73 | 3.57 | 1.3 | - |
| YUV | 49.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 57 | 22 | 0.19 | 0 | 0.61 | 0.78 | 78.86 | 0.44 | 0.15 |
| Hex | 2E | 39 | 16 | 13 | 0 | 3D | 4E | 4F | 2C | F |
| Octal | 56 | 71 | 26 | 23 | 0 | 75 | 116 | 117 | 54 | 17 |
| Binary | 101110 | 111001 | 10110 | 10011 | 0 | 111101 | 1001110 | 1001111 | 101100 | 1111 |
Color Harmonies of #2E3916
Complementary color
Monochromatic Colors of #2E3916
Black with #2E3916
Text Example
Text Example
White with #2E3916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3916; }
p { color: rgb(46,57,22); }
H1.HeaderClassName
{
color: #2E3916;
}
.AnyTagClassName
{
color: #2E3916;
}
</style>
background-color css
<style>
a { background-color: #2E3916; }
a { background-color: rgb(46,57,22); }
div.DivClassName
{
background-color: #2E3916;
}
.BgClassName
{
background-color: #2E3916;
}
</style>
border-color css
<style>
span { border-color: #2E3916; }
span { border-color: rgb(46,57,22); }
td.TdClassName
{
border-color: #2E3916;
}
.TagClassName
{
border-color: #2E3916;
}
</style>