Shades of Turtle Green #2E460A
Tints of Turtle Green #2E460A
RGB
CMYK
RGB Variations
Color information
#2E460A (or 0x2E460A) is known color: Turtle Green. HEX triplet: 2E, 46 and 0A. RGB value is (46,70,10). Sum of RGB (Red+Green+Blue) = 46+70+10=126 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.51% from 126); Green value is 70 (27.73% from 255 or 55.56% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 70 - color contains mainly: green. Hex color #2E460A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E460A is #D1B9F5. Grayscale: #383838. Windows color (decimal): -13744630 or 673326. OLE color: 673326.
HSL color Cylindrical-coordinate representation of color #2E460A: hue angle of 84º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2E460A is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 70 | 10 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.73 |
| HSL | 84º | 0.75% | 0.16% | - |
| HSV(B) | 84º | 0.86% | 0.27% | - |
| XYZ | 3.37 | 4.98 | 1.07 | - |
| YUV | 55.98 | 102.05 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 70 | 10 | 0.34 | 0 | 0.86 | 0.73 | 84 | 0.75 | 0.16 |
| Hex | 2E | 46 | A | 22 | 0 | 56 | 49 | 54 | 4B | 10 |
| Octal | 56 | 106 | 12 | 42 | 0 | 126 | 111 | 124 | 113 | 20 |
| Binary | 101110 | 1000110 | 1010 | 100010 | 0 | 1010110 | 1001001 | 1010100 | 1001011 | 10000 |
Color Harmonies of #2E460A
Complementary color
Monochromatic Colors of #2E460A
Black with #2E460A
Text Example
Text Example
White with #2E460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E460A; }
p { color: rgb(46,70,10); }
H1.HeaderClassName
{
color: #2E460A;
}
.AnyTagClassName
{
color: #2E460A;
}
</style>
background-color css
<style>
a { background-color: #2E460A; }
a { background-color: rgb(46,70,10); }
div.DivClassName
{
background-color: #2E460A;
}
.BgClassName
{
background-color: #2E460A;
}
</style>
border-color css
<style>
span { border-color: #2E460A; }
span { border-color: rgb(46,70,10); }
td.TdClassName
{
border-color: #2E460A;
}
.TagClassName
{
border-color: #2E460A;
}
</style>