Shades of Turtle Green #2E480D
Tints of Turtle Green #2E480D
RGB
CMYK
RGB Variations
Color information
#2E480D (or 0x2E480D) is known color: Turtle Green. HEX triplet: 2E, 48 and 0D. RGB value is (46,72,13). Sum of RGB (Red+Green+Blue) = 46+72+13=131 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.11% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #2E480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E480D is #D1B7F2. Grayscale: #393939. Windows color (decimal): -13744115 or 870446. OLE color: 870446.
HSL color Cylindrical-coordinate representation of color #2E480D: hue angle of 86.44º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E480D is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 46 | 72 | 13 | - |
| CMYK | 0.36 | 0 | 0.82 | 0.72 |
| HSL | 86.44º | 0.69% | 0.17% | - |
| HSV(B) | 86.44º | 0.82% | 0.28% | - |
| XYZ | 3.52 | 5.24 | 1.21 | - |
| YUV | 57.5 | 102.89 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 72 | 13 | 0.36 | 0 | 0.82 | 0.72 | 86.44 | 0.69 | 0.17 |
| Hex | 2E | 48 | D | 24 | 0 | 52 | 48 | 56 | 45 | 11 |
| Octal | 56 | 110 | 15 | 44 | 0 | 122 | 110 | 126 | 105 | 21 |
| Binary | 101110 | 1001000 | 1101 | 100100 | 0 | 1010010 | 1001000 | 1010110 | 1000101 | 10001 |
Color Harmonies of #2E480D
Complementary color
Monochromatic Colors of #2E480D
Black with #2E480D
Text Example
Text Example
White with #2E480D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E480D; }
p { color: rgb(46,72,13); }
H1.HeaderClassName
{
color: #2E480D;
}
.AnyTagClassName
{
color: #2E480D;
}
</style>
background-color css
<style>
a { background-color: #2E480D; }
a { background-color: rgb(46,72,13); }
div.DivClassName
{
background-color: #2E480D;
}
.BgClassName
{
background-color: #2E480D;
}
</style>
border-color css
<style>
span { border-color: #2E480D; }
span { border-color: rgb(46,72,13); }
td.TdClassName
{
border-color: #2E480D;
}
.TagClassName
{
border-color: #2E480D;
}
</style>