Shades of Turtle Green #2E410C
Tints of Turtle Green #2E410C
RGB
CMYK
RGB Variations
Color information
#2E410C (or 0x2E410C) is known color: Turtle Green. HEX triplet: 2E, 41 and 0C. RGB value is (46,65,12). Sum of RGB (Red+Green+Blue) = 46+65+12=123 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.40% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #2E410C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E410C is #D1BEF3. Grayscale: #353535. Windows color (decimal): -13745908 or 803118. OLE color: 803118.
HSL color Cylindrical-coordinate representation of color #2E410C: hue angle of 81.51º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E410C is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 65 | 12 | - |
| CMYK | 0.29 | 0 | 0.82 | 0.75 |
| HSL | 81.51º | 0.69% | 0.15% | - |
| HSV(B) | 81.51º | 0.82% | 0.25% | - |
| XYZ | 3.08 | 4.39 | 1.03 | - |
| YUV | 53.28 | 104.71 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 65 | 12 | 0.29 | 0 | 0.82 | 0.75 | 81.51 | 0.69 | 0.15 |
| Hex | 2E | 41 | C | 1D | 0 | 52 | 4B | 52 | 45 | F |
| Octal | 56 | 101 | 14 | 35 | 0 | 122 | 113 | 122 | 105 | 17 |
| Binary | 101110 | 1000001 | 1100 | 11101 | 0 | 1010010 | 1001011 | 1010010 | 1000101 | 1111 |
Color Harmonies of #2E410C
Complementary color
Monochromatic Colors of #2E410C
Black with #2E410C
Text Example
Text Example
White with #2E410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E410C; }
p { color: rgb(46,65,12); }
H1.HeaderClassName
{
color: #2E410C;
}
.AnyTagClassName
{
color: #2E410C;
}
</style>
background-color css
<style>
a { background-color: #2E410C; }
a { background-color: rgb(46,65,12); }
div.DivClassName
{
background-color: #2E410C;
}
.BgClassName
{
background-color: #2E410C;
}
</style>
border-color css
<style>
span { border-color: #2E410C; }
span { border-color: rgb(46,65,12); }
td.TdClassName
{
border-color: #2E410C;
}
.TagClassName
{
border-color: #2E410C;
}
</style>