Shades of Turtle Green #2D4009
Tints of Turtle Green #2D4009
RGB
CMYK
RGB Variations
Color information
#2D4009 (or 0x2D4009) is known color: Turtle Green. HEX triplet: 2D, 40 and 09. RGB value is (45,64,9). Sum of RGB (Red+Green+Blue) = 45+64+9=118 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.14% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 9 (3.91% from 255 or 7.63% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #2D4009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4009 is #D2BFF6. Grayscale: #343434. Windows color (decimal): -13811703 or 606253. OLE color: 606253.
HSL color Cylindrical-coordinate representation of color #2D4009: hue angle of 80.73º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2D4009 is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 64 | 9 | - |
| CMYK | 0.30 | 0 | 0.86 | 0.75 |
| HSL | 80.73º | 0.75% | 0.14% | - |
| HSV(B) | 80.73º | 0.86% | 0.25% | - |
| XYZ | 2.96 | 4.24 | 0.92 | - |
| YUV | 52.05 | 103.71 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 64 | 9 | 0.30 | 0 | 0.86 | 0.75 | 80.73 | 0.75 | 0.14 |
| Hex | 2D | 40 | 9 | 1E | 0 | 56 | 4B | 51 | 4B | E |
| Octal | 55 | 100 | 11 | 36 | 0 | 126 | 113 | 121 | 113 | 16 |
| Binary | 101101 | 1000000 | 1001 | 11110 | 0 | 1010110 | 1001011 | 1010001 | 1001011 | 1110 |
Color Harmonies of #2D4009
Complementary color
Monochromatic Colors of #2D4009
Black with #2D4009
Text Example
Text Example
White with #2D4009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4009; }
p { color: rgb(45,64,9); }
H1.HeaderClassName
{
color: #2D4009;
}
.AnyTagClassName
{
color: #2D4009;
}
</style>
background-color css
<style>
a { background-color: #2D4009; }
a { background-color: rgb(45,64,9); }
div.DivClassName
{
background-color: #2D4009;
}
.BgClassName
{
background-color: #2D4009;
}
</style>
border-color css
<style>
span { border-color: #2D4009; }
span { border-color: rgb(45,64,9); }
td.TdClassName
{
border-color: #2D4009;
}
.TagClassName
{
border-color: #2D4009;
}
</style>