Shades of Turtle Green #2E4613
Tints of Turtle Green #2E4613
RGB
CMYK
RGB Variations
Color information
#2E4613 (or 0x2E4613) is known color: Turtle Green. HEX triplet: 2E, 46 and 13. RGB value is (46,70,19). Sum of RGB (Red+Green+Blue) = 46+70+19=135 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.07% from 135); Green value is 70 (27.73% from 255 or 51.85% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 70 - color contains mainly: green. Hex color #2E4613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4613 is #D1B9EC. Grayscale: #393939. Windows color (decimal): -13744621 or 1263150. OLE color: 1263150.
HSL color Cylindrical-coordinate representation of color #2E4613: hue angle of 88.24º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E4613 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 70 | 19 | - |
| CMYK | 0.34 | 0 | 0.73 | 0.73 |
| HSL | 88.24º | 0.57% | 0.17% | - |
| HSV(B) | 88.24º | 0.73% | 0.27% | - |
| XYZ | 3.43 | 5.01 | 1.4 | - |
| YUV | 57.01 | 106.55 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 70 | 19 | 0.34 | 0 | 0.73 | 0.73 | 88.24 | 0.57 | 0.17 |
| Hex | 2E | 46 | 13 | 22 | 0 | 49 | 49 | 58 | 39 | 11 |
| Octal | 56 | 106 | 23 | 42 | 0 | 111 | 111 | 130 | 71 | 21 |
| Binary | 101110 | 1000110 | 10011 | 100010 | 0 | 1001001 | 1001001 | 1011000 | 111001 | 10001 |
Color Harmonies of #2E4613
Complementary color
Monochromatic Colors of #2E4613
Black with #2E4613
Text Example
Text Example
White with #2E4613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4613; }
p { color: rgb(46,70,19); }
H1.HeaderClassName
{
color: #2E4613;
}
.AnyTagClassName
{
color: #2E4613;
}
</style>
background-color css
<style>
a { background-color: #2E4613; }
a { background-color: rgb(46,70,19); }
div.DivClassName
{
background-color: #2E4613;
}
.BgClassName
{
background-color: #2E4613;
}
</style>
border-color css
<style>
span { border-color: #2E4613; }
span { border-color: rgb(46,70,19); }
td.TdClassName
{
border-color: #2E4613;
}
.TagClassName
{
border-color: #2E4613;
}
</style>