Shades of Turtle Green #2E3408
Tints of Turtle Green #2E3408
RGB
CMYK
RGB Variations
Color information
#2E3408 (or 0x2E3408) is known color: Turtle Green. HEX triplet: 2E, 34 and 08. RGB value is (46,52,8). Sum of RGB (Red+Green+Blue) = 46+52+8=106 (14% of max value = 765). Red value is 46 (18.36% from 255 or 43.40% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 8 (3.52% from 255 or 7.55% from 106); Max value from RGB is 52 - color contains mainly: green. Hex color #2E3408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3408 is #D1CBF7. Grayscale: #2D2D2D. Windows color (decimal): -13749240 or 537646. OLE color: 537646.
HSL color Cylindrical-coordinate representation of color #2E3408: hue angle of 68.18º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E3408 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 52 | 8 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.80 |
| HSL | 68.18º | 0.73% | 0.12% | - |
| HSV(B) | 68.18º | 0.85% | 0.2% | - |
| XYZ | 2.4 | 3.05 | 0.69 | - |
| YUV | 45.19 | 107.01 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 52 | 8 | 0.12 | 0 | 0.85 | 0.80 | 68.18 | 0.73 | 0.12 |
| Hex | 2E | 34 | 8 | C | 0 | 55 | 50 | 44 | 49 | C |
| Octal | 56 | 64 | 10 | 14 | 0 | 125 | 120 | 104 | 111 | 14 |
| Binary | 101110 | 110100 | 1000 | 1100 | 0 | 1010101 | 1010000 | 1000100 | 1001001 | 1100 |
Color Harmonies of #2E3408
Complementary color
Monochromatic Colors of #2E3408
Black with #2E3408
Text Example
Text Example
White with #2E3408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3408; }
p { color: rgb(46,52,8); }
H1.HeaderClassName
{
color: #2E3408;
}
.AnyTagClassName
{
color: #2E3408;
}
</style>
background-color css
<style>
a { background-color: #2E3408; }
a { background-color: rgb(46,52,8); }
div.DivClassName
{
background-color: #2E3408;
}
.BgClassName
{
background-color: #2E3408;
}
</style>
border-color css
<style>
span { border-color: #2E3408; }
span { border-color: rgb(46,52,8); }
td.TdClassName
{
border-color: #2E3408;
}
.TagClassName
{
border-color: #2E3408;
}
</style>