Shades of Turtle Green #2E4005
Tints of Turtle Green #2E4005
RGB
CMYK
RGB Variations
Color information
#2E4005 (or 0x2E4005) is known color: Turtle Green. HEX triplet: 2E, 40 and 05. RGB value is (46,64,5). Sum of RGB (Red+Green+Blue) = 46+64+5=115 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #2E4005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4005 is #D1BFFA. Grayscale: #343434. Windows color (decimal): -13746171 or 344110. OLE color: 344110.
HSL color Cylindrical-coordinate representation of color #2E4005: hue angle of 78.31º 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 #2E4005 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 64 | 5 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.75 |
| HSL | 78.31º | 0.86% | 0.14% | - |
| HSV(B) | 78.31º | 0.92% | 0.25% | - |
| XYZ | 2.99 | 4.26 | 0.81 | - |
| YUV | 51.89 | 101.54 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 64 | 5 | 0.28 | 0 | 0.92 | 0.75 | 78.31 | 0.86 | 0.14 |
| Hex | 2E | 40 | 5 | 1C | 0 | 5C | 4B | 4E | 56 | E |
| Octal | 56 | 100 | 5 | 34 | 0 | 134 | 113 | 116 | 126 | 16 |
| Binary | 101110 | 1000000 | 101 | 11100 | 0 | 1011100 | 1001011 | 1001110 | 1010110 | 1110 |
Color Harmonies of #2E4005
Complementary color
Monochromatic Colors of #2E4005
Black with #2E4005
Text Example
Text Example
White with #2E4005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4005; }
p { color: rgb(46,64,5); }
H1.HeaderClassName
{
color: #2E4005;
}
.AnyTagClassName
{
color: #2E4005;
}
</style>
background-color css
<style>
a { background-color: #2E4005; }
a { background-color: rgb(46,64,5); }
div.DivClassName
{
background-color: #2E4005;
}
.BgClassName
{
background-color: #2E4005;
}
</style>
border-color css
<style>
span { border-color: #2E4005; }
span { border-color: rgb(46,64,5); }
td.TdClassName
{
border-color: #2E4005;
}
.TagClassName
{
border-color: #2E4005;
}
</style>