Shades of Turtle Green #2E370E
Tints of Turtle Green #2E370E
RGB
CMYK
RGB Variations
Color information
#2E370E (or 0x2E370E) is known color: Turtle Green. HEX triplet: 2E, 37 and 0E. RGB value is (46,55,14). Sum of RGB (Red+Green+Blue) = 46+55+14=115 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40% from 115); Green value is 55 (21.88% from 255 or 47.83% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 55 - color contains mainly: green. Hex color #2E370E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E370E is #D1C8F1. Grayscale: #2F2F2F. Windows color (decimal): -13748466 or 931630. OLE color: 931630.
HSL color Cylindrical-coordinate representation of color #2E370E: hue angle of 73.17º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E370E is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 55 | 14 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.78 |
| HSL | 73.17º | 0.59% | 0.14% | - |
| HSV(B) | 73.17º | 0.75% | 0.22% | - |
| XYZ | 2.57 | 3.34 | 0.93 | - |
| YUV | 47.64 | 109.02 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 55 | 14 | 0.16 | 0 | 0.75 | 0.78 | 73.17 | 0.59 | 0.14 |
| Hex | 2E | 37 | E | 10 | 0 | 4B | 4E | 49 | 3B | E |
| Octal | 56 | 67 | 16 | 20 | 0 | 113 | 116 | 111 | 73 | 16 |
| Binary | 101110 | 110111 | 1110 | 10000 | 0 | 1001011 | 1001110 | 1001001 | 111011 | 1110 |
Color Harmonies of #2E370E
Complementary color
Monochromatic Colors of #2E370E
Black with #2E370E
Text Example
Text Example
White with #2E370E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E370E; }
p { color: rgb(46,55,14); }
H1.HeaderClassName
{
color: #2E370E;
}
.AnyTagClassName
{
color: #2E370E;
}
</style>
background-color css
<style>
a { background-color: #2E370E; }
a { background-color: rgb(46,55,14); }
div.DivClassName
{
background-color: #2E370E;
}
.BgClassName
{
background-color: #2E370E;
}
</style>
border-color css
<style>
span { border-color: #2E370E; }
span { border-color: rgb(46,55,14); }
td.TdClassName
{
border-color: #2E370E;
}
.TagClassName
{
border-color: #2E370E;
}
</style>