Shades of Turtle Green #2D4611
Tints of Turtle Green #2D4611
RGB
CMYK
RGB Variations
Color information
#2D4611 (or 0x2D4611) is known color: Turtle Green. HEX triplet: 2D, 46 and 11. RGB value is (45,70,17). Sum of RGB (Red+Green+Blue) = 45+70+17=132 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.09% from 132); Green value is 70 (27.73% from 255 or 53.03% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 70 - color contains mainly: green. Hex color #2D4611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4611 is #D2B9EE. Grayscale: #383838. Windows color (decimal): -13810159 or 1132077. OLE color: 1132077.
HSL color Cylindrical-coordinate representation of color #2D4611: hue angle of 88.3º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D4611 is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 70 | 17 | - |
| CMYK | 0.36 | 0 | 0.76 | 0.73 |
| HSL | 88.3º | 0.61% | 0.17% | - |
| HSV(B) | 88.3º | 0.76% | 0.27% | - |
| XYZ | 3.37 | 4.98 | 1.31 | - |
| YUV | 56.48 | 105.72 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 70 | 17 | 0.36 | 0 | 0.76 | 0.73 | 88.3 | 0.61 | 0.17 |
| Hex | 2D | 46 | 11 | 24 | 0 | 4C | 49 | 58 | 3D | 11 |
| Octal | 55 | 106 | 21 | 44 | 0 | 114 | 111 | 130 | 75 | 21 |
| Binary | 101101 | 1000110 | 10001 | 100100 | 0 | 1001100 | 1001001 | 1011000 | 111101 | 10001 |
Color Harmonies of #2D4611
Complementary color
Monochromatic Colors of #2D4611
Black with #2D4611
Text Example
Text Example
White with #2D4611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4611; }
p { color: rgb(45,70,17); }
H1.HeaderClassName
{
color: #2D4611;
}
.AnyTagClassName
{
color: #2D4611;
}
</style>
background-color css
<style>
a { background-color: #2D4611; }
a { background-color: rgb(45,70,17); }
div.DivClassName
{
background-color: #2D4611;
}
.BgClassName
{
background-color: #2D4611;
}
</style>
border-color css
<style>
span { border-color: #2D4611; }
span { border-color: rgb(45,70,17); }
td.TdClassName
{
border-color: #2D4611;
}
.TagClassName
{
border-color: #2D4611;
}
</style>