Shades of Turtle Green #2D4108
Tints of Turtle Green #2D4108
RGB
CMYK
RGB Variations
Color information
#2D4108 (or 0x2D4108) is known color: Turtle Green. HEX triplet: 2D, 41 and 08. RGB value is (45,65,8). Sum of RGB (Red+Green+Blue) = 45+65+8=118 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.14% from 118); Green value is 65 (25.78% from 255 or 55.08% from 118); Blue value is 8 (3.52% from 255 or 6.78% from 118); Max value from RGB is 65 - color contains mainly: green. Hex color #2D4108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4108 is #D2BEF7. Grayscale: #343434. Windows color (decimal): -13811448 or 540973. OLE color: 540973.
HSL color Cylindrical-coordinate representation of color #2D4108: hue angle of 81.05º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D4108 is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 65 | 8 | - |
| CMYK | 0.31 | 0 | 0.88 | 0.75 |
| HSL | 81.05º | 0.78% | 0.14% | - |
| HSV(B) | 81.05º | 0.88% | 0.25% | - |
| XYZ | 3.02 | 4.36 | 0.91 | - |
| YUV | 52.52 | 102.87 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 65 | 8 | 0.31 | 0 | 0.88 | 0.75 | 81.05 | 0.78 | 0.14 |
| Hex | 2D | 41 | 8 | 1F | 0 | 58 | 4B | 51 | 4E | E |
| Octal | 55 | 101 | 10 | 37 | 0 | 130 | 113 | 121 | 116 | 16 |
| Binary | 101101 | 1000001 | 1000 | 11111 | 0 | 1011000 | 1001011 | 1010001 | 1001110 | 1110 |
Color Harmonies of #2D4108
Complementary color
Monochromatic Colors of #2D4108
Black with #2D4108
Text Example
Text Example
White with #2D4108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4108; }
p { color: rgb(45,65,8); }
H1.HeaderClassName
{
color: #2D4108;
}
.AnyTagClassName
{
color: #2D4108;
}
</style>
background-color css
<style>
a { background-color: #2D4108; }
a { background-color: rgb(45,65,8); }
div.DivClassName
{
background-color: #2D4108;
}
.BgClassName
{
background-color: #2D4108;
}
</style>
border-color css
<style>
span { border-color: #2D4108; }
span { border-color: rgb(45,65,8); }
td.TdClassName
{
border-color: #2D4108;
}
.TagClassName
{
border-color: #2D4108;
}
</style>