Shades of Turtle Green #2D3715
Tints of Turtle Green #2D3715
RGB
CMYK
RGB Variations
Color information
#2D3715 (or 0x2D3715) is known color: Turtle Green. HEX triplet: 2D, 37 and 15. RGB value is (45,55,21). Sum of RGB (Red+Green+Blue) = 45+55+21=121 (16% of max value = 765). Red value is 45 (17.97% from 255 or 37.19% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 55 - color contains mainly: green. Hex color #2D3715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3715 is #D2C8EA. Grayscale: #303030. Windows color (decimal): -13813995 or 1390381. OLE color: 1390381.
HSL color Cylindrical-coordinate representation of color #2D3715: hue angle of 77.65º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D3715 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 55 | 21 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.78 |
| HSL | 77.65º | 0.45% | 0.15% | - |
| HSV(B) | 77.65º | 0.62% | 0.22% | - |
| XYZ | 2.58 | 3.34 | 1.22 | - |
| YUV | 48.13 | 112.69 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 55 | 21 | 0.18 | 0 | 0.62 | 0.78 | 77.65 | 0.45 | 0.15 |
| Hex | 2D | 37 | 15 | 12 | 0 | 3E | 4E | 4E | 2D | F |
| Octal | 55 | 67 | 25 | 22 | 0 | 76 | 116 | 116 | 55 | 17 |
| Binary | 101101 | 110111 | 10101 | 10010 | 0 | 111110 | 1001110 | 1001110 | 101101 | 1111 |
Color Harmonies of #2D3715
Complementary color
Monochromatic Colors of #2D3715
Black with #2D3715
Text Example
Text Example
White with #2D3715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3715; }
p { color: rgb(45,55,21); }
H1.HeaderClassName
{
color: #2D3715;
}
.AnyTagClassName
{
color: #2D3715;
}
</style>
background-color css
<style>
a { background-color: #2D3715; }
a { background-color: rgb(45,55,21); }
div.DivClassName
{
background-color: #2D3715;
}
.BgClassName
{
background-color: #2D3715;
}
</style>
border-color css
<style>
span { border-color: #2D3715; }
span { border-color: rgb(45,55,21); }
td.TdClassName
{
border-color: #2D3715;
}
.TagClassName
{
border-color: #2D3715;
}
</style>