Shades of Turtle Green #2D3316
Tints of Turtle Green #2D3316
RGB
CMYK
RGB Variations
Color information
#2D3316 (or 0x2D3316) is known color: Turtle Green. HEX triplet: 2D, 33 and 16. RGB value is (45,51,22). Sum of RGB (Red+Green+Blue) = 45+51+22=118 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.14% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 22 (8.98% from 255 or 18.64% from 118); Max value from RGB is 51 - color contains mainly: green. Hex color #2D3316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3316 is #D2CCE9. Grayscale: #2E2E2E. Windows color (decimal): -13815018 or 1454893. OLE color: 1454893.
HSL color Cylindrical-coordinate representation of color #2D3316: hue angle of 72.41º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D3316 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 45 | 51 | 22 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.8 |
| HSL | 72.41º | 0.4% | 0.14% | - |
| HSV(B) | 72.41º | 0.57% | 0.2% | - |
| XYZ | 2.41 | 2.98 | 1.21 | - |
| YUV | 45.9 | 114.51 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 51 | 22 | 0.12 | 0 | 0.57 | 0.8 | 72.41 | 0.4 | 0.14 |
| Hex | 2D | 33 | 16 | C | 0 | 39 | 50 | 48 | 28 | E |
| Octal | 55 | 63 | 26 | 14 | 0 | 71 | 120 | 110 | 50 | 16 |
| Binary | 101101 | 110011 | 10110 | 1100 | 0 | 111001 | 1010000 | 1001000 | 101000 | 1110 |
Color Harmonies of #2D3316
Complementary color
Monochromatic Colors of #2D3316
Black with #2D3316
Text Example
Text Example
White with #2D3316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3316; }
p { color: rgb(45,51,22); }
H1.HeaderClassName
{
color: #2D3316;
}
.AnyTagClassName
{
color: #2D3316;
}
</style>
background-color css
<style>
a { background-color: #2D3316; }
a { background-color: rgb(45,51,22); }
div.DivClassName
{
background-color: #2D3316;
}
.BgClassName
{
background-color: #2D3316;
}
</style>
border-color css
<style>
span { border-color: #2D3316; }
span { border-color: rgb(45,51,22); }
td.TdClassName
{
border-color: #2D3316;
}
.TagClassName
{
border-color: #2D3316;
}
</style>