Shades of Turtle Green #2E3D11
Tints of Turtle Green #2E3D11
RGB
CMYK
RGB Variations
Color information
#2E3D11 (or 0x2E3D11) is known color: Turtle Green. HEX triplet: 2E, 3D and 11. RGB value is (46,61,17). Sum of RGB (Red+Green+Blue) = 46+61+17=124 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.10% from 124); Green value is 61 (24.22% from 255 or 49.19% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 61 - color contains mainly: green. Hex color #2E3D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3D11 is #D1C2EE. Grayscale: #333333. Windows color (decimal): -13746927 or 1129774. OLE color: 1129774.
HSL color Cylindrical-coordinate representation of color #2E3D11: hue angle of 80.45º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E3D11 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 61 | 17 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.76 |
| HSL | 80.45º | 0.56% | 0.15% | - |
| HSV(B) | 80.45º | 0.72% | 0.24% | - |
| XYZ | 2.9 | 3.96 | 1.14 | - |
| YUV | 51.5 | 108.53 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 61 | 17 | 0.25 | 0 | 0.72 | 0.76 | 80.45 | 0.56 | 0.15 |
| Hex | 2E | 3D | 11 | 19 | 0 | 48 | 4C | 50 | 38 | F |
| Octal | 56 | 75 | 21 | 31 | 0 | 110 | 114 | 120 | 70 | 17 |
| Binary | 101110 | 111101 | 10001 | 11001 | 0 | 1001000 | 1001100 | 1010000 | 111000 | 1111 |
Color Harmonies of #2E3D11
Complementary color
Monochromatic Colors of #2E3D11
Black with #2E3D11
Text Example
Text Example
White with #2E3D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3D11; }
p { color: rgb(46,61,17); }
H1.HeaderClassName
{
color: #2E3D11;
}
.AnyTagClassName
{
color: #2E3D11;
}
</style>
background-color css
<style>
a { background-color: #2E3D11; }
a { background-color: rgb(46,61,17); }
div.DivClassName
{
background-color: #2E3D11;
}
.BgClassName
{
background-color: #2E3D11;
}
</style>
border-color css
<style>
span { border-color: #2E3D11; }
span { border-color: rgb(46,61,17); }
td.TdClassName
{
border-color: #2E3D11;
}
.TagClassName
{
border-color: #2E3D11;
}
</style>