Shades of Turtle Green #2D3810
Tints of Turtle Green #2D3810
RGB
CMYK
RGB Variations
Color information
#2D3810 (or 0x2D3810) is known color: Turtle Green. HEX triplet: 2D, 38 and 10. RGB value is (45,56,16). Sum of RGB (Red+Green+Blue) = 45+56+16=117 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.46% from 117); Green value is 56 (22.27% from 255 or 47.86% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 56 - color contains mainly: green. Hex color #2D3810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3810 is #D2C7EF. Grayscale: #303030. Windows color (decimal): -13813744 or 1062957. OLE color: 1062957.
HSL color Cylindrical-coordinate representation of color #2D3810: hue angle of 76.5º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D3810 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 56 | 16 | - |
| CMYK | 0.20 | 0 | 0.71 | 0.78 |
| HSL | 76.5º | 0.56% | 0.14% | - |
| HSV(B) | 76.5º | 0.71% | 0.22% | - |
| XYZ | 2.59 | 3.42 | 1.01 | - |
| YUV | 48.15 | 109.86 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 56 | 16 | 0.20 | 0 | 0.71 | 0.78 | 76.5 | 0.56 | 0.14 |
| Hex | 2D | 38 | 10 | 14 | 0 | 47 | 4E | 4C | 38 | E |
| Octal | 55 | 70 | 20 | 24 | 0 | 107 | 116 | 114 | 70 | 16 |
| Binary | 101101 | 111000 | 10000 | 10100 | 0 | 1000111 | 1001110 | 1001100 | 111000 | 1110 |
Color Harmonies of #2D3810
Complementary color
Monochromatic Colors of #2D3810
Black with #2D3810
Text Example
Text Example
White with #2D3810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3810; }
p { color: rgb(45,56,16); }
H1.HeaderClassName
{
color: #2D3810;
}
.AnyTagClassName
{
color: #2D3810;
}
</style>
background-color css
<style>
a { background-color: #2D3810; }
a { background-color: rgb(45,56,16); }
div.DivClassName
{
background-color: #2D3810;
}
.BgClassName
{
background-color: #2D3810;
}
</style>
border-color css
<style>
span { border-color: #2D3810; }
span { border-color: rgb(45,56,16); }
td.TdClassName
{
border-color: #2D3810;
}
.TagClassName
{
border-color: #2D3810;
}
</style>