Shades of Turtle Green #2D3516
Tints of Turtle Green #2D3516
RGB
CMYK
RGB Variations
Color information
#2D3516 (or 0x2D3516) is known color: Turtle Green. HEX triplet: 2D, 35 and 16. RGB value is (45,53,22). Sum of RGB (Red+Green+Blue) = 45+53+22=120 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.5% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 53 - color contains mainly: green. Hex color #2D3516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3516 is #D2CAE9. Grayscale: #2F2F2F. Windows color (decimal): -13814506 or 1455405. OLE color: 1455405.
HSL color Cylindrical-coordinate representation of color #2D3516: hue angle of 75.48º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D3516 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 45 | 53 | 22 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.79 |
| HSL | 75.48º | 0.41% | 0.15% | - |
| HSV(B) | 75.48º | 0.58% | 0.21% | - |
| XYZ | 2.5 | 3.16 | 1.24 | - |
| YUV | 47.07 | 113.85 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 53 | 22 | 0.15 | 0 | 0.58 | 0.79 | 75.48 | 0.41 | 0.15 |
| Hex | 2D | 35 | 16 | F | 0 | 3A | 4F | 4B | 29 | F |
| Octal | 55 | 65 | 26 | 17 | 0 | 72 | 117 | 113 | 51 | 17 |
| Binary | 101101 | 110101 | 10110 | 1111 | 0 | 111010 | 1001111 | 1001011 | 101001 | 1111 |
Color Harmonies of #2D3516
Complementary color
Monochromatic Colors of #2D3516
Black with #2D3516
Text Example
Text Example
White with #2D3516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3516; }
p { color: rgb(45,53,22); }
H1.HeaderClassName
{
color: #2D3516;
}
.AnyTagClassName
{
color: #2D3516;
}
</style>
background-color css
<style>
a { background-color: #2D3516; }
a { background-color: rgb(45,53,22); }
div.DivClassName
{
background-color: #2D3516;
}
.BgClassName
{
background-color: #2D3516;
}
</style>
border-color css
<style>
span { border-color: #2D3516; }
span { border-color: rgb(45,53,22); }
td.TdClassName
{
border-color: #2D3516;
}
.TagClassName
{
border-color: #2D3516;
}
</style>