Shades of Turtle Green #2E4105
Tints of Turtle Green #2E4105
RGB
CMYK
RGB Variations
Color information
#2E4105 (or 0x2E4105) is known color: Turtle Green. HEX triplet: 2E, 41 and 05. RGB value is (46,65,5). Sum of RGB (Red+Green+Blue) = 46+65+5=116 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.66% from 116); Green value is 65 (25.78% from 255 or 56.03% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 65 - color contains mainly: green. Hex color #2E4105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4105 is #D1BEFA. Grayscale: #343434. Windows color (decimal): -13745915 or 344366. OLE color: 344366.
HSL color Cylindrical-coordinate representation of color #2E4105: hue angle of 79º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2E4105 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 65 | 5 | - |
| CMYK | 0.29 | 0 | 0.92 | 0.75 |
| HSL | 79º | 0.86% | 0.14% | - |
| HSV(B) | 79º | 0.92% | 0.25% | - |
| XYZ | 3.04 | 4.37 | 0.83 | - |
| YUV | 52.48 | 101.21 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 65 | 5 | 0.29 | 0 | 0.92 | 0.75 | 79 | 0.86 | 0.14 |
| Hex | 2E | 41 | 5 | 1D | 0 | 5C | 4B | 4F | 56 | E |
| Octal | 56 | 101 | 5 | 35 | 0 | 134 | 113 | 117 | 126 | 16 |
| Binary | 101110 | 1000001 | 101 | 11101 | 0 | 1011100 | 1001011 | 1001111 | 1010110 | 1110 |
Color Harmonies of #2E4105
Complementary color
Monochromatic Colors of #2E4105
Black with #2E4105
Text Example
Text Example
White with #2E4105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4105; }
p { color: rgb(46,65,5); }
H1.HeaderClassName
{
color: #2E4105;
}
.AnyTagClassName
{
color: #2E4105;
}
</style>
background-color css
<style>
a { background-color: #2E4105; }
a { background-color: rgb(46,65,5); }
div.DivClassName
{
background-color: #2E4105;
}
.BgClassName
{
background-color: #2E4105;
}
</style>
border-color css
<style>
span { border-color: #2E4105; }
span { border-color: rgb(46,65,5); }
td.TdClassName
{
border-color: #2E4105;
}
.TagClassName
{
border-color: #2E4105;
}
</style>