Shades of Turtle Green #2D4909
Tints of Turtle Green #2D4909
RGB
CMYK
RGB Variations
Color information
#2D4909 (or 0x2D4909) is known color: Turtle Green. HEX triplet: 2D, 49 and 09. RGB value is (45,73,9). Sum of RGB (Red+Green+Blue) = 45+73+9=127 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.43% from 127); Green value is 73 (28.91% from 255 or 57.48% from 127); Blue value is 9 (3.91% from 255 or 7.09% from 127); Max value from RGB is 73 - color contains mainly: green. Hex color #2D4909 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4909 is #D2B6F6. Grayscale: #393939. Windows color (decimal): -13809399 or 608557. OLE color: 608557.
HSL color Cylindrical-coordinate representation of color #2D4909: hue angle of 86.25º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D4909 is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 73 | 9 | - |
| CMYK | 0.38 | 0 | 0.88 | 0.71 |
| HSL | 86.25º | 0.78% | 0.16% | - |
| HSV(B) | 86.25º | 0.88% | 0.29% | - |
| XYZ | 3.51 | 5.34 | 1.1 | - |
| YUV | 57.33 | 100.72 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 73 | 9 | 0.38 | 0 | 0.88 | 0.71 | 86.25 | 0.78 | 0.16 |
| Hex | 2D | 49 | 9 | 26 | 0 | 58 | 47 | 56 | 4E | 10 |
| Octal | 55 | 111 | 11 | 46 | 0 | 130 | 107 | 126 | 116 | 20 |
| Binary | 101101 | 1001001 | 1001 | 100110 | 0 | 1011000 | 1000111 | 1010110 | 1001110 | 10000 |
Color Harmonies of #2D4909
Complementary color
Monochromatic Colors of #2D4909
Black with #2D4909
Text Example
Text Example
White with #2D4909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4909; }
p { color: rgb(45,73,9); }
H1.HeaderClassName
{
color: #2D4909;
}
.AnyTagClassName
{
color: #2D4909;
}
</style>
background-color css
<style>
a { background-color: #2D4909; }
a { background-color: rgb(45,73,9); }
div.DivClassName
{
background-color: #2D4909;
}
.BgClassName
{
background-color: #2D4909;
}
</style>
border-color css
<style>
span { border-color: #2D4909; }
span { border-color: rgb(45,73,9); }
td.TdClassName
{
border-color: #2D4909;
}
.TagClassName
{
border-color: #2D4909;
}
</style>