Shades of Turtle Green #2D5807
Tints of Turtle Green #2D5807
RGB
CMYK
RGB Variations
Color information
#2D5807 (or 0x2D5807) is known color: Turtle Green. HEX triplet: 2D, 58 and 07. RGB value is (45,88,7). Sum of RGB (Red+Green+Blue) = 45+88+7=140 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.14% from 140); Green value is 88 (34.77% from 255 or 62.86% from 140); Blue value is 7 (3.12% from 255 or 5% from 140); Max value from RGB is 88 - color contains mainly: green. Hex color #2D5807 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5807 is #D2A7F8. Grayscale: #424242. Windows color (decimal): -13805561 or 481325. OLE color: 481325.
HSL color Cylindrical-coordinate representation of color #2D5807: hue angle of 91.85º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D5807 is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 88 | 7 | - |
| CMYK | 0.49 | 0 | 0.92 | 0.65 |
| HSL | 91.85º | 0.85% | 0.19% | - |
| HSV(B) | 91.85º | 0.92% | 0.35% | - |
| XYZ | 4.61 | 7.55 | 1.42 | - |
| YUV | 65.91 | 94.75 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 88 | 7 | 0.49 | 0 | 0.92 | 0.65 | 91.85 | 0.85 | 0.19 |
| Hex | 2D | 58 | 7 | 31 | 0 | 5C | 41 | 5C | 55 | 13 |
| Octal | 55 | 130 | 7 | 61 | 0 | 134 | 101 | 134 | 125 | 23 |
| Binary | 101101 | 1011000 | 111 | 110001 | 0 | 1011100 | 1000001 | 1011100 | 1010101 | 10011 |
Color Harmonies of #2D5807
Complementary color
Monochromatic Colors of #2D5807
Black with #2D5807
Text Example
Text Example
White with #2D5807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5807; }
p { color: rgb(45,88,7); }
H1.HeaderClassName
{
color: #2D5807;
}
.AnyTagClassName
{
color: #2D5807;
}
</style>
background-color css
<style>
a { background-color: #2D5807; }
a { background-color: rgb(45,88,7); }
div.DivClassName
{
background-color: #2D5807;
}
.BgClassName
{
background-color: #2D5807;
}
</style>
border-color css
<style>
span { border-color: #2D5807; }
span { border-color: rgb(45,88,7); }
td.TdClassName
{
border-color: #2D5807;
}
.TagClassName
{
border-color: #2D5807;
}
</style>