Shades of Turtle Green #2D5606
Tints of Turtle Green #2D5606
RGB
CMYK
RGB Variations
Color information
#2D5606 (or 0x2D5606) is known color: Turtle Green. HEX triplet: 2D, 56 and 06. RGB value is (45,86,6). Sum of RGB (Red+Green+Blue) = 45+86+6=137 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.85% from 137); Green value is 86 (33.98% from 255 or 62.77% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 86 - color contains mainly: green. Hex color #2D5606 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5606 is #D2A9F9. Grayscale: #404040. Windows color (decimal): -13806074 or 415277. OLE color: 415277.
HSL color Cylindrical-coordinate representation of color #2D5606: hue angle of 90.75º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D5606 is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 45 | 86 | 6 | - |
| CMYK | 0.48 | 0 | 0.93 | 0.66 |
| HSL | 90.75º | 0.87% | 0.18% | - |
| HSV(B) | 90.75º | 0.93% | 0.34% | - |
| XYZ | 4.44 | 7.23 | 1.33 | - |
| YUV | 64.62 | 94.92 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 86 | 6 | 0.48 | 0 | 0.93 | 0.66 | 90.75 | 0.87 | 0.18 |
| Hex | 2D | 56 | 6 | 30 | 0 | 5D | 42 | 5B | 57 | 12 |
| Octal | 55 | 126 | 6 | 60 | 0 | 135 | 102 | 133 | 127 | 22 |
| Binary | 101101 | 1010110 | 110 | 110000 | 0 | 1011101 | 1000010 | 1011011 | 1010111 | 10010 |
Color Harmonies of #2D5606
Complementary color
Monochromatic Colors of #2D5606
Black with #2D5606
Text Example
Text Example
White with #2D5606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5606; }
p { color: rgb(45,86,6); }
H1.HeaderClassName
{
color: #2D5606;
}
.AnyTagClassName
{
color: #2D5606;
}
</style>
background-color css
<style>
a { background-color: #2D5606; }
a { background-color: rgb(45,86,6); }
div.DivClassName
{
background-color: #2D5606;
}
.BgClassName
{
background-color: #2D5606;
}
</style>
border-color css
<style>
span { border-color: #2D5606; }
span { border-color: rgb(45,86,6); }
td.TdClassName
{
border-color: #2D5606;
}
.TagClassName
{
border-color: #2D5606;
}
</style>