Shades of Turtle Green #2E3205
Tints of Turtle Green #2E3205
RGB
CMYK
RGB Variations
Color information
#2E3205 (or 0x2E3205) is known color: Turtle Green. HEX triplet: 2E, 32 and 05. RGB value is (46,50,5). Sum of RGB (Red+Green+Blue) = 46+50+5=101 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.54% from 101); Green value is 50 (19.92% from 255 or 49.50% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 50 - color contains mainly: green. Hex color #2E3205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3205 is #D1CDFA. Grayscale: #2B2B2B. Windows color (decimal): -13749755 or 340526. OLE color: 340526.
HSL color Cylindrical-coordinate representation of color #2E3205: hue angle of 65.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E3205 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 50 | 5 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.80 |
| HSL | 65.33º | 0.82% | 0.11% | - |
| HSV(B) | 65.33º | 0.9% | 0.2% | - |
| XYZ | 2.29 | 2.87 | 0.58 | - |
| YUV | 43.67 | 106.17 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 50 | 5 | 0.08 | 0 | 0.90 | 0.80 | 65.33 | 0.82 | 0.11 |
| Hex | 2E | 32 | 5 | 8 | 0 | 5A | 50 | 41 | 52 | B |
| Octal | 56 | 62 | 5 | 10 | 0 | 132 | 120 | 101 | 122 | 13 |
| Binary | 101110 | 110010 | 101 | 1000 | 0 | 1011010 | 1010000 | 1000001 | 1010010 | 1011 |
Color Harmonies of #2E3205
Complementary color
Monochromatic Colors of #2E3205
Black with #2E3205
Text Example
Text Example
White with #2E3205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3205; }
p { color: rgb(46,50,5); }
H1.HeaderClassName
{
color: #2E3205;
}
.AnyTagClassName
{
color: #2E3205;
}
</style>
background-color css
<style>
a { background-color: #2E3205; }
a { background-color: rgb(46,50,5); }
div.DivClassName
{
background-color: #2E3205;
}
.BgClassName
{
background-color: #2E3205;
}
</style>
border-color css
<style>
span { border-color: #2E3205; }
span { border-color: rgb(46,50,5); }
td.TdClassName
{
border-color: #2E3205;
}
.TagClassName
{
border-color: #2E3205;
}
</style>