Shades of Turtle Green #2E4014
Tints of Turtle Green #2E4014
RGB
CMYK
RGB Variations
Color information
#2E4014 (or 0x2E4014) is known color: Turtle Green. HEX triplet: 2E, 40 and 14. RGB value is (46,64,20). Sum of RGB (Red+Green+Blue) = 46+64+20=130 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.38% from 130); Green value is 64 (25.39% from 255 or 49.23% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 64 - color contains mainly: green. Hex color #2E4014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4014 is #D1BFEB. Grayscale: #353535. Windows color (decimal): -13746156 or 1327150. OLE color: 1327150.
HSL color Cylindrical-coordinate representation of color #2E4014: hue angle of 84.55º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E4014 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 64 | 20 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.75 |
| HSL | 84.55º | 0.52% | 0.16% | - |
| HSV(B) | 84.55º | 0.69% | 0.25% | - |
| XYZ | 3.09 | 4.3 | 1.33 | - |
| YUV | 53.6 | 109.04 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 64 | 20 | 0.28 | 0 | 0.69 | 0.75 | 84.55 | 0.52 | 0.16 |
| Hex | 2E | 40 | 14 | 1C | 0 | 45 | 4B | 55 | 34 | 10 |
| Octal | 56 | 100 | 24 | 34 | 0 | 105 | 113 | 125 | 64 | 20 |
| Binary | 101110 | 1000000 | 10100 | 11100 | 0 | 1000101 | 1001011 | 1010101 | 110100 | 10000 |
Color Harmonies of #2E4014
Complementary color
Monochromatic Colors of #2E4014
Black with #2E4014
Text Example
Text Example
White with #2E4014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4014; }
p { color: rgb(46,64,20); }
H1.HeaderClassName
{
color: #2E4014;
}
.AnyTagClassName
{
color: #2E4014;
}
</style>
background-color css
<style>
a { background-color: #2E4014; }
a { background-color: rgb(46,64,20); }
div.DivClassName
{
background-color: #2E4014;
}
.BgClassName
{
background-color: #2E4014;
}
</style>
border-color css
<style>
span { border-color: #2E4014; }
span { border-color: rgb(46,64,20); }
td.TdClassName
{
border-color: #2E4014;
}
.TagClassName
{
border-color: #2E4014;
}
</style>