Shades of Turtle Green #2E3710
Tints of Turtle Green #2E3710
RGB
CMYK
RGB Variations
Color information
#2E3710 (or 0x2E3710) is known color: Turtle Green. HEX triplet: 2E, 37 and 10. RGB value is (46,55,16). Sum of RGB (Red+Green+Blue) = 46+55+16=117 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.32% from 117); Green value is 55 (21.88% from 255 or 47.01% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 55 - color contains mainly: green. Hex color #2E3710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3710 is #D1C8EF. Grayscale: #303030. Windows color (decimal): -13748464 or 1062702. OLE color: 1062702.
HSL color Cylindrical-coordinate representation of color #2E3710: hue angle of 73.85º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E3710 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 55 | 16 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.78 |
| HSL | 73.85º | 0.55% | 0.14% | - |
| HSV(B) | 73.85º | 0.71% | 0.22% | - |
| XYZ | 2.59 | 3.35 | 1 | - |
| YUV | 47.86 | 110.02 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 55 | 16 | 0.16 | 0 | 0.71 | 0.78 | 73.85 | 0.55 | 0.14 |
| Hex | 2E | 37 | 10 | 10 | 0 | 47 | 4E | 4A | 37 | E |
| Octal | 56 | 67 | 20 | 20 | 0 | 107 | 116 | 112 | 67 | 16 |
| Binary | 101110 | 110111 | 10000 | 10000 | 0 | 1000111 | 1001110 | 1001010 | 110111 | 1110 |
Color Harmonies of #2E3710
Complementary color
Monochromatic Colors of #2E3710
Black with #2E3710
Text Example
Text Example
White with #2E3710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3710; }
p { color: rgb(46,55,16); }
H1.HeaderClassName
{
color: #2E3710;
}
.AnyTagClassName
{
color: #2E3710;
}
</style>
background-color css
<style>
a { background-color: #2E3710; }
a { background-color: rgb(46,55,16); }
div.DivClassName
{
background-color: #2E3710;
}
.BgClassName
{
background-color: #2E3710;
}
</style>
border-color css
<style>
span { border-color: #2E3710; }
span { border-color: rgb(46,55,16); }
td.TdClassName
{
border-color: #2E3710;
}
.TagClassName
{
border-color: #2E3710;
}
</style>