Shades of Turtle Green #2D4410
Tints of Turtle Green #2D4410
RGB
CMYK
RGB Variations
Color information
#2D4410 (or 0x2D4410) is known color: Turtle Green. HEX triplet: 2D, 44 and 10. RGB value is (45,68,16). Sum of RGB (Red+Green+Blue) = 45+68+16=129 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.88% from 129); Green value is 68 (26.95% from 255 or 52.71% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 68 - color contains mainly: green. Hex color #2D4410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4410 is #D2BBEF. Grayscale: #373737. Windows color (decimal): -13810672 or 1066029. OLE color: 1066029.
HSL color Cylindrical-coordinate representation of color #2D4410: hue angle of 86.54º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D4410 is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 68 | 16 | - |
| CMYK | 0.34 | 0 | 0.76 | 0.73 |
| HSL | 86.54º | 0.62% | 0.16% | - |
| HSV(B) | 86.54º | 0.76% | 0.27% | - |
| XYZ | 3.24 | 4.73 | 1.23 | - |
| YUV | 55.2 | 105.88 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 68 | 16 | 0.34 | 0 | 0.76 | 0.73 | 86.54 | 0.62 | 0.16 |
| Hex | 2D | 44 | 10 | 22 | 0 | 4C | 49 | 57 | 3E | 10 |
| Octal | 55 | 104 | 20 | 42 | 0 | 114 | 111 | 127 | 76 | 20 |
| Binary | 101101 | 1000100 | 10000 | 100010 | 0 | 1001100 | 1001001 | 1010111 | 111110 | 10000 |
Color Harmonies of #2D4410
Complementary color
Monochromatic Colors of #2D4410
Black with #2D4410
Text Example
Text Example
White with #2D4410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4410; }
p { color: rgb(45,68,16); }
H1.HeaderClassName
{
color: #2D4410;
}
.AnyTagClassName
{
color: #2D4410;
}
</style>
background-color css
<style>
a { background-color: #2D4410; }
a { background-color: rgb(45,68,16); }
div.DivClassName
{
background-color: #2D4410;
}
.BgClassName
{
background-color: #2D4410;
}
</style>
border-color css
<style>
span { border-color: #2D4410; }
span { border-color: rgb(45,68,16); }
td.TdClassName
{
border-color: #2D4410;
}
.TagClassName
{
border-color: #2D4410;
}
</style>