Shades of Turtle Green #2D4206
Tints of Turtle Green #2D4206
RGB
CMYK
RGB Variations
Color information
#2D4206 (or 0x2D4206) is known color: Turtle Green. HEX triplet: 2D, 42 and 06. RGB value is (45,66,6). Sum of RGB (Red+Green+Blue) = 45+66+6=117 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.46% from 117); Green value is 66 (26.17% from 255 or 56.41% from 117); Blue value is 6 (2.73% from 255 or 5.13% from 117); Max value from RGB is 66 - color contains mainly: green. Hex color #2D4206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4206 is #D2BDF9. Grayscale: #353535. Windows color (decimal): -13811194 or 410157. OLE color: 410157.
HSL color Cylindrical-coordinate representation of color #2D4206: hue angle of 81º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D4206 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 45 | 66 | 6 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.74 |
| HSL | 81º | 0.83% | 0.14% | - |
| HSV(B) | 81º | 0.91% | 0.26% | - |
| XYZ | 3.06 | 4.47 | 0.87 | - |
| YUV | 52.88 | 101.54 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 66 | 6 | 0.32 | 0 | 0.91 | 0.74 | 81 | 0.83 | 0.14 |
| Hex | 2D | 42 | 6 | 20 | 0 | 5B | 4A | 51 | 53 | E |
| Octal | 55 | 102 | 6 | 40 | 0 | 133 | 112 | 121 | 123 | 16 |
| Binary | 101101 | 1000010 | 110 | 100000 | 0 | 1011011 | 1001010 | 1010001 | 1010011 | 1110 |
Color Harmonies of #2D4206
Complementary color
Monochromatic Colors of #2D4206
Black with #2D4206
Text Example
Text Example
White with #2D4206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4206; }
p { color: rgb(45,66,6); }
H1.HeaderClassName
{
color: #2D4206;
}
.AnyTagClassName
{
color: #2D4206;
}
</style>
background-color css
<style>
a { background-color: #2D4206; }
a { background-color: rgb(45,66,6); }
div.DivClassName
{
background-color: #2D4206;
}
.BgClassName
{
background-color: #2D4206;
}
</style>
border-color css
<style>
span { border-color: #2D4206; }
span { border-color: rgb(45,66,6); }
td.TdClassName
{
border-color: #2D4206;
}
.TagClassName
{
border-color: #2D4206;
}
</style>