Shades of Turtle Green #2D3616
Tints of Turtle Green #2D3616
RGB
CMYK
RGB Variations
Color information
#2D3616 (or 0x2D3616) is known color: Turtle Green. HEX triplet: 2D, 36 and 16. RGB value is (45,54,22). Sum of RGB (Red+Green+Blue) = 45+54+22=121 (16% of max value = 765). Red value is 45 (17.97% from 255 or 37.19% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 54 - color contains mainly: green. Hex color #2D3616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3616 is #D2C9E9. Grayscale: #2F2F2F. Windows color (decimal): -13814250 or 1455661. OLE color: 1455661.
HSL color Cylindrical-coordinate representation of color #2D3616: hue angle of 76.88º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D3616 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 45 | 54 | 22 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.79 |
| HSL | 76.88º | 0.42% | 0.15% | - |
| HSV(B) | 76.88º | 0.59% | 0.21% | - |
| XYZ | 2.55 | 3.25 | 1.25 | - |
| YUV | 47.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 54 | 22 | 0.17 | 0 | 0.59 | 0.79 | 76.88 | 0.42 | 0.15 |
| Hex | 2D | 36 | 16 | 11 | 0 | 3B | 4F | 4D | 2A | F |
| Octal | 55 | 66 | 26 | 21 | 0 | 73 | 117 | 115 | 52 | 17 |
| Binary | 101101 | 110110 | 10110 | 10001 | 0 | 111011 | 1001111 | 1001101 | 101010 | 1111 |
Color Harmonies of #2D3616
Complementary color
Monochromatic Colors of #2D3616
Black with #2D3616
Text Example
Text Example
White with #2D3616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3616; }
p { color: rgb(45,54,22); }
H1.HeaderClassName
{
color: #2D3616;
}
.AnyTagClassName
{
color: #2D3616;
}
</style>
background-color css
<style>
a { background-color: #2D3616; }
a { background-color: rgb(45,54,22); }
div.DivClassName
{
background-color: #2D3616;
}
.BgClassName
{
background-color: #2D3616;
}
</style>
border-color css
<style>
span { border-color: #2D3616; }
span { border-color: rgb(45,54,22); }
td.TdClassName
{
border-color: #2D3616;
}
.TagClassName
{
border-color: #2D3616;
}
</style>