Shades of Turtle Green #2D5208
Tints of Turtle Green #2D5208
RGB
CMYK
RGB Variations
Color information
#2D5208 (or 0x2D5208) is known color: Turtle Green. HEX triplet: 2D, 52 and 08. RGB value is (45,82,8). Sum of RGB (Red+Green+Blue) = 45+82+8=135 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.33% from 135); Green value is 82 (32.42% from 255 or 60.74% from 135); Blue value is 8 (3.52% from 255 or 5.93% from 135); Max value from RGB is 82 - color contains mainly: green. Hex color #2D5208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5208 is #D2ADF7. Grayscale: #3E3E3E. Windows color (decimal): -13807096 or 545325. OLE color: 545325.
HSL color Cylindrical-coordinate representation of color #2D5208: hue angle of 90º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D5208 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 82 | 8 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.68 |
| HSL | 90º | 0.82% | 0.18% | - |
| HSV(B) | 90º | 0.9% | 0.32% | - |
| XYZ | 4.14 | 6.61 | 1.29 | - |
| YUV | 62.5 | 97.24 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 82 | 8 | 0.45 | 0 | 0.90 | 0.68 | 90 | 0.82 | 0.18 |
| Hex | 2D | 52 | 8 | 2D | 0 | 5A | 44 | 5A | 52 | 12 |
| Octal | 55 | 122 | 10 | 55 | 0 | 132 | 104 | 132 | 122 | 22 |
| Binary | 101101 | 1010010 | 1000 | 101101 | 0 | 1011010 | 1000100 | 1011010 | 1010010 | 10010 |
Color Harmonies of #2D5208
Complementary color
Monochromatic Colors of #2D5208
Black with #2D5208
Text Example
Text Example
White with #2D5208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5208; }
p { color: rgb(45,82,8); }
H1.HeaderClassName
{
color: #2D5208;
}
.AnyTagClassName
{
color: #2D5208;
}
</style>
background-color css
<style>
a { background-color: #2D5208; }
a { background-color: rgb(45,82,8); }
div.DivClassName
{
background-color: #2D5208;
}
.BgClassName
{
background-color: #2D5208;
}
</style>
border-color css
<style>
span { border-color: #2D5208; }
span { border-color: rgb(45,82,8); }
td.TdClassName
{
border-color: #2D5208;
}
.TagClassName
{
border-color: #2D5208;
}
</style>