Shades of Turtle Green #2E4D0E
Tints of Turtle Green #2E4D0E
RGB
CMYK
RGB Variations
Color information
#2E4D0E (or 0x2E4D0E) is known color: Turtle Green. HEX triplet: 2E, 4D and 0E. RGB value is (46,77,14). Sum of RGB (Red+Green+Blue) = 46+77+14=137 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.58% from 137); Green value is 77 (30.47% from 255 or 56.20% from 137); Blue value is 14 (5.86% from 255 or 10.22% from 137); Max value from RGB is 77 - color contains mainly: green. Hex color #2E4D0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E4D0E is #D1B2F1. Grayscale: #3C3C3C. Windows color (decimal): -13742834 or 937262. OLE color: 937262.
HSL color Cylindrical-coordinate representation of color #2E4D0E: hue angle of 89.52º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E4D0E is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 77 | 14 | - |
| CMYK | 0.40 | 0 | 0.82 | 0.70 |
| HSL | 89.52º | 0.69% | 0.18% | - |
| HSV(B) | 89.52º | 0.82% | 0.3% | - |
| XYZ | 3.86 | 5.92 | 1.35 | - |
| YUV | 60.55 | 101.73 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 77 | 14 | 0.40 | 0 | 0.82 | 0.70 | 89.52 | 0.69 | 0.18 |
| Hex | 2E | 4D | E | 28 | 0 | 52 | 46 | 5A | 45 | 12 |
| Octal | 56 | 115 | 16 | 50 | 0 | 122 | 106 | 132 | 105 | 22 |
| Binary | 101110 | 1001101 | 1110 | 101000 | 0 | 1010010 | 1000110 | 1011010 | 1000101 | 10010 |
Color Harmonies of #2E4D0E
Complementary color
Monochromatic Colors of #2E4D0E
Black with #2E4D0E
Text Example
Text Example
White with #2E4D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4D0E; }
p { color: rgb(46,77,14); }
H1.HeaderClassName
{
color: #2E4D0E;
}
.AnyTagClassName
{
color: #2E4D0E;
}
</style>
background-color css
<style>
a { background-color: #2E4D0E; }
a { background-color: rgb(46,77,14); }
div.DivClassName
{
background-color: #2E4D0E;
}
.BgClassName
{
background-color: #2E4D0E;
}
</style>
border-color css
<style>
span { border-color: #2E4D0E; }
span { border-color: rgb(46,77,14); }
td.TdClassName
{
border-color: #2E4D0E;
}
.TagClassName
{
border-color: #2E4D0E;
}
</style>