Shades of Turtle Green #2E350C
Tints of Turtle Green #2E350C
RGB
CMYK
RGB Variations
Color information
#2E350C (or 0x2E350C) is known color: Turtle Green. HEX triplet: 2E, 35 and 0C. RGB value is (46,53,12). Sum of RGB (Red+Green+Blue) = 46+53+12=111 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.44% from 111); Green value is 53 (21.09% from 255 or 47.75% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 53 - color contains mainly: green. Hex color #2E350C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E350C is #D1CAF3. Grayscale: #2E2E2E. Windows color (decimal): -13748980 or 800046. OLE color: 800046.
HSL color Cylindrical-coordinate representation of color #2E350C: hue angle of 70.24º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E350C is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 46 | 53 | 12 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.79 |
| HSL | 70.24º | 0.63% | 0.13% | - |
| HSV(B) | 70.24º | 0.77% | 0.21% | - |
| XYZ | 2.47 | 3.15 | 0.83 | - |
| YUV | 46.23 | 108.68 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 53 | 12 | 0.13 | 0 | 0.77 | 0.79 | 70.24 | 0.63 | 0.13 |
| Hex | 2E | 35 | C | D | 0 | 4D | 4F | 46 | 3F | D |
| Octal | 56 | 65 | 14 | 15 | 0 | 115 | 117 | 106 | 77 | 15 |
| Binary | 101110 | 110101 | 1100 | 1101 | 0 | 1001101 | 1001111 | 1000110 | 111111 | 1101 |
Color Harmonies of #2E350C
Complementary color
Monochromatic Colors of #2E350C
Black with #2E350C
Text Example
Text Example
White with #2E350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E350C; }
p { color: rgb(46,53,12); }
H1.HeaderClassName
{
color: #2E350C;
}
.AnyTagClassName
{
color: #2E350C;
}
</style>
background-color css
<style>
a { background-color: #2E350C; }
a { background-color: rgb(46,53,12); }
div.DivClassName
{
background-color: #2E350C;
}
.BgClassName
{
background-color: #2E350C;
}
</style>
border-color css
<style>
span { border-color: #2E350C; }
span { border-color: rgb(46,53,12); }
td.TdClassName
{
border-color: #2E350C;
}
.TagClassName
{
border-color: #2E350C;
}
</style>