Shades of Turtle Green #2E330B
Tints of Turtle Green #2E330B
RGB
CMYK
RGB Variations
Color information
#2E330B (or 0x2E330B) is known color: Turtle Green. HEX triplet: 2E, 33 and 0B. RGB value is (46,51,11). Sum of RGB (Red+Green+Blue) = 46+51+11=108 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.59% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #2E330B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E330B is #D1CCF4. Grayscale: #2D2D2D. Windows color (decimal): -13749493 or 733998. OLE color: 733998.
HSL color Cylindrical-coordinate representation of color #2E330B: hue angle of 67.5º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E330B is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 46 | 51 | 11 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.8 |
| HSL | 67.5º | 0.65% | 0.12% | - |
| HSV(B) | 67.5º | 0.78% | 0.2% | - |
| XYZ | 2.37 | 2.97 | 0.77 | - |
| YUV | 44.95 | 108.84 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 51 | 11 | 0.10 | 0 | 0.78 | 0.8 | 67.5 | 0.65 | 0.12 |
| Hex | 2E | 33 | B | A | 0 | 4E | 50 | 44 | 41 | C |
| Octal | 56 | 63 | 13 | 12 | 0 | 116 | 120 | 104 | 101 | 14 |
| Binary | 101110 | 110011 | 1011 | 1010 | 0 | 1001110 | 1010000 | 1000100 | 1000001 | 1100 |
Color Harmonies of #2E330B
Complementary color
Monochromatic Colors of #2E330B
Black with #2E330B
Text Example
Text Example
White with #2E330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E330B; }
p { color: rgb(46,51,11); }
H1.HeaderClassName
{
color: #2E330B;
}
.AnyTagClassName
{
color: #2E330B;
}
</style>
background-color css
<style>
a { background-color: #2E330B; }
a { background-color: rgb(46,51,11); }
div.DivClassName
{
background-color: #2E330B;
}
.BgClassName
{
background-color: #2E330B;
}
</style>
border-color css
<style>
span { border-color: #2E330B; }
span { border-color: rgb(46,51,11); }
td.TdClassName
{
border-color: #2E330B;
}
.TagClassName
{
border-color: #2E330B;
}
</style>