Shades of Turtle Green #2D3816
Tints of Turtle Green #2D3816
RGB
CMYK
RGB Variations
Color information
#2D3816 (or 0x2D3816) is known color: Turtle Green. HEX triplet: 2D, 38 and 16. RGB value is (45,56,22). Sum of RGB (Red+Green+Blue) = 45+56+22=123 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.59% from 123); Green value is 56 (22.27% from 255 or 45.53% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 56 - color contains mainly: green. Hex color #2D3816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3816 is #D2C7E9. Grayscale: #303030. Windows color (decimal): -13813738 or 1456173. OLE color: 1456173.
HSL color Cylindrical-coordinate representation of color #2D3816: hue angle of 79.41º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D3816 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 56 | 22 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.78 |
| HSL | 79.41º | 0.44% | 0.15% | - |
| HSV(B) | 79.41º | 0.61% | 0.22% | - |
| XYZ | 2.64 | 3.44 | 1.28 | - |
| YUV | 48.84 | 112.86 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 56 | 22 | 0.20 | 0 | 0.61 | 0.78 | 79.41 | 0.44 | 0.15 |
| Hex | 2D | 38 | 16 | 14 | 0 | 3D | 4E | 4F | 2C | F |
| Octal | 55 | 70 | 26 | 24 | 0 | 75 | 116 | 117 | 54 | 17 |
| Binary | 101101 | 111000 | 10110 | 10100 | 0 | 111101 | 1001110 | 1001111 | 101100 | 1111 |
Color Harmonies of #2D3816
Complementary color
Monochromatic Colors of #2D3816
Black with #2D3816
Text Example
Text Example
White with #2D3816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3816; }
p { color: rgb(45,56,22); }
H1.HeaderClassName
{
color: #2D3816;
}
.AnyTagClassName
{
color: #2D3816;
}
</style>
background-color css
<style>
a { background-color: #2D3816; }
a { background-color: rgb(45,56,22); }
div.DivClassName
{
background-color: #2D3816;
}
.BgClassName
{
background-color: #2D3816;
}
</style>
border-color css
<style>
span { border-color: #2D3816; }
span { border-color: rgb(45,56,22); }
td.TdClassName
{
border-color: #2D3816;
}
.TagClassName
{
border-color: #2D3816;
}
</style>