Shades of Turtle Green #2D3710
Tints of Turtle Green #2D3710
RGB
CMYK
RGB Variations
Color information
#2D3710 (or 0x2D3710) is known color: Turtle Green. HEX triplet: 2D, 37 and 10. RGB value is (45,55,16). Sum of RGB (Red+Green+Blue) = 45+55+16=116 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.79% from 116); Green value is 55 (21.88% from 255 or 47.41% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 55 - color contains mainly: green. Hex color #2D3710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3710 is #D2C8EF. Grayscale: #2F2F2F. Windows color (decimal): -13814000 or 1062701. OLE color: 1062701.
HSL color Cylindrical-coordinate representation of color #2D3710: hue angle of 75.38º degrees, saturation: 0.55, 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 #2D3710 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 55 | 16 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.78 |
| HSL | 75.38º | 0.55% | 0.14% | - |
| HSV(B) | 75.38º | 0.71% | 0.22% | - |
| XYZ | 2.54 | 3.33 | 1 | - |
| YUV | 47.56 | 110.19 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 55 | 16 | 0.18 | 0 | 0.71 | 0.78 | 75.38 | 0.55 | 0.14 |
| Hex | 2D | 37 | 10 | 12 | 0 | 47 | 4E | 4B | 37 | E |
| Octal | 55 | 67 | 20 | 22 | 0 | 107 | 116 | 113 | 67 | 16 |
| Binary | 101101 | 110111 | 10000 | 10010 | 0 | 1000111 | 1001110 | 1001011 | 110111 | 1110 |
Color Harmonies of #2D3710
Complementary color
Monochromatic Colors of #2D3710
Black with #2D3710
Text Example
Text Example
White with #2D3710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3710; }
p { color: rgb(45,55,16); }
H1.HeaderClassName
{
color: #2D3710;
}
.AnyTagClassName
{
color: #2D3710;
}
</style>
background-color css
<style>
a { background-color: #2D3710; }
a { background-color: rgb(45,55,16); }
div.DivClassName
{
background-color: #2D3710;
}
.BgClassName
{
background-color: #2D3710;
}
</style>
border-color css
<style>
span { border-color: #2D3710; }
span { border-color: rgb(45,55,16); }
td.TdClassName
{
border-color: #2D3710;
}
.TagClassName
{
border-color: #2D3710;
}
</style>