Shades of Turtle Green #2E4D06
Tints of Turtle Green #2E4D06
RGB
CMYK
RGB Variations
Color information
#2E4D06 (or 0x2E4D06) is known color: Turtle Green. HEX triplet: 2E, 4D and 06. RGB value is (46,77,6). Sum of RGB (Red+Green+Blue) = 46+77+6=129 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.66% from 129); Green value is 77 (30.47% from 255 or 59.69% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 77 - color contains mainly: green. Hex color #2E4D06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E4D06 is #D1B2F9. Grayscale: #3B3B3B. Windows color (decimal): -13742842 or 412974. OLE color: 412974.
HSL color Cylindrical-coordinate representation of color #2E4D06: hue angle of 86.2º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2E4D06 is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 77 | 6 | - |
| CMYK | 0.40 | 0 | 0.92 | 0.70 |
| HSL | 86.2º | 0.86% | 0.16% | - |
| HSV(B) | 86.2º | 0.92% | 0.3% | - |
| XYZ | 3.81 | 5.9 | 1.11 | - |
| YUV | 59.64 | 97.73 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 77 | 6 | 0.40 | 0 | 0.92 | 0.70 | 86.2 | 0.86 | 0.16 |
| Hex | 2E | 4D | 6 | 28 | 0 | 5C | 46 | 56 | 56 | 10 |
| Octal | 56 | 115 | 6 | 50 | 0 | 134 | 106 | 126 | 126 | 20 |
| Binary | 101110 | 1001101 | 110 | 101000 | 0 | 1011100 | 1000110 | 1010110 | 1010110 | 10000 |
Color Harmonies of #2E4D06
Complementary color
Monochromatic Colors of #2E4D06
Black with #2E4D06
Text Example
Text Example
White with #2E4D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4D06; }
p { color: rgb(46,77,6); }
H1.HeaderClassName
{
color: #2E4D06;
}
.AnyTagClassName
{
color: #2E4D06;
}
</style>
background-color css
<style>
a { background-color: #2E4D06; }
a { background-color: rgb(46,77,6); }
div.DivClassName
{
background-color: #2E4D06;
}
.BgClassName
{
background-color: #2E4D06;
}
</style>
border-color css
<style>
span { border-color: #2E4D06; }
span { border-color: rgb(46,77,6); }
td.TdClassName
{
border-color: #2E4D06;
}
.TagClassName
{
border-color: #2E4D06;
}
</style>