Shades of Turtle Green #2E3E10
Tints of Turtle Green #2E3E10
RGB
CMYK
RGB Variations
Color information
#2E3E10 (or 0x2E3E10) is known color: Turtle Green. HEX triplet: 2E, 3E and 10. RGB value is (46,62,16). Sum of RGB (Red+Green+Blue) = 46+62+16=124 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.10% from 124); Green value is 62 (24.61% from 255 or 50% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 62 - color contains mainly: green. Hex color #2E3E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3E10 is #D1C1EF. Grayscale: #343434. Windows color (decimal): -13746672 or 1064494. OLE color: 1064494.
HSL color Cylindrical-coordinate representation of color #2E3E10: hue angle of 80.87º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E3E10 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 62 | 16 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.76 |
| HSL | 80.87º | 0.59% | 0.15% | - |
| HSV(B) | 80.87º | 0.74% | 0.24% | - |
| XYZ | 2.94 | 4.06 | 1.12 | - |
| YUV | 51.97 | 107.7 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 62 | 16 | 0.26 | 0 | 0.74 | 0.76 | 80.87 | 0.59 | 0.15 |
| Hex | 2E | 3E | 10 | 1A | 0 | 4A | 4C | 51 | 3B | F |
| Octal | 56 | 76 | 20 | 32 | 0 | 112 | 114 | 121 | 73 | 17 |
| Binary | 101110 | 111110 | 10000 | 11010 | 0 | 1001010 | 1001100 | 1010001 | 111011 | 1111 |
Color Harmonies of #2E3E10
Complementary color
Monochromatic Colors of #2E3E10
Black with #2E3E10
Text Example
Text Example
White with #2E3E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3E10; }
p { color: rgb(46,62,16); }
H1.HeaderClassName
{
color: #2E3E10;
}
.AnyTagClassName
{
color: #2E3E10;
}
</style>
background-color css
<style>
a { background-color: #2E3E10; }
a { background-color: rgb(46,62,16); }
div.DivClassName
{
background-color: #2E3E10;
}
.BgClassName
{
background-color: #2E3E10;
}
</style>
border-color css
<style>
span { border-color: #2E3E10; }
span { border-color: rgb(46,62,16); }
td.TdClassName
{
border-color: #2E3E10;
}
.TagClassName
{
border-color: #2E3E10;
}
</style>