Shades of Turtle Green #2E4006
Tints of Turtle Green #2E4006
RGB
CMYK
RGB Variations
Color information
#2E4006 (or 0x2E4006) is known color: Turtle Green. HEX triplet: 2E, 40 and 06. RGB value is (46,64,6). Sum of RGB (Red+Green+Blue) = 46+64+6=116 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.66% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 6 (2.73% from 255 or 5.17% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #2E4006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4006 is #D1BFF9. Grayscale: #343434. Windows color (decimal): -13746170 or 409646. OLE color: 409646.
HSL color Cylindrical-coordinate representation of color #2E4006: hue angle of 78.62º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E4006 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 64 | 6 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.75 |
| HSL | 78.62º | 0.83% | 0.14% | - |
| HSV(B) | 78.62º | 0.91% | 0.25% | - |
| XYZ | 2.99 | 4.26 | 0.84 | - |
| YUV | 52.01 | 102.04 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 64 | 6 | 0.28 | 0 | 0.91 | 0.75 | 78.62 | 0.83 | 0.14 |
| Hex | 2E | 40 | 6 | 1C | 0 | 5B | 4B | 4F | 53 | E |
| Octal | 56 | 100 | 6 | 34 | 0 | 133 | 113 | 117 | 123 | 16 |
| Binary | 101110 | 1000000 | 110 | 11100 | 0 | 1011011 | 1001011 | 1001111 | 1010011 | 1110 |
Color Harmonies of #2E4006
Complementary color
Monochromatic Colors of #2E4006
Black with #2E4006
Text Example
Text Example
White with #2E4006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4006; }
p { color: rgb(46,64,6); }
H1.HeaderClassName
{
color: #2E4006;
}
.AnyTagClassName
{
color: #2E4006;
}
</style>
background-color css
<style>
a { background-color: #2E4006; }
a { background-color: rgb(46,64,6); }
div.DivClassName
{
background-color: #2E4006;
}
.BgClassName
{
background-color: #2E4006;
}
</style>
border-color css
<style>
span { border-color: #2E4006; }
span { border-color: rgb(46,64,6); }
td.TdClassName
{
border-color: #2E4006;
}
.TagClassName
{
border-color: #2E4006;
}
</style>