Shades of Turtle Green #2E3C16
Tints of Turtle Green #2E3C16
RGB
CMYK
RGB Variations
Color information
#2E3C16 (or 0x2E3C16) is known color: Turtle Green. HEX triplet: 2E, 3C and 16. RGB value is (46,60,22). Sum of RGB (Red+Green+Blue) = 46+60+22=128 (16% of max value = 765). Red value is 46 (18.36% from 255 or 35.94% from 128); Green value is 60 (23.83% from 255 or 46.88% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 60 - color contains mainly: green. Hex color #2E3C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3C16 is #D1C3E9. Grayscale: #333333. Windows color (decimal): -13747178 or 1457198. OLE color: 1457198.
HSL color Cylindrical-coordinate representation of color #2E3C16: hue angle of 82.11º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E3C16 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 60 | 22 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.76 |
| HSL | 82.11º | 0.46% | 0.16% | - |
| HSV(B) | 82.11º | 0.63% | 0.24% | - |
| XYZ | 2.89 | 3.87 | 1.35 | - |
| YUV | 51.48 | 111.36 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 60 | 22 | 0.23 | 0 | 0.63 | 0.76 | 82.11 | 0.46 | 0.16 |
| Hex | 2E | 3C | 16 | 17 | 0 | 3F | 4C | 52 | 2E | 10 |
| Octal | 56 | 74 | 26 | 27 | 0 | 77 | 114 | 122 | 56 | 20 |
| Binary | 101110 | 111100 | 10110 | 10111 | 0 | 111111 | 1001100 | 1010010 | 101110 | 10000 |
Color Harmonies of #2E3C16
Complementary color
Monochromatic Colors of #2E3C16
Black with #2E3C16
Text Example
Text Example
White with #2E3C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3C16; }
p { color: rgb(46,60,22); }
H1.HeaderClassName
{
color: #2E3C16;
}
.AnyTagClassName
{
color: #2E3C16;
}
</style>
background-color css
<style>
a { background-color: #2E3C16; }
a { background-color: rgb(46,60,22); }
div.DivClassName
{
background-color: #2E3C16;
}
.BgClassName
{
background-color: #2E3C16;
}
</style>
border-color css
<style>
span { border-color: #2E3C16; }
span { border-color: rgb(46,60,22); }
td.TdClassName
{
border-color: #2E3C16;
}
.TagClassName
{
border-color: #2E3C16;
}
</style>