Shades of Turtle Green #2E4506
Tints of Turtle Green #2E4506
RGB
CMYK
RGB Variations
Color information
#2E4506 (or 0x2E4506) is known color: Turtle Green. HEX triplet: 2E, 45 and 06. RGB value is (46,69,6). Sum of RGB (Red+Green+Blue) = 46+69+6=121 (16% of max value = 765). Red value is 46 (18.36% from 255 or 38.02% from 121); Green value is 69 (27.34% from 255 or 57.02% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 69 - color contains mainly: green. Hex color #2E4506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4506 is #D1BAF9. Grayscale: #373737. Windows color (decimal): -13744890 or 410926. OLE color: 410926.
HSL color Cylindrical-coordinate representation of color #2E4506: hue angle of 81.9º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E4506 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 69 | 6 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.73 |
| HSL | 81.9º | 0.84% | 0.15% | - |
| HSV(B) | 81.9º | 0.91% | 0.27% | - |
| XYZ | 3.29 | 4.85 | 0.94 | - |
| YUV | 54.94 | 100.38 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 69 | 6 | 0.33 | 0 | 0.91 | 0.73 | 81.9 | 0.84 | 0.15 |
| Hex | 2E | 45 | 6 | 21 | 0 | 5B | 49 | 52 | 54 | F |
| Octal | 56 | 105 | 6 | 41 | 0 | 133 | 111 | 122 | 124 | 17 |
| Binary | 101110 | 1000101 | 110 | 100001 | 0 | 1011011 | 1001001 | 1010010 | 1010100 | 1111 |
Color Harmonies of #2E4506
Complementary color
Monochromatic Colors of #2E4506
Black with #2E4506
Text Example
Text Example
White with #2E4506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4506; }
p { color: rgb(46,69,6); }
H1.HeaderClassName
{
color: #2E4506;
}
.AnyTagClassName
{
color: #2E4506;
}
</style>
background-color css
<style>
a { background-color: #2E4506; }
a { background-color: rgb(46,69,6); }
div.DivClassName
{
background-color: #2E4506;
}
.BgClassName
{
background-color: #2E4506;
}
</style>
border-color css
<style>
span { border-color: #2E4506; }
span { border-color: rgb(46,69,6); }
td.TdClassName
{
border-color: #2E4506;
}
.TagClassName
{
border-color: #2E4506;
}
</style>