Shades of Turtle Green #2D4405
Tints of Turtle Green #2D4405
RGB
CMYK
RGB Variations
Color information
#2D4405 (or 0x2D4405) is known color: Turtle Green. HEX triplet: 2D, 44 and 05. RGB value is (45,68,5). Sum of RGB (Red+Green+Blue) = 45+68+5=118 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.14% from 118); Green value is 68 (26.95% from 255 or 57.63% from 118); Blue value is 5 (2.34% from 255 or 4.24% from 118); Max value from RGB is 68 - color contains mainly: green. Hex color #2D4405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4405 is #D2BBFA. Grayscale: #363636. Windows color (decimal): -13810683 or 345133. OLE color: 345133.
HSL color Cylindrical-coordinate representation of color #2D4405: hue angle of 81.9º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D4405 is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 68 | 5 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.73 |
| HSL | 81.9º | 0.86% | 0.14% | - |
| HSV(B) | 81.9º | 0.93% | 0.27% | - |
| XYZ | 3.18 | 4.7 | 0.88 | - |
| YUV | 53.94 | 100.38 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 68 | 5 | 0.34 | 0 | 0.93 | 0.73 | 81.9 | 0.86 | 0.14 |
| Hex | 2D | 44 | 5 | 22 | 0 | 5D | 49 | 52 | 56 | E |
| Octal | 55 | 104 | 5 | 42 | 0 | 135 | 111 | 122 | 126 | 16 |
| Binary | 101101 | 1000100 | 101 | 100010 | 0 | 1011101 | 1001001 | 1010010 | 1010110 | 1110 |
Color Harmonies of #2D4405
Complementary color
Monochromatic Colors of #2D4405
Black with #2D4405
Text Example
Text Example
White with #2D4405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4405; }
p { color: rgb(45,68,5); }
H1.HeaderClassName
{
color: #2D4405;
}
.AnyTagClassName
{
color: #2D4405;
}
</style>
background-color css
<style>
a { background-color: #2D4405; }
a { background-color: rgb(45,68,5); }
div.DivClassName
{
background-color: #2D4405;
}
.BgClassName
{
background-color: #2D4405;
}
</style>
border-color css
<style>
span { border-color: #2D4405; }
span { border-color: rgb(45,68,5); }
td.TdClassName
{
border-color: #2D4405;
}
.TagClassName
{
border-color: #2D4405;
}
</style>