Shades of Turtle Green #2D5908
Tints of Turtle Green #2D5908
RGB
CMYK
RGB Variations
Color information
#2D5908 (or 0x2D5908) is known color: Turtle Green. HEX triplet: 2D, 59 and 08. RGB value is (45,89,8). Sum of RGB (Red+Green+Blue) = 45+89+8=142 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.69% from 142); Green value is 89 (35.16% from 255 or 62.68% from 142); Blue value is 8 (3.52% from 255 or 5.63% from 142); Max value from RGB is 89 - color contains mainly: green. Hex color #2D5908 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5908 is #D2A6F7. Grayscale: #424242. Windows color (decimal): -13805304 or 547117. OLE color: 547117.
HSL color Cylindrical-coordinate representation of color #2D5908: hue angle of 92.59º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D5908 is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 89 | 8 | - |
| CMYK | 0.49 | 0 | 0.91 | 0.65 |
| HSL | 92.59º | 0.84% | 0.19% | - |
| HSV(B) | 92.59º | 0.91% | 0.35% | - |
| XYZ | 4.7 | 7.72 | 1.47 | - |
| YUV | 66.61 | 94.92 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 89 | 8 | 0.49 | 0 | 0.91 | 0.65 | 92.59 | 0.84 | 0.19 |
| Hex | 2D | 59 | 8 | 31 | 0 | 5B | 41 | 5D | 54 | 13 |
| Octal | 55 | 131 | 10 | 61 | 0 | 133 | 101 | 135 | 124 | 23 |
| Binary | 101101 | 1011001 | 1000 | 110001 | 0 | 1011011 | 1000001 | 1011101 | 1010100 | 10011 |
Color Harmonies of #2D5908
Complementary color
Monochromatic Colors of #2D5908
Black with #2D5908
Text Example
Text Example
White with #2D5908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5908; }
p { color: rgb(45,89,8); }
H1.HeaderClassName
{
color: #2D5908;
}
.AnyTagClassName
{
color: #2D5908;
}
</style>
background-color css
<style>
a { background-color: #2D5908; }
a { background-color: rgb(45,89,8); }
div.DivClassName
{
background-color: #2D5908;
}
.BgClassName
{
background-color: #2D5908;
}
</style>
border-color css
<style>
span { border-color: #2D5908; }
span { border-color: rgb(45,89,8); }
td.TdClassName
{
border-color: #2D5908;
}
.TagClassName
{
border-color: #2D5908;
}
</style>