Shades of Turtle Green #2E4111
Tints of Turtle Green #2E4111
RGB
CMYK
RGB Variations
Color information
#2E4111 (or 0x2E4111) is known color: Turtle Green. HEX triplet: 2E, 41 and 11. RGB value is (46,65,17). Sum of RGB (Red+Green+Blue) = 46+65+17=128 (16% of max value = 765). Red value is 46 (18.36% from 255 or 35.94% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #2E4111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4111 is #D1BEEE. Grayscale: #363636. Windows color (decimal): -13745903 or 1130798. OLE color: 1130798.
HSL color Cylindrical-coordinate representation of color #2E4111: hue angle of 83.75º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E4111 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 65 | 17 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.75 |
| HSL | 83.75º | 0.59% | 0.16% | - |
| HSV(B) | 83.75º | 0.74% | 0.25% | - |
| XYZ | 3.12 | 4.4 | 1.22 | - |
| YUV | 53.85 | 107.21 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 65 | 17 | 0.29 | 0 | 0.74 | 0.75 | 83.75 | 0.59 | 0.16 |
| Hex | 2E | 41 | 11 | 1D | 0 | 4A | 4B | 54 | 3B | 10 |
| Octal | 56 | 101 | 21 | 35 | 0 | 112 | 113 | 124 | 73 | 20 |
| Binary | 101110 | 1000001 | 10001 | 11101 | 0 | 1001010 | 1001011 | 1010100 | 111011 | 10000 |
Color Harmonies of #2E4111
Complementary color
Monochromatic Colors of #2E4111
Black with #2E4111
Text Example
Text Example
White with #2E4111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4111; }
p { color: rgb(46,65,17); }
H1.HeaderClassName
{
color: #2E4111;
}
.AnyTagClassName
{
color: #2E4111;
}
</style>
background-color css
<style>
a { background-color: #2E4111; }
a { background-color: rgb(46,65,17); }
div.DivClassName
{
background-color: #2E4111;
}
.BgClassName
{
background-color: #2E4111;
}
</style>
border-color css
<style>
span { border-color: #2E4111; }
span { border-color: rgb(46,65,17); }
td.TdClassName
{
border-color: #2E4111;
}
.TagClassName
{
border-color: #2E4111;
}
</style>