Shades of Turtle Green #2D4311
Tints of Turtle Green #2D4311
RGB
CMYK
RGB Variations
Color information
#2D4311 (or 0x2D4311) is known color: Turtle Green. HEX triplet: 2D, 43 and 11. RGB value is (45,67,17). Sum of RGB (Red+Green+Blue) = 45+67+17=129 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.88% from 129); Green value is 67 (26.56% from 255 or 51.94% from 129); Blue value is 17 (7.03% from 255 or 13.18% from 129); Max value from RGB is 67 - color contains mainly: green. Hex color #2D4311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4311 is #D2BCEE. Grayscale: #363636. Windows color (decimal): -13810927 or 1131309. OLE color: 1131309.
HSL color Cylindrical-coordinate representation of color #2D4311: hue angle of 86.4º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D4311 is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 45 | 67 | 17 | - |
| CMYK | 0.33 | 0 | 0.75 | 0.74 |
| HSL | 86.4º | 0.6% | 0.16% | - |
| HSV(B) | 86.4º | 0.75% | 0.26% | - |
| XYZ | 3.19 | 4.61 | 1.25 | - |
| YUV | 54.72 | 106.71 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 67 | 17 | 0.33 | 0 | 0.75 | 0.74 | 86.4 | 0.6 | 0.16 |
| Hex | 2D | 43 | 11 | 21 | 0 | 4B | 4A | 56 | 3C | 10 |
| Octal | 55 | 103 | 21 | 41 | 0 | 113 | 112 | 126 | 74 | 20 |
| Binary | 101101 | 1000011 | 10001 | 100001 | 0 | 1001011 | 1001010 | 1010110 | 111100 | 10000 |
Color Harmonies of #2D4311
Complementary color
Monochromatic Colors of #2D4311
Black with #2D4311
Text Example
Text Example
White with #2D4311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4311; }
p { color: rgb(45,67,17); }
H1.HeaderClassName
{
color: #2D4311;
}
.AnyTagClassName
{
color: #2D4311;
}
</style>
background-color css
<style>
a { background-color: #2D4311; }
a { background-color: rgb(45,67,17); }
div.DivClassName
{
background-color: #2D4311;
}
.BgClassName
{
background-color: #2D4311;
}
</style>
border-color css
<style>
span { border-color: #2D4311; }
span { border-color: rgb(45,67,17); }
td.TdClassName
{
border-color: #2D4311;
}
.TagClassName
{
border-color: #2D4311;
}
</style>