Shades of Turtle Green #2D3D16
Tints of Turtle Green #2D3D16
RGB
CMYK
RGB Variations
Color information
#2D3D16 (or 0x2D3D16) is known color: Turtle Green. HEX triplet: 2D, 3D and 16. RGB value is (45,61,22). Sum of RGB (Red+Green+Blue) = 45+61+22=128 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.16% from 128); Green value is 61 (24.22% from 255 or 47.66% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 61 - color contains mainly: green. Hex color #2D3D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3D16 is #D2C2E9. Grayscale: #333333. Windows color (decimal): -13812458 or 1457453. OLE color: 1457453.
HSL color Cylindrical-coordinate representation of color #2D3D16: hue angle of 84.62º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D3D16 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 61 | 22 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.76 |
| HSL | 84.62º | 0.47% | 0.16% | - |
| HSV(B) | 84.62º | 0.64% | 0.24% | - |
| XYZ | 2.9 | 3.95 | 1.37 | - |
| YUV | 51.77 | 111.2 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 61 | 22 | 0.26 | 0 | 0.64 | 0.76 | 84.62 | 0.47 | 0.16 |
| Hex | 2D | 3D | 16 | 1A | 0 | 40 | 4C | 55 | 2F | 10 |
| Octal | 55 | 75 | 26 | 32 | 0 | 100 | 114 | 125 | 57 | 20 |
| Binary | 101101 | 111101 | 10110 | 11010 | 0 | 1000000 | 1001100 | 1010101 | 101111 | 10000 |
Color Harmonies of #2D3D16
Complementary color
Monochromatic Colors of #2D3D16
Black with #2D3D16
Text Example
Text Example
White with #2D3D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3D16; }
p { color: rgb(45,61,22); }
H1.HeaderClassName
{
color: #2D3D16;
}
.AnyTagClassName
{
color: #2D3D16;
}
</style>
background-color css
<style>
a { background-color: #2D3D16; }
a { background-color: rgb(45,61,22); }
div.DivClassName
{
background-color: #2D3D16;
}
.BgClassName
{
background-color: #2D3D16;
}
</style>
border-color css
<style>
span { border-color: #2D3D16; }
span { border-color: rgb(45,61,22); }
td.TdClassName
{
border-color: #2D3D16;
}
.TagClassName
{
border-color: #2D3D16;
}
</style>