Shades of Turtle Green #2D4116
Tints of Turtle Green #2D4116
RGB
CMYK
RGB Variations
Color information
#2D4116 (or 0x2D4116) is known color: Turtle Green. HEX triplet: 2D, 41 and 16. RGB value is (45,65,22). Sum of RGB (Red+Green+Blue) = 45+65+22=132 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.09% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #2D4116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4116 is #D2BEE9. Grayscale: #363636. Windows color (decimal): -13811434 or 1458477. OLE color: 1458477.
HSL color Cylindrical-coordinate representation of color #2D4116: hue angle of 87.91º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D4116 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 65 | 22 | - |
| CMYK | 0.31 | 0 | 0.66 | 0.75 |
| HSL | 87.91º | 0.49% | 0.17% | - |
| HSV(B) | 87.91º | 0.66% | 0.25% | - |
| XYZ | 3.12 | 4.4 | 1.44 | - |
| YUV | 54.12 | 109.87 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 65 | 22 | 0.31 | 0 | 0.66 | 0.75 | 87.91 | 0.49 | 0.17 |
| Hex | 2D | 41 | 16 | 1F | 0 | 42 | 4B | 58 | 31 | 11 |
| Octal | 55 | 101 | 26 | 37 | 0 | 102 | 113 | 130 | 61 | 21 |
| Binary | 101101 | 1000001 | 10110 | 11111 | 0 | 1000010 | 1001011 | 1011000 | 110001 | 10001 |
Color Harmonies of #2D4116
Complementary color
Monochromatic Colors of #2D4116
Black with #2D4116
Text Example
Text Example
White with #2D4116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4116; }
p { color: rgb(45,65,22); }
H1.HeaderClassName
{
color: #2D4116;
}
.AnyTagClassName
{
color: #2D4116;
}
</style>
background-color css
<style>
a { background-color: #2D4116; }
a { background-color: rgb(45,65,22); }
div.DivClassName
{
background-color: #2D4116;
}
.BgClassName
{
background-color: #2D4116;
}
</style>
border-color css
<style>
span { border-color: #2D4116; }
span { border-color: rgb(45,65,22); }
td.TdClassName
{
border-color: #2D4116;
}
.TagClassName
{
border-color: #2D4116;
}
</style>