Shades of Turtle Green #2D3806
Tints of Turtle Green #2D3806
RGB
CMYK
RGB Variations
Color information
#2D3806 (or 0x2D3806) is known color: Turtle Green. HEX triplet: 2D, 38 and 06. RGB value is (45,56,6). Sum of RGB (Red+Green+Blue) = 45+56+6=107 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.06% from 107); Green value is 56 (22.27% from 255 or 52.34% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 56 - color contains mainly: green. Hex color #2D3806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3806 is #D2C7F9. Grayscale: #2F2F2F. Windows color (decimal): -13813754 or 407597. OLE color: 407597.
HSL color Cylindrical-coordinate representation of color #2D3806: hue angle of 73.2º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D3806 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 56 | 6 | - |
| CMYK | 0.20 | 0 | 0.89 | 0.78 |
| HSL | 73.2º | 0.81% | 0.12% | - |
| HSV(B) | 73.2º | 0.89% | 0.22% | - |
| XYZ | 2.53 | 3.4 | 0.7 | - |
| YUV | 47.01 | 104.86 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 56 | 6 | 0.20 | 0 | 0.89 | 0.78 | 73.2 | 0.81 | 0.12 |
| Hex | 2D | 38 | 6 | 14 | 0 | 59 | 4E | 49 | 51 | C |
| Octal | 55 | 70 | 6 | 24 | 0 | 131 | 116 | 111 | 121 | 14 |
| Binary | 101101 | 111000 | 110 | 10100 | 0 | 1011001 | 1001110 | 1001001 | 1010001 | 1100 |
Color Harmonies of #2D3806
Complementary color
Monochromatic Colors of #2D3806
Black with #2D3806
Text Example
Text Example
White with #2D3806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3806; }
p { color: rgb(45,56,6); }
H1.HeaderClassName
{
color: #2D3806;
}
.AnyTagClassName
{
color: #2D3806;
}
</style>
background-color css
<style>
a { background-color: #2D3806; }
a { background-color: rgb(45,56,6); }
div.DivClassName
{
background-color: #2D3806;
}
.BgClassName
{
background-color: #2D3806;
}
</style>
border-color css
<style>
span { border-color: #2D3806; }
span { border-color: rgb(45,56,6); }
td.TdClassName
{
border-color: #2D3806;
}
.TagClassName
{
border-color: #2D3806;
}
</style>