Shades of Turtle Green #2D4B06
Tints of Turtle Green #2D4B06
RGB
CMYK
RGB Variations
Color information
#2D4B06 (or 0x2D4B06) is known color: Turtle Green. HEX triplet: 2D, 4B and 06. RGB value is (45,75,6). Sum of RGB (Red+Green+Blue) = 45+75+6=126 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.71% from 126); Green value is 75 (29.69% from 255 or 59.52% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 75 - color contains mainly: green. Hex color #2D4B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4B06 is #D2B4F9. Grayscale: #3A3A3A. Windows color (decimal): -13808890 or 412461. OLE color: 412461.
HSL color Cylindrical-coordinate representation of color #2D4B06: hue angle of 86.09º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D4B06 is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 75 | 6 | - |
| CMYK | 0.40 | 0 | 0.92 | 0.71 |
| HSL | 86.09º | 0.85% | 0.16% | - |
| HSV(B) | 86.09º | 0.92% | 0.29% | - |
| XYZ | 3.63 | 5.6 | 1.06 | - |
| YUV | 58.16 | 98.56 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 75 | 6 | 0.40 | 0 | 0.92 | 0.71 | 86.09 | 0.85 | 0.16 |
| Hex | 2D | 4B | 6 | 28 | 0 | 5C | 47 | 56 | 55 | 10 |
| Octal | 55 | 113 | 6 | 50 | 0 | 134 | 107 | 126 | 125 | 20 |
| Binary | 101101 | 1001011 | 110 | 101000 | 0 | 1011100 | 1000111 | 1010110 | 1010101 | 10000 |
Color Harmonies of #2D4B06
Complementary color
Monochromatic Colors of #2D4B06
Black with #2D4B06
Text Example
Text Example
White with #2D4B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4B06; }
p { color: rgb(45,75,6); }
H1.HeaderClassName
{
color: #2D4B06;
}
.AnyTagClassName
{
color: #2D4B06;
}
</style>
background-color css
<style>
a { background-color: #2D4B06; }
a { background-color: rgb(45,75,6); }
div.DivClassName
{
background-color: #2D4B06;
}
.BgClassName
{
background-color: #2D4B06;
}
</style>
border-color css
<style>
span { border-color: #2D4B06; }
span { border-color: rgb(45,75,6); }
td.TdClassName
{
border-color: #2D4B06;
}
.TagClassName
{
border-color: #2D4B06;
}
</style>