Shades of Turtle Green #2E3102
Tints of Turtle Green #2E3102
RGB
CMYK
RGB Variations
Color information
#2E3102 (or 0x2E3102) is known color: Turtle Green. HEX triplet: 2E, 31 and 02. RGB value is (46,49,2). Sum of RGB (Red+Green+Blue) = 46+49+2=97 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.42% from 97); Green value is 49 (19.53% from 255 or 50.52% from 97); Blue value is 2 (1.17% from 255 or 2.06% from 97); Max value from RGB is 49 - color contains mainly: green. Hex color #2E3102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3102 is #D1CEFD. Grayscale: #2A2A2A. Windows color (decimal): -13750014 or 143662. OLE color: 143662.
HSL color Cylindrical-coordinate representation of color #2E3102: hue angle of 63.83º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E3102 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 49 | 2 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.81 |
| HSL | 63.83º | 0.92% | 0.1% | - |
| HSV(B) | 63.83º | 0.96% | 0.19% | - |
| XYZ | 2.24 | 2.78 | 0.48 | - |
| YUV | 42.75 | 105.01 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 49 | 2 | 0.06 | 0 | 0.96 | 0.81 | 63.83 | 0.92 | 0.1 |
| Hex | 2E | 31 | 2 | 6 | 0 | 60 | 51 | 40 | 5C | A |
| Octal | 56 | 61 | 2 | 6 | 0 | 140 | 121 | 100 | 134 | 12 |
| Binary | 101110 | 110001 | 10 | 110 | 0 | 1100000 | 1010001 | 1000000 | 1011100 | 1010 |
Color Harmonies of #2E3102
Complementary color
Monochromatic Colors of #2E3102
Black with #2E3102
Text Example
Text Example
White with #2E3102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3102; }
p { color: rgb(46,49,2); }
H1.HeaderClassName
{
color: #2E3102;
}
.AnyTagClassName
{
color: #2E3102;
}
</style>
background-color css
<style>
a { background-color: #2E3102; }
a { background-color: rgb(46,49,2); }
div.DivClassName
{
background-color: #2E3102;
}
.BgClassName
{
background-color: #2E3102;
}
</style>
border-color css
<style>
span { border-color: #2E3102; }
span { border-color: rgb(46,49,2); }
td.TdClassName
{
border-color: #2E3102;
}
.TagClassName
{
border-color: #2E3102;
}
</style>