Shades of Turtle Green #2E3100
Tints of Turtle Green #2E3100
RGB
CMYK
RGB Variations
Color information
#2E3100 (or 0x2E3100) is known color: Turtle Green. HEX triplet: 2E, 31 and 00. RGB value is (46,49,0). Sum of RGB (Red+Green+Blue) = 46+49+0=95 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.42% from 95); Green value is 49 (19.53% from 255 or 51.58% from 95); Blue value is 0 (0.39% from 255 or 0% from 95); Max value from RGB is 49 - color contains mainly: green. Hex color #2E3100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3100 is #D1CEFF. Grayscale: #2A2A2A. Windows color (decimal): -13750016 or 12590. OLE color: 12590.
HSL color Cylindrical-coordinate representation of color #2E3100: hue angle of 63.67º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E3100 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 49 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.81 |
| HSL | 63.67º | 1% | 0.1% | - |
| HSV(B) | 63.67º | 1% | 0.19% | - |
| XYZ | 2.23 | 2.78 | 0.42 | - |
| YUV | 42.52 | 104.01 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 49 | 0 | 0.06 | 0 | 1 | 0.81 | 63.67 | 1 | 0.1 |
| Hex | 2E | 31 | 0 | 6 | 0 | 64 | 51 | 40 | 64 | A |
| Octal | 56 | 61 | 0 | 6 | 0 | 144 | 121 | 100 | 144 | 12 |
| Binary | 101110 | 110001 | 0 | 110 | 0 | 1100100 | 1010001 | 1000000 | 1100100 | 1010 |
Color Harmonies of #2E3100
Complementary color
Monochromatic Colors of #2E3100
Black with #2E3100
Text Example
Text Example
White with #2E3100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3100; }
p { color: rgb(46,49,0); }
H1.HeaderClassName
{
color: #2E3100;
}
.AnyTagClassName
{
color: #2E3100;
}
</style>
background-color css
<style>
a { background-color: #2E3100; }
a { background-color: rgb(46,49,0); }
div.DivClassName
{
background-color: #2E3100;
}
.BgClassName
{
background-color: #2E3100;
}
</style>
border-color css
<style>
span { border-color: #2E3100; }
span { border-color: rgb(46,49,0); }
td.TdClassName
{
border-color: #2E3100;
}
.TagClassName
{
border-color: #2E3100;
}
</style>