Shades of Turtle Green #2D4710
Tints of Turtle Green #2D4710
RGB
CMYK
RGB Variations
Color information
#2D4710 (or 0x2D4710) is known color: Turtle Green. HEX triplet: 2D, 47 and 10. RGB value is (45,71,16). Sum of RGB (Red+Green+Blue) = 45+71+16=132 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.09% from 132); Green value is 71 (28.12% from 255 or 53.79% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 71 - color contains mainly: green. Hex color #2D4710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4710 is #D2B8EF. Grayscale: #393939. Windows color (decimal): -13809904 or 1066797. OLE color: 1066797.
HSL color Cylindrical-coordinate representation of color #2D4710: hue angle of 88.36º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D4710 is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 71 | 16 | - |
| CMYK | 0.37 | 0 | 0.77 | 0.72 |
| HSL | 88.36º | 0.63% | 0.17% | - |
| HSV(B) | 88.36º | 0.77% | 0.28% | - |
| XYZ | 3.43 | 5.1 | 1.29 | - |
| YUV | 56.96 | 104.89 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 71 | 16 | 0.37 | 0 | 0.77 | 0.72 | 88.36 | 0.63 | 0.17 |
| Hex | 2D | 47 | 10 | 25 | 0 | 4D | 48 | 58 | 3F | 11 |
| Octal | 55 | 107 | 20 | 45 | 0 | 115 | 110 | 130 | 77 | 21 |
| Binary | 101101 | 1000111 | 10000 | 100101 | 0 | 1001101 | 1001000 | 1011000 | 111111 | 10001 |
Color Harmonies of #2D4710
Complementary color
Monochromatic Colors of #2D4710
Black with #2D4710
Text Example
Text Example
White with #2D4710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4710; }
p { color: rgb(45,71,16); }
H1.HeaderClassName
{
color: #2D4710;
}
.AnyTagClassName
{
color: #2D4710;
}
</style>
background-color css
<style>
a { background-color: #2D4710; }
a { background-color: rgb(45,71,16); }
div.DivClassName
{
background-color: #2D4710;
}
.BgClassName
{
background-color: #2D4710;
}
</style>
border-color css
<style>
span { border-color: #2D4710; }
span { border-color: rgb(45,71,16); }
td.TdClassName
{
border-color: #2D4710;
}
.TagClassName
{
border-color: #2D4710;
}
</style>