Shades of Turtle Green #2E351C
Tints of Turtle Green #2E351C
RGB
CMYK
RGB Variations
Color information
#2E351C (or 0x2E351C) is known color: Turtle Green. HEX triplet: 2E, 35 and 1C. RGB value is (46,53,28). Sum of RGB (Red+Green+Blue) = 46+53+28=127 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.22% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 53 - color contains mainly: green. Hex color #2E351C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E351C is #D1CAE3. Grayscale: #303030. Windows color (decimal): -13748964 or 1848622. OLE color: 1848622.
HSL color Cylindrical-coordinate representation of color #2E351C: hue angle of 76.8º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E351C is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 46 | 53 | 28 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.79 |
| HSL | 76.8º | 0.31% | 0.16% | - |
| HSV(B) | 76.8º | 0.47% | 0.21% | - |
| XYZ | 2.61 | 3.21 | 1.58 | - |
| YUV | 48.06 | 116.68 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 53 | 28 | 0.13 | 0 | 0.47 | 0.79 | 76.8 | 0.31 | 0.16 |
| Hex | 2E | 35 | 1C | D | 0 | 2F | 4F | 4D | 1F | 10 |
| Octal | 56 | 65 | 34 | 15 | 0 | 57 | 117 | 115 | 37 | 20 |
| Binary | 101110 | 110101 | 11100 | 1101 | 0 | 101111 | 1001111 | 1001101 | 11111 | 10000 |
Color Harmonies of #2E351C
Complementary color
Monochromatic Colors of #2E351C
Black with #2E351C
Text Example
Text Example
White with #2E351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E351C; }
p { color: rgb(46,53,28); }
H1.HeaderClassName
{
color: #2E351C;
}
.AnyTagClassName
{
color: #2E351C;
}
</style>
background-color css
<style>
a { background-color: #2E351C; }
a { background-color: rgb(46,53,28); }
div.DivClassName
{
background-color: #2E351C;
}
.BgClassName
{
background-color: #2E351C;
}
</style>
border-color css
<style>
span { border-color: #2E351C; }
span { border-color: rgb(46,53,28); }
td.TdClassName
{
border-color: #2E351C;
}
.TagClassName
{
border-color: #2E351C;
}
</style>