Shades of Turtle Green #2D5508
Tints of Turtle Green #2D5508
RGB
CMYK
RGB Variations
Color information
#2D5508 (or 0x2D5508) is known color: Turtle Green. HEX triplet: 2D, 55 and 08. RGB value is (45,85,8). Sum of RGB (Red+Green+Blue) = 45+85+8=138 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.61% from 138); Green value is 85 (33.59% from 255 or 61.59% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 85 - color contains mainly: green. Hex color #2D5508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5508 is #D2AAF7. Grayscale: #404040. Windows color (decimal): -13806328 or 546093. OLE color: 546093.
HSL color Cylindrical-coordinate representation of color #2D5508: hue angle of 91.17º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D5508 is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 85 | 8 | - |
| CMYK | 0.47 | 0 | 0.91 | 0.67 |
| HSL | 91.17º | 0.83% | 0.18% | - |
| HSV(B) | 91.17º | 0.91% | 0.33% | - |
| XYZ | 4.37 | 7.07 | 1.36 | - |
| YUV | 64.26 | 96.25 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 85 | 8 | 0.47 | 0 | 0.91 | 0.67 | 91.17 | 0.83 | 0.18 |
| Hex | 2D | 55 | 8 | 2F | 0 | 5B | 43 | 5B | 53 | 12 |
| Octal | 55 | 125 | 10 | 57 | 0 | 133 | 103 | 133 | 123 | 22 |
| Binary | 101101 | 1010101 | 1000 | 101111 | 0 | 1011011 | 1000011 | 1011011 | 1010011 | 10010 |
Color Harmonies of #2D5508
Complementary color
Monochromatic Colors of #2D5508
Black with #2D5508
Text Example
Text Example
White with #2D5508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5508; }
p { color: rgb(45,85,8); }
H1.HeaderClassName
{
color: #2D5508;
}
.AnyTagClassName
{
color: #2D5508;
}
</style>
background-color css
<style>
a { background-color: #2D5508; }
a { background-color: rgb(45,85,8); }
div.DivClassName
{
background-color: #2D5508;
}
.BgClassName
{
background-color: #2D5508;
}
</style>
border-color css
<style>
span { border-color: #2D5508; }
span { border-color: rgb(45,85,8); }
td.TdClassName
{
border-color: #2D5508;
}
.TagClassName
{
border-color: #2D5508;
}
</style>