Shades of Turtle Green #2E4A06
Tints of Turtle Green #2E4A06
RGB
CMYK
RGB Variations
Color information
#2E4A06 (or 0x2E4A06) is known color: Turtle Green. HEX triplet: 2E, 4A and 06. RGB value is (46,74,6). Sum of RGB (Red+Green+Blue) = 46+74+6=126 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.51% from 126); Green value is 74 (29.30% from 255 or 58.73% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 74 - color contains mainly: green. Hex color #2E4A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4A06 is #D1B5F9. Grayscale: #3A3A3A. Windows color (decimal): -13743610 or 412206. OLE color: 412206.
HSL color Cylindrical-coordinate representation of color #2E4A06: hue angle of 84.71º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2E4A06 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 74 | 6 | - |
| CMYK | 0.38 | 0 | 0.92 | 0.71 |
| HSL | 84.71º | 0.85% | 0.16% | - |
| HSV(B) | 84.71º | 0.92% | 0.29% | - |
| XYZ | 3.61 | 5.49 | 1.04 | - |
| YUV | 57.88 | 98.72 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 74 | 6 | 0.38 | 0 | 0.92 | 0.71 | 84.71 | 0.85 | 0.16 |
| Hex | 2E | 4A | 6 | 26 | 0 | 5C | 47 | 55 | 55 | 10 |
| Octal | 56 | 112 | 6 | 46 | 0 | 134 | 107 | 125 | 125 | 20 |
| Binary | 101110 | 1001010 | 110 | 100110 | 0 | 1011100 | 1000111 | 1010101 | 1010101 | 10000 |
Color Harmonies of #2E4A06
Complementary color
Monochromatic Colors of #2E4A06
Black with #2E4A06
Text Example
Text Example
White with #2E4A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4A06; }
p { color: rgb(46,74,6); }
H1.HeaderClassName
{
color: #2E4A06;
}
.AnyTagClassName
{
color: #2E4A06;
}
</style>
background-color css
<style>
a { background-color: #2E4A06; }
a { background-color: rgb(46,74,6); }
div.DivClassName
{
background-color: #2E4A06;
}
.BgClassName
{
background-color: #2E4A06;
}
</style>
border-color css
<style>
span { border-color: #2E4A06; }
span { border-color: rgb(46,74,6); }
td.TdClassName
{
border-color: #2E4A06;
}
.TagClassName
{
border-color: #2E4A06;
}
</style>