Shades of Turtle Green #2E460B
Tints of Turtle Green #2E460B
RGB
CMYK
RGB Variations
Color information
#2E460B (or 0x2E460B) is known color: Turtle Green. HEX triplet: 2E, 46 and 0B. RGB value is (46,70,11). Sum of RGB (Red+Green+Blue) = 46+70+11=127 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.22% from 127); Green value is 70 (27.73% from 255 or 55.12% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 70 - color contains mainly: green. Hex color #2E460B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E460B is #D1B9F4. Grayscale: #383838. Windows color (decimal): -13744629 or 738862. OLE color: 738862.
HSL color Cylindrical-coordinate representation of color #2E460B: hue angle of 84.41º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E460B is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 70 | 11 | - |
| CMYK | 0.34 | 0 | 0.84 | 0.73 |
| HSL | 84.41º | 0.73% | 0.16% | - |
| HSV(B) | 84.41º | 0.84% | 0.27% | - |
| XYZ | 3.38 | 4.99 | 1.1 | - |
| YUV | 56.1 | 102.55 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 70 | 11 | 0.34 | 0 | 0.84 | 0.73 | 84.41 | 0.73 | 0.16 |
| Hex | 2E | 46 | B | 22 | 0 | 54 | 49 | 54 | 49 | 10 |
| Octal | 56 | 106 | 13 | 42 | 0 | 124 | 111 | 124 | 111 | 20 |
| Binary | 101110 | 1000110 | 1011 | 100010 | 0 | 1010100 | 1001001 | 1010100 | 1001001 | 10000 |
Color Harmonies of #2E460B
Complementary color
Monochromatic Colors of #2E460B
Black with #2E460B
Text Example
Text Example
White with #2E460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E460B; }
p { color: rgb(46,70,11); }
H1.HeaderClassName
{
color: #2E460B;
}
.AnyTagClassName
{
color: #2E460B;
}
</style>
background-color css
<style>
a { background-color: #2E460B; }
a { background-color: rgb(46,70,11); }
div.DivClassName
{
background-color: #2E460B;
}
.BgClassName
{
background-color: #2E460B;
}
</style>
border-color css
<style>
span { border-color: #2E460B; }
span { border-color: rgb(46,70,11); }
td.TdClassName
{
border-color: #2E460B;
}
.TagClassName
{
border-color: #2E460B;
}
</style>