Shades of Turtle Green #2E3314
Tints of Turtle Green #2E3314
RGB
CMYK
RGB Variations
Color information
#2E3314 (or 0x2E3314) is known color: Turtle Green. HEX triplet: 2E, 33 and 14. RGB value is (46,51,20). Sum of RGB (Red+Green+Blue) = 46+51+20=117 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.32% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 51 - color contains mainly: green. Hex color #2E3314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3314 is #D1CCEB. Grayscale: #2E2E2E. Windows color (decimal): -13749484 or 1323822. OLE color: 1323822.
HSL color Cylindrical-coordinate representation of color #2E3314: hue angle of 69.68º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E3314 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 46 | 51 | 20 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.8 |
| HSL | 69.68º | 0.44% | 0.14% | - |
| HSV(B) | 69.68º | 0.61% | 0.2% | - |
| XYZ | 2.44 | 3 | 1.11 | - |
| YUV | 45.97 | 113.34 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 51 | 20 | 0.10 | 0 | 0.61 | 0.8 | 69.68 | 0.44 | 0.14 |
| Hex | 2E | 33 | 14 | A | 0 | 3D | 50 | 46 | 2C | E |
| Octal | 56 | 63 | 24 | 12 | 0 | 75 | 120 | 106 | 54 | 16 |
| Binary | 101110 | 110011 | 10100 | 1010 | 0 | 111101 | 1010000 | 1000110 | 101100 | 1110 |
Color Harmonies of #2E3314
Complementary color
Monochromatic Colors of #2E3314
Black with #2E3314
Text Example
Text Example
White with #2E3314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3314; }
p { color: rgb(46,51,20); }
H1.HeaderClassName
{
color: #2E3314;
}
.AnyTagClassName
{
color: #2E3314;
}
</style>
background-color css
<style>
a { background-color: #2E3314; }
a { background-color: rgb(46,51,20); }
div.DivClassName
{
background-color: #2E3314;
}
.BgClassName
{
background-color: #2E3314;
}
</style>
border-color css
<style>
span { border-color: #2E3314; }
span { border-color: rgb(46,51,20); }
td.TdClassName
{
border-color: #2E3314;
}
.TagClassName
{
border-color: #2E3314;
}
</style>