Shades of Turtle Green #2E540B
Tints of Turtle Green #2E540B
RGB
CMYK
RGB Variations
Color information
#2E540B (or 0x2E540B) is known color: Turtle Green. HEX triplet: 2E, 54 and 0B. RGB value is (46,84,11). Sum of RGB (Red+Green+Blue) = 46+84+11=141 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.62% from 141); Green value is 84 (33.20% from 255 or 59.57% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 84 - color contains mainly: green. Hex color #2E540B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E540B is #D1ABF4. Grayscale: #404040. Windows color (decimal): -13741045 or 742446. OLE color: 742446.
HSL color Cylindrical-coordinate representation of color #2E540B: hue angle of 91.23º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2E540B is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 84 | 11 | - |
| CMYK | 0.45 | 0 | 0.87 | 0.67 |
| HSL | 91.23º | 0.77% | 0.19% | - |
| HSV(B) | 91.23º | 0.87% | 0.33% | - |
| XYZ | 4.36 | 6.95 | 1.43 | - |
| YUV | 64.32 | 97.91 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 84 | 11 | 0.45 | 0 | 0.87 | 0.67 | 91.23 | 0.77 | 0.19 |
| Hex | 2E | 54 | B | 2D | 0 | 57 | 43 | 5B | 4D | 13 |
| Octal | 56 | 124 | 13 | 55 | 0 | 127 | 103 | 133 | 115 | 23 |
| Binary | 101110 | 1010100 | 1011 | 101101 | 0 | 1010111 | 1000011 | 1011011 | 1001101 | 10011 |
Color Harmonies of #2E540B
Complementary color
Monochromatic Colors of #2E540B
Black with #2E540B
Text Example
Text Example
White with #2E540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E540B; }
p { color: rgb(46,84,11); }
H1.HeaderClassName
{
color: #2E540B;
}
.AnyTagClassName
{
color: #2E540B;
}
</style>
background-color css
<style>
a { background-color: #2E540B; }
a { background-color: rgb(46,84,11); }
div.DivClassName
{
background-color: #2E540B;
}
.BgClassName
{
background-color: #2E540B;
}
</style>
border-color css
<style>
span { border-color: #2E540B; }
span { border-color: rgb(46,84,11); }
td.TdClassName
{
border-color: #2E540B;
}
.TagClassName
{
border-color: #2E540B;
}
</style>