Shades of Turtle Green #2D4705
Tints of Turtle Green #2D4705
RGB
CMYK
RGB Variations
Color information
#2D4705 (or 0x2D4705) is known color: Turtle Green. HEX triplet: 2D, 47 and 05. RGB value is (45,71,5). Sum of RGB (Red+Green+Blue) = 45+71+5=121 (16% of max value = 765). Red value is 45 (17.97% from 255 or 37.19% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #2D4705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4705 is #D2B8FA. Grayscale: #373737. Windows color (decimal): -13809915 or 345901. OLE color: 345901.
HSL color Cylindrical-coordinate representation of color #2D4705: hue angle of 83.64º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D4705 is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 71 | 5 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.72 |
| HSL | 83.64º | 0.87% | 0.15% | - |
| HSV(B) | 83.64º | 0.93% | 0.28% | - |
| XYZ | 3.36 | 5.08 | 0.95 | - |
| YUV | 55.7 | 99.39 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 71 | 5 | 0.37 | 0 | 0.93 | 0.72 | 83.64 | 0.87 | 0.15 |
| Hex | 2D | 47 | 5 | 25 | 0 | 5D | 48 | 54 | 57 | F |
| Octal | 55 | 107 | 5 | 45 | 0 | 135 | 110 | 124 | 127 | 17 |
| Binary | 101101 | 1000111 | 101 | 100101 | 0 | 1011101 | 1001000 | 1010100 | 1010111 | 1111 |
Color Harmonies of #2D4705
Complementary color
Monochromatic Colors of #2D4705
Black with #2D4705
Text Example
Text Example
White with #2D4705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4705; }
p { color: rgb(45,71,5); }
H1.HeaderClassName
{
color: #2D4705;
}
.AnyTagClassName
{
color: #2D4705;
}
</style>
background-color css
<style>
a { background-color: #2D4705; }
a { background-color: rgb(45,71,5); }
div.DivClassName
{
background-color: #2D4705;
}
.BgClassName
{
background-color: #2D4705;
}
</style>
border-color css
<style>
span { border-color: #2D4705; }
span { border-color: rgb(45,71,5); }
td.TdClassName
{
border-color: #2D4705;
}
.TagClassName
{
border-color: #2D4705;
}
</style>