Shades of Turtle Green #2D5806
Tints of Turtle Green #2D5806
RGB
CMYK
RGB Variations
Color information
#2D5806 (or 0x2D5806) is known color: Turtle Green. HEX triplet: 2D, 58 and 06. RGB value is (45,88,6). Sum of RGB (Red+Green+Blue) = 45+88+6=139 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.37% from 139); Green value is 88 (34.77% from 255 or 63.31% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 88 - color contains mainly: green. Hex color #2D5806 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5806 is #D2A7F9. Grayscale: #424242. Windows color (decimal): -13805562 or 415789. OLE color: 415789.
HSL color Cylindrical-coordinate representation of color #2D5806: hue angle of 91.46º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D5806 is Cyan = 0.49, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 88 | 6 | - |
| CMYK | 0.49 | 0 | 0.93 | 0.65 |
| HSL | 91.46º | 0.87% | 0.18% | - |
| HSV(B) | 91.46º | 0.93% | 0.35% | - |
| XYZ | 4.6 | 7.55 | 1.39 | - |
| YUV | 65.8 | 94.25 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 88 | 6 | 0.49 | 0 | 0.93 | 0.65 | 91.46 | 0.87 | 0.18 |
| Hex | 2D | 58 | 6 | 31 | 0 | 5D | 41 | 5B | 57 | 12 |
| Octal | 55 | 130 | 6 | 61 | 0 | 135 | 101 | 133 | 127 | 22 |
| Binary | 101101 | 1011000 | 110 | 110001 | 0 | 1011101 | 1000001 | 1011011 | 1010111 | 10010 |
Color Harmonies of #2D5806
Complementary color
Monochromatic Colors of #2D5806
Black with #2D5806
Text Example
Text Example
White with #2D5806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5806; }
p { color: rgb(45,88,6); }
H1.HeaderClassName
{
color: #2D5806;
}
.AnyTagClassName
{
color: #2D5806;
}
</style>
background-color css
<style>
a { background-color: #2D5806; }
a { background-color: rgb(45,88,6); }
div.DivClassName
{
background-color: #2D5806;
}
.BgClassName
{
background-color: #2D5806;
}
</style>
border-color css
<style>
span { border-color: #2D5806; }
span { border-color: rgb(45,88,6); }
td.TdClassName
{
border-color: #2D5806;
}
.TagClassName
{
border-color: #2D5806;
}
</style>