Shades of Turtle Green #2D5907
Tints of Turtle Green #2D5907
RGB
CMYK
RGB Variations
Color information
#2D5907 (or 0x2D5907) is known color: Turtle Green. HEX triplet: 2D, 59 and 07. RGB value is (45,89,7). Sum of RGB (Red+Green+Blue) = 45+89+7=141 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.91% from 141); Green value is 89 (35.16% from 255 or 63.12% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 89 - color contains mainly: green. Hex color #2D5907 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5907 is #D2A6F8. Grayscale: #424242. Windows color (decimal): -13805305 or 481581. OLE color: 481581.
HSL color Cylindrical-coordinate representation of color #2D5907: hue angle of 92.2º 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 #2D5907 is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 89 | 7 | - |
| CMYK | 0.49 | 0 | 0.92 | 0.65 |
| HSL | 92.2º | 0.85% | 0.19% | - |
| HSV(B) | 92.2º | 0.92% | 0.35% | - |
| XYZ | 4.69 | 7.72 | 1.44 | - |
| YUV | 66.5 | 94.42 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 89 | 7 | 0.49 | 0 | 0.92 | 0.65 | 92.2 | 0.85 | 0.19 |
| Hex | 2D | 59 | 7 | 31 | 0 | 5C | 41 | 5C | 55 | 13 |
| Octal | 55 | 131 | 7 | 61 | 0 | 134 | 101 | 134 | 125 | 23 |
| Binary | 101101 | 1011001 | 111 | 110001 | 0 | 1011100 | 1000001 | 1011100 | 1010101 | 10011 |
Color Harmonies of #2D5907
Complementary color
Monochromatic Colors of #2D5907
Black with #2D5907
Text Example
Text Example
White with #2D5907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5907; }
p { color: rgb(45,89,7); }
H1.HeaderClassName
{
color: #2D5907;
}
.AnyTagClassName
{
color: #2D5907;
}
</style>
background-color css
<style>
a { background-color: #2D5907; }
a { background-color: rgb(45,89,7); }
div.DivClassName
{
background-color: #2D5907;
}
.BgClassName
{
background-color: #2D5907;
}
</style>
border-color css
<style>
span { border-color: #2D5907; }
span { border-color: rgb(45,89,7); }
td.TdClassName
{
border-color: #2D5907;
}
.TagClassName
{
border-color: #2D5907;
}
</style>