Shades of Turtle Green #2D4712
Tints of Turtle Green #2D4712
RGB
CMYK
RGB Variations
Color information
#2D4712 (or 0x2D4712) is known color: Turtle Green. HEX triplet: 2D, 47 and 12. RGB value is (45,71,18). Sum of RGB (Red+Green+Blue) = 45+71+18=134 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.58% from 134); Green value is 71 (28.12% from 255 or 52.99% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 71 - color contains mainly: green. Hex color #2D4712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4712 is #D2B8ED. Grayscale: #393939. Windows color (decimal): -13809902 or 1197869. OLE color: 1197869.
HSL color Cylindrical-coordinate representation of color #2D4712: hue angle of 89.43º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D4712 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 71 | 18 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.72 |
| HSL | 89.43º | 0.6% | 0.17% | - |
| HSV(B) | 89.43º | 0.75% | 0.28% | - |
| XYZ | 3.44 | 5.11 | 1.38 | - |
| YUV | 57.18 | 105.89 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 71 | 18 | 0.37 | 0 | 0.75 | 0.72 | 89.43 | 0.6 | 0.17 |
| Hex | 2D | 47 | 12 | 25 | 0 | 4B | 48 | 59 | 3C | 11 |
| Octal | 55 | 107 | 22 | 45 | 0 | 113 | 110 | 131 | 74 | 21 |
| Binary | 101101 | 1000111 | 10010 | 100101 | 0 | 1001011 | 1001000 | 1011001 | 111100 | 10001 |
Color Harmonies of #2D4712
Complementary color
Monochromatic Colors of #2D4712
Black with #2D4712
Text Example
Text Example
White with #2D4712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4712; }
p { color: rgb(45,71,18); }
H1.HeaderClassName
{
color: #2D4712;
}
.AnyTagClassName
{
color: #2D4712;
}
</style>
background-color css
<style>
a { background-color: #2D4712; }
a { background-color: rgb(45,71,18); }
div.DivClassName
{
background-color: #2D4712;
}
.BgClassName
{
background-color: #2D4712;
}
</style>
border-color css
<style>
span { border-color: #2D4712; }
span { border-color: rgb(45,71,18); }
td.TdClassName
{
border-color: #2D4712;
}
.TagClassName
{
border-color: #2D4712;
}
</style>