Shades of Turtle Green #2E4018
Tints of Turtle Green #2E4018
RGB
CMYK
RGB Variations
Color information
#2E4018 (or 0x2E4018) is known color: Turtle Green. HEX triplet: 2E, 40 and 18. RGB value is (46,64,24). Sum of RGB (Red+Green+Blue) = 46+64+24=134 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.33% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 24 (9.77% from 255 or 17.91% from 134); Max value from RGB is 64 - color contains mainly: green. Hex color #2E4018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4018 is #D1BFE7. Grayscale: #363636. Windows color (decimal): -13746152 or 1589294. OLE color: 1589294.
HSL color Cylindrical-coordinate representation of color #2E4018: hue angle of 87º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E4018 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 64 | 24 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.75 |
| HSL | 87º | 0.45% | 0.17% | - |
| HSV(B) | 87º | 0.63% | 0.25% | - |
| XYZ | 3.12 | 4.31 | 1.53 | - |
| YUV | 54.06 | 111.04 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 64 | 24 | 0.28 | 0 | 0.62 | 0.75 | 87 | 0.45 | 0.17 |
| Hex | 2E | 40 | 18 | 1C | 0 | 3E | 4B | 57 | 2D | 11 |
| Octal | 56 | 100 | 30 | 34 | 0 | 76 | 113 | 127 | 55 | 21 |
| Binary | 101110 | 1000000 | 11000 | 11100 | 0 | 111110 | 1001011 | 1010111 | 101101 | 10001 |
Color Harmonies of #2E4018
Complementary color
Monochromatic Colors of #2E4018
Black with #2E4018
Text Example
Text Example
White with #2E4018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4018; }
p { color: rgb(46,64,24); }
H1.HeaderClassName
{
color: #2E4018;
}
.AnyTagClassName
{
color: #2E4018;
}
</style>
background-color css
<style>
a { background-color: #2E4018; }
a { background-color: rgb(46,64,24); }
div.DivClassName
{
background-color: #2E4018;
}
.BgClassName
{
background-color: #2E4018;
}
</style>
border-color css
<style>
span { border-color: #2E4018; }
span { border-color: rgb(46,64,24); }
td.TdClassName
{
border-color: #2E4018;
}
.TagClassName
{
border-color: #2E4018;
}
</style>