Shades of Turtle Green #2D5205
Tints of Turtle Green #2D5205
RGB
CMYK
RGB Variations
Color information
#2D5205 (or 0x2D5205) is known color: Turtle Green. HEX triplet: 2D, 52 and 05. RGB value is (45,82,5). Sum of RGB (Red+Green+Blue) = 45+82+5=132 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.09% from 132); Green value is 82 (32.42% from 255 or 62.12% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 82 - color contains mainly: green. Hex color #2D5205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5205 is #D2ADFA. Grayscale: #3E3E3E. Windows color (decimal): -13807099 or 348717. OLE color: 348717.
HSL color Cylindrical-coordinate representation of color #2D5205: hue angle of 88.83º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D5205 is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 82 | 5 | - |
| CMYK | 0.45 | 0 | 0.94 | 0.68 |
| HSL | 88.83º | 0.89% | 0.17% | - |
| HSV(B) | 88.83º | 0.94% | 0.32% | - |
| XYZ | 4.13 | 6.6 | 1.2 | - |
| YUV | 62.16 | 95.74 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 82 | 5 | 0.45 | 0 | 0.94 | 0.68 | 88.83 | 0.89 | 0.17 |
| Hex | 2D | 52 | 5 | 2D | 0 | 5E | 44 | 59 | 59 | 11 |
| Octal | 55 | 122 | 5 | 55 | 0 | 136 | 104 | 131 | 131 | 21 |
| Binary | 101101 | 1010010 | 101 | 101101 | 0 | 1011110 | 1000100 | 1011001 | 1011001 | 10001 |
Color Harmonies of #2D5205
Complementary color
Monochromatic Colors of #2D5205
Black with #2D5205
Text Example
Text Example
White with #2D5205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5205; }
p { color: rgb(45,82,5); }
H1.HeaderClassName
{
color: #2D5205;
}
.AnyTagClassName
{
color: #2D5205;
}
</style>
background-color css
<style>
a { background-color: #2D5205; }
a { background-color: rgb(45,82,5); }
div.DivClassName
{
background-color: #2D5205;
}
.BgClassName
{
background-color: #2D5205;
}
</style>
border-color css
<style>
span { border-color: #2D5205; }
span { border-color: rgb(45,82,5); }
td.TdClassName
{
border-color: #2D5205;
}
.TagClassName
{
border-color: #2D5205;
}
</style>