Shades of Turtle Green #2E330E
Tints of Turtle Green #2E330E
RGB
CMYK
RGB Variations
Color information
#2E330E (or 0x2E330E) is known color: Turtle Green. HEX triplet: 2E, 33 and 0E. RGB value is (46,51,14). Sum of RGB (Red+Green+Blue) = 46+51+14=111 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.44% from 111); Green value is 51 (20.31% from 255 or 45.95% from 111); Blue value is 14 (5.86% from 255 or 12.61% from 111); Max value from RGB is 51 - color contains mainly: green. Hex color #2E330E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E330E is #D1CCF1. Grayscale: #2D2D2D. Windows color (decimal): -13749490 or 930606. OLE color: 930606.
HSL color Cylindrical-coordinate representation of color #2E330E: hue angle of 68.11º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E330E is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 46 | 51 | 14 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.8 |
| HSL | 68.11º | 0.57% | 0.13% | - |
| HSV(B) | 68.11º | 0.73% | 0.2% | - |
| XYZ | 2.39 | 2.98 | 0.86 | - |
| YUV | 45.29 | 110.34 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 51 | 14 | 0.10 | 0 | 0.73 | 0.8 | 68.11 | 0.57 | 0.13 |
| Hex | 2E | 33 | E | A | 0 | 49 | 50 | 44 | 39 | D |
| Octal | 56 | 63 | 16 | 12 | 0 | 111 | 120 | 104 | 71 | 15 |
| Binary | 101110 | 110011 | 1110 | 1010 | 0 | 1001001 | 1010000 | 1000100 | 111001 | 1101 |
Color Harmonies of #2E330E
Complementary color
Monochromatic Colors of #2E330E
Black with #2E330E
Text Example
Text Example
White with #2E330E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E330E; }
p { color: rgb(46,51,14); }
H1.HeaderClassName
{
color: #2E330E;
}
.AnyTagClassName
{
color: #2E330E;
}
</style>
background-color css
<style>
a { background-color: #2E330E; }
a { background-color: rgb(46,51,14); }
div.DivClassName
{
background-color: #2E330E;
}
.BgClassName
{
background-color: #2E330E;
}
</style>
border-color css
<style>
span { border-color: #2E330E; }
span { border-color: rgb(46,51,14); }
td.TdClassName
{
border-color: #2E330E;
}
.TagClassName
{
border-color: #2E330E;
}
</style>