Shades of Turtle Green #2E4008
Tints of Turtle Green #2E4008
RGB
CMYK
RGB Variations
Color information
#2E4008 (or 0x2E4008) is known color: Turtle Green. HEX triplet: 2E, 40 and 08. RGB value is (46,64,8). Sum of RGB (Red+Green+Blue) = 46+64+8=118 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.98% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 8 (3.52% from 255 or 6.78% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #2E4008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4008 is #D1BFF7. Grayscale: #343434. Windows color (decimal): -13746168 or 540718. OLE color: 540718.
HSL color Cylindrical-coordinate representation of color #2E4008: hue angle of 79.29º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E4008 is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 64 | 8 | - |
| CMYK | 0.28 | 0 | 0.87 | 0.75 |
| HSL | 79.29º | 0.78% | 0.14% | - |
| HSV(B) | 79.29º | 0.88% | 0.25% | - |
| XYZ | 3 | 4.27 | 0.89 | - |
| YUV | 52.23 | 103.04 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 64 | 8 | 0.28 | 0 | 0.87 | 0.75 | 79.29 | 0.78 | 0.14 |
| Hex | 2E | 40 | 8 | 1C | 0 | 57 | 4B | 4F | 4E | E |
| Octal | 56 | 100 | 10 | 34 | 0 | 127 | 113 | 117 | 116 | 16 |
| Binary | 101110 | 1000000 | 1000 | 11100 | 0 | 1010111 | 1001011 | 1001111 | 1001110 | 1110 |
Color Harmonies of #2E4008
Complementary color
Monochromatic Colors of #2E4008
Black with #2E4008
Text Example
Text Example
White with #2E4008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4008; }
p { color: rgb(46,64,8); }
H1.HeaderClassName
{
color: #2E4008;
}
.AnyTagClassName
{
color: #2E4008;
}
</style>
background-color css
<style>
a { background-color: #2E4008; }
a { background-color: rgb(46,64,8); }
div.DivClassName
{
background-color: #2E4008;
}
.BgClassName
{
background-color: #2E4008;
}
</style>
border-color css
<style>
span { border-color: #2E4008; }
span { border-color: rgb(46,64,8); }
td.TdClassName
{
border-color: #2E4008;
}
.TagClassName
{
border-color: #2E4008;
}
</style>