Shades of Turtle Green #2D3714
Tints of Turtle Green #2D3714
RGB
CMYK
RGB Variations
Color information
#2D3714 (or 0x2D3714) is known color: Turtle Green. HEX triplet: 2D, 37 and 14. RGB value is (45,55,20). Sum of RGB (Red+Green+Blue) = 45+55+20=120 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.5% from 120); Green value is 55 (21.88% from 255 or 45.83% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 55 - color contains mainly: green. Hex color #2D3714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3714 is #D2C8EB. Grayscale: #303030. Windows color (decimal): -13813996 or 1324845. OLE color: 1324845.
HSL color Cylindrical-coordinate representation of color #2D3714: hue angle of 77.14º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D3714 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 55 | 20 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.78 |
| HSL | 77.14º | 0.47% | 0.15% | - |
| HSV(B) | 77.14º | 0.64% | 0.22% | - |
| XYZ | 2.57 | 3.34 | 1.17 | - |
| YUV | 48.02 | 112.19 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 55 | 20 | 0.18 | 0 | 0.64 | 0.78 | 77.14 | 0.47 | 0.15 |
| Hex | 2D | 37 | 14 | 12 | 0 | 40 | 4E | 4D | 2F | F |
| Octal | 55 | 67 | 24 | 22 | 0 | 100 | 116 | 115 | 57 | 17 |
| Binary | 101101 | 110111 | 10100 | 10010 | 0 | 1000000 | 1001110 | 1001101 | 101111 | 1111 |
Color Harmonies of #2D3714
Complementary color
Monochromatic Colors of #2D3714
Black with #2D3714
Text Example
Text Example
White with #2D3714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3714; }
p { color: rgb(45,55,20); }
H1.HeaderClassName
{
color: #2D3714;
}
.AnyTagClassName
{
color: #2D3714;
}
</style>
background-color css
<style>
a { background-color: #2D3714; }
a { background-color: rgb(45,55,20); }
div.DivClassName
{
background-color: #2D3714;
}
.BgClassName
{
background-color: #2D3714;
}
</style>
border-color css
<style>
span { border-color: #2D3714; }
span { border-color: rgb(45,55,20); }
td.TdClassName
{
border-color: #2D3714;
}
.TagClassName
{
border-color: #2D3714;
}
</style>