Shades of Turtle Green #2E4210
Tints of Turtle Green #2E4210
RGB
CMYK
RGB Variations
Color information
#2E4210 (or 0x2E4210) is known color: Turtle Green. HEX triplet: 2E, 42 and 10. RGB value is (46,66,16). Sum of RGB (Red+Green+Blue) = 46+66+16=128 (16% of max value = 765). Red value is 46 (18.36% from 255 or 35.94% from 128); Green value is 66 (26.17% from 255 or 51.56% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 66 - color contains mainly: green. Hex color #2E4210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4210 is #D1BDEF. Grayscale: #363636. Windows color (decimal): -13745648 or 1065518. OLE color: 1065518.
HSL color Cylindrical-coordinate representation of color #2E4210: hue angle of 84º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E4210 is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 46 | 66 | 16 | - |
| CMYK | 0.30 | 0 | 0.76 | 0.74 |
| HSL | 84º | 0.61% | 0.16% | - |
| HSV(B) | 84º | 0.76% | 0.26% | - |
| XYZ | 3.17 | 4.51 | 1.19 | - |
| YUV | 54.32 | 106.37 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 66 | 16 | 0.30 | 0 | 0.76 | 0.74 | 84 | 0.61 | 0.16 |
| Hex | 2E | 42 | 10 | 1E | 0 | 4C | 4A | 54 | 3D | 10 |
| Octal | 56 | 102 | 20 | 36 | 0 | 114 | 112 | 124 | 75 | 20 |
| Binary | 101110 | 1000010 | 10000 | 11110 | 0 | 1001100 | 1001010 | 1010100 | 111101 | 10000 |
Color Harmonies of #2E4210
Complementary color
Monochromatic Colors of #2E4210
Black with #2E4210
Text Example
Text Example
White with #2E4210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4210; }
p { color: rgb(46,66,16); }
H1.HeaderClassName
{
color: #2E4210;
}
.AnyTagClassName
{
color: #2E4210;
}
</style>
background-color css
<style>
a { background-color: #2E4210; }
a { background-color: rgb(46,66,16); }
div.DivClassName
{
background-color: #2E4210;
}
.BgClassName
{
background-color: #2E4210;
}
</style>
border-color css
<style>
span { border-color: #2E4210; }
span { border-color: rgb(46,66,16); }
td.TdClassName
{
border-color: #2E4210;
}
.TagClassName
{
border-color: #2E4210;
}
</style>