Shades of Turtle Green #2E4012
Tints of Turtle Green #2E4012
RGB
CMYK
RGB Variations
Color information
#2E4012 (or 0x2E4012) is known color: Turtle Green. HEX triplet: 2E, 40 and 12. RGB value is (46,64,18). Sum of RGB (Red+Green+Blue) = 46+64+18=128 (16% of max value = 765). Red value is 46 (18.36% from 255 or 35.94% from 128); Green value is 64 (25.39% from 255 or 50% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 64 - color contains mainly: green. Hex color #2E4012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4012 is #D1BFED. Grayscale: #353535. Windows color (decimal): -13746158 or 1196078. OLE color: 1196078.
HSL color Cylindrical-coordinate representation of color #2E4012: hue angle of 83.48º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E4012 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 64 | 18 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.75 |
| HSL | 83.48º | 0.56% | 0.16% | - |
| HSV(B) | 83.48º | 0.72% | 0.25% | - |
| XYZ | 3.07 | 4.29 | 1.24 | - |
| YUV | 53.37 | 108.04 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 64 | 18 | 0.28 | 0 | 0.72 | 0.75 | 83.48 | 0.56 | 0.16 |
| Hex | 2E | 40 | 12 | 1C | 0 | 48 | 4B | 53 | 38 | 10 |
| Octal | 56 | 100 | 22 | 34 | 0 | 110 | 113 | 123 | 70 | 20 |
| Binary | 101110 | 1000000 | 10010 | 11100 | 0 | 1001000 | 1001011 | 1010011 | 111000 | 10000 |
Color Harmonies of #2E4012
Complementary color
Monochromatic Colors of #2E4012
Black with #2E4012
Text Example
Text Example
White with #2E4012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4012; }
p { color: rgb(46,64,18); }
H1.HeaderClassName
{
color: #2E4012;
}
.AnyTagClassName
{
color: #2E4012;
}
</style>
background-color css
<style>
a { background-color: #2E4012; }
a { background-color: rgb(46,64,18); }
div.DivClassName
{
background-color: #2E4012;
}
.BgClassName
{
background-color: #2E4012;
}
</style>
border-color css
<style>
span { border-color: #2E4012; }
span { border-color: rgb(46,64,18); }
td.TdClassName
{
border-color: #2E4012;
}
.TagClassName
{
border-color: #2E4012;
}
</style>