Shades of Turtle Green #2D5709
Tints of Turtle Green #2D5709
RGB
CMYK
RGB Variations
Color information
#2D5709 (or 0x2D5709) is known color: Turtle Green. HEX triplet: 2D, 57 and 09. RGB value is (45,87,9). Sum of RGB (Red+Green+Blue) = 45+87+9=141 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.91% from 141); Green value is 87 (34.38% from 255 or 61.70% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 87 - color contains mainly: green. Hex color #2D5709 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5709 is #D2A8F6. Grayscale: #414141. Windows color (decimal): -13805815 or 612141. OLE color: 612141.
HSL color Cylindrical-coordinate representation of color #2D5709: hue angle of 92.31º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D5709 is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 45 | 87 | 9 | - |
| CMYK | 0.48 | 0 | 0.90 | 0.66 |
| HSL | 92.31º | 0.81% | 0.19% | - |
| HSV(B) | 92.31º | 0.9% | 0.34% | - |
| XYZ | 4.54 | 7.39 | 1.45 | - |
| YUV | 65.55 | 96.09 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 87 | 9 | 0.48 | 0 | 0.90 | 0.66 | 92.31 | 0.81 | 0.19 |
| Hex | 2D | 57 | 9 | 30 | 0 | 5A | 42 | 5C | 51 | 13 |
| Octal | 55 | 127 | 11 | 60 | 0 | 132 | 102 | 134 | 121 | 23 |
| Binary | 101101 | 1010111 | 1001 | 110000 | 0 | 1011010 | 1000010 | 1011100 | 1010001 | 10011 |
Color Harmonies of #2D5709
Complementary color
Monochromatic Colors of #2D5709
Black with #2D5709
Text Example
Text Example
White with #2D5709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5709; }
p { color: rgb(45,87,9); }
H1.HeaderClassName
{
color: #2D5709;
}
.AnyTagClassName
{
color: #2D5709;
}
</style>
background-color css
<style>
a { background-color: #2D5709; }
a { background-color: rgb(45,87,9); }
div.DivClassName
{
background-color: #2D5709;
}
.BgClassName
{
background-color: #2D5709;
}
</style>
border-color css
<style>
span { border-color: #2D5709; }
span { border-color: rgb(45,87,9); }
td.TdClassName
{
border-color: #2D5709;
}
.TagClassName
{
border-color: #2D5709;
}
</style>