Shades of Turtle Green #2D3716
Tints of Turtle Green #2D3716
RGB
CMYK
RGB Variations
Color information
#2D3716 (or 0x2D3716) is known color: Turtle Green. HEX triplet: 2D, 37 and 16. RGB value is (45,55,22). Sum of RGB (Red+Green+Blue) = 45+55+22=122 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.89% from 122); Green value is 55 (21.88% from 255 or 45.08% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 55 - color contains mainly: green. Hex color #2D3716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3716 is #D2C8E9. Grayscale: #303030. Windows color (decimal): -13813994 or 1455917. OLE color: 1455917.
HSL color Cylindrical-coordinate representation of color #2D3716: hue angle of 78.18º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D3716 is Cyan = 0.18, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 55 | 22 | - |
| CMYK | 0.18 | 0 | 0.6 | 0.78 |
| HSL | 78.18º | 0.43% | 0.15% | - |
| HSV(B) | 78.18º | 0.6% | 0.22% | - |
| XYZ | 2.59 | 3.35 | 1.27 | - |
| YUV | 48.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 55 | 22 | 0.18 | 0 | 0.6 | 0.78 | 78.18 | 0.43 | 0.15 |
| Hex | 2D | 37 | 16 | 12 | 0 | 3C | 4E | 4E | 2B | F |
| Octal | 55 | 67 | 26 | 22 | 0 | 74 | 116 | 116 | 53 | 17 |
| Binary | 101101 | 110111 | 10110 | 10010 | 0 | 111100 | 1001110 | 1001110 | 101011 | 1111 |
Color Harmonies of #2D3716
Complementary color
Monochromatic Colors of #2D3716
Black with #2D3716
Text Example
Text Example
White with #2D3716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3716; }
p { color: rgb(45,55,22); }
H1.HeaderClassName
{
color: #2D3716;
}
.AnyTagClassName
{
color: #2D3716;
}
</style>
background-color css
<style>
a { background-color: #2D3716; }
a { background-color: rgb(45,55,22); }
div.DivClassName
{
background-color: #2D3716;
}
.BgClassName
{
background-color: #2D3716;
}
</style>
border-color css
<style>
span { border-color: #2D3716; }
span { border-color: rgb(45,55,22); }
td.TdClassName
{
border-color: #2D3716;
}
.TagClassName
{
border-color: #2D3716;
}
</style>