Shades of Turtle Green #2D3711
Tints of Turtle Green #2D3711
RGB
CMYK
RGB Variations
Color information
#2D3711 (or 0x2D3711) is known color: Turtle Green. HEX triplet: 2D, 37 and 11. RGB value is (45,55,17). Sum of RGB (Red+Green+Blue) = 45+55+17=117 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.46% from 117); Green value is 55 (21.88% from 255 or 47.01% from 117); Blue value is 17 (7.03% from 255 or 14.53% from 117); Max value from RGB is 55 - color contains mainly: green. Hex color #2D3711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3711 is #D2C8EE. Grayscale: #2F2F2F. Windows color (decimal): -13813999 or 1128237. OLE color: 1128237.
HSL color Cylindrical-coordinate representation of color #2D3711: hue angle of 75.79º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D3711 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 55 | 17 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.78 |
| HSL | 75.79º | 0.53% | 0.14% | - |
| HSV(B) | 75.79º | 0.69% | 0.22% | - |
| XYZ | 2.55 | 3.33 | 1.04 | - |
| YUV | 47.68 | 110.69 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 55 | 17 | 0.18 | 0 | 0.69 | 0.78 | 75.79 | 0.53 | 0.14 |
| Hex | 2D | 37 | 11 | 12 | 0 | 45 | 4E | 4C | 35 | E |
| Octal | 55 | 67 | 21 | 22 | 0 | 105 | 116 | 114 | 65 | 16 |
| Binary | 101101 | 110111 | 10001 | 10010 | 0 | 1000101 | 1001110 | 1001100 | 110101 | 1110 |
Color Harmonies of #2D3711
Complementary color
Monochromatic Colors of #2D3711
Black with #2D3711
Text Example
Text Example
White with #2D3711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3711; }
p { color: rgb(45,55,17); }
H1.HeaderClassName
{
color: #2D3711;
}
.AnyTagClassName
{
color: #2D3711;
}
</style>
background-color css
<style>
a { background-color: #2D3711; }
a { background-color: rgb(45,55,17); }
div.DivClassName
{
background-color: #2D3711;
}
.BgClassName
{
background-color: #2D3711;
}
</style>
border-color css
<style>
span { border-color: #2D3711; }
span { border-color: rgb(45,55,17); }
td.TdClassName
{
border-color: #2D3711;
}
.TagClassName
{
border-color: #2D3711;
}
</style>