Shades of Turtle Green #2E4104
Tints of Turtle Green #2E4104
RGB
CMYK
RGB Variations
Color information
#2E4104 (or 0x2E4104) is known color: Turtle Green. HEX triplet: 2E, 41 and 04. RGB value is (46,65,4). Sum of RGB (Red+Green+Blue) = 46+65+4=115 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40% from 115); Green value is 65 (25.78% from 255 or 56.52% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 65 - color contains mainly: green. Hex color #2E4104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4104 is #D1BEFB. Grayscale: #343434. Windows color (decimal): -13745916 or 278830. OLE color: 278830.
HSL color Cylindrical-coordinate representation of color #2E4104: hue angle of 78.69º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E4104 is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 65 | 4 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.75 |
| HSL | 78.69º | 0.88% | 0.14% | - |
| HSV(B) | 78.69º | 0.94% | 0.25% | - |
| XYZ | 3.04 | 4.37 | 0.8 | - |
| YUV | 52.37 | 100.71 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 65 | 4 | 0.29 | 0 | 0.94 | 0.75 | 78.69 | 0.88 | 0.14 |
| Hex | 2E | 41 | 4 | 1D | 0 | 5E | 4B | 4F | 58 | E |
| Octal | 56 | 101 | 4 | 35 | 0 | 136 | 113 | 117 | 130 | 16 |
| Binary | 101110 | 1000001 | 100 | 11101 | 0 | 1011110 | 1001011 | 1001111 | 1011000 | 1110 |
Color Harmonies of #2E4104
Complementary color
Monochromatic Colors of #2E4104
Black with #2E4104
Text Example
Text Example
White with #2E4104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4104; }
p { color: rgb(46,65,4); }
H1.HeaderClassName
{
color: #2E4104;
}
.AnyTagClassName
{
color: #2E4104;
}
</style>
background-color css
<style>
a { background-color: #2E4104; }
a { background-color: rgb(46,65,4); }
div.DivClassName
{
background-color: #2E4104;
}
.BgClassName
{
background-color: #2E4104;
}
</style>
border-color css
<style>
span { border-color: #2E4104; }
span { border-color: rgb(46,65,4); }
td.TdClassName
{
border-color: #2E4104;
}
.TagClassName
{
border-color: #2E4104;
}
</style>