Shades of Turtle Green #2E5006
Tints of Turtle Green #2E5006
RGB
CMYK
RGB Variations
Color information
#2E5006 (or 0x2E5006) is known color: Turtle Green. HEX triplet: 2E, 50 and 06. RGB value is (46,80,6). Sum of RGB (Red+Green+Blue) = 46+80+6=132 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.85% from 132); Green value is 80 (31.64% from 255 or 60.61% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 80 - color contains mainly: green. Hex color #2E5006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5006 is #D1AFF9. Grayscale: #3D3D3D. Windows color (decimal): -13742074 or 413742. OLE color: 413742.
HSL color Cylindrical-coordinate representation of color #2E5006: hue angle of 87.57º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E5006 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 80 | 6 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.69 |
| HSL | 87.57º | 0.86% | 0.17% | - |
| HSV(B) | 87.57º | 0.93% | 0.31% | - |
| XYZ | 4.03 | 6.33 | 1.18 | - |
| YUV | 61.4 | 96.74 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 80 | 6 | 0.42 | 0 | 0.92 | 0.69 | 87.57 | 0.86 | 0.17 |
| Hex | 2E | 50 | 6 | 2A | 0 | 5C | 45 | 58 | 56 | 11 |
| Octal | 56 | 120 | 6 | 52 | 0 | 134 | 105 | 130 | 126 | 21 |
| Binary | 101110 | 1010000 | 110 | 101010 | 0 | 1011100 | 1000101 | 1011000 | 1010110 | 10001 |
Color Harmonies of #2E5006
Complementary color
Monochromatic Colors of #2E5006
Black with #2E5006
Text Example
Text Example
White with #2E5006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5006; }
p { color: rgb(46,80,6); }
H1.HeaderClassName
{
color: #2E5006;
}
.AnyTagClassName
{
color: #2E5006;
}
</style>
background-color css
<style>
a { background-color: #2E5006; }
a { background-color: rgb(46,80,6); }
div.DivClassName
{
background-color: #2E5006;
}
.BgClassName
{
background-color: #2E5006;
}
</style>
border-color css
<style>
span { border-color: #2E5006; }
span { border-color: rgb(46,80,6); }
td.TdClassName
{
border-color: #2E5006;
}
.TagClassName
{
border-color: #2E5006;
}
</style>