Shades of Turtle Green #2D4F07
Tints of Turtle Green #2D4F07
RGB
CMYK
RGB Variations
Color information
#2D4F07 (or 0x2D4F07) is known color: Turtle Green. HEX triplet: 2D, 4F and 07. RGB value is (45,79,7). Sum of RGB (Red+Green+Blue) = 45+79+7=131 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.35% from 131); Green value is 79 (31.25% from 255 or 60.31% from 131); Blue value is 7 (3.12% from 255 or 5.34% from 131); Max value from RGB is 79 - color contains mainly: green. Hex color #2D4F07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D4F07 is #D2B0F8. Grayscale: #3C3C3C. Windows color (decimal): -13807865 or 479021. OLE color: 479021.
HSL color Cylindrical-coordinate representation of color #2D4F07: hue angle of 88.33º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D4F07 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 79 | 7 | - |
| CMYK | 0.43 | 0 | 0.91 | 0.69 |
| HSL | 88.33º | 0.84% | 0.17% | - |
| HSV(B) | 88.33º | 0.91% | 0.31% | - |
| XYZ | 3.92 | 6.17 | 1.18 | - |
| YUV | 60.63 | 97.74 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 79 | 7 | 0.43 | 0 | 0.91 | 0.69 | 88.33 | 0.84 | 0.17 |
| Hex | 2D | 4F | 7 | 2B | 0 | 5B | 45 | 58 | 54 | 11 |
| Octal | 55 | 117 | 7 | 53 | 0 | 133 | 105 | 130 | 124 | 21 |
| Binary | 101101 | 1001111 | 111 | 101011 | 0 | 1011011 | 1000101 | 1011000 | 1010100 | 10001 |
Color Harmonies of #2D4F07
Complementary color
Monochromatic Colors of #2D4F07
Black with #2D4F07
Text Example
Text Example
White with #2D4F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4F07; }
p { color: rgb(45,79,7); }
H1.HeaderClassName
{
color: #2D4F07;
}
.AnyTagClassName
{
color: #2D4F07;
}
</style>
background-color css
<style>
a { background-color: #2D4F07; }
a { background-color: rgb(45,79,7); }
div.DivClassName
{
background-color: #2D4F07;
}
.BgClassName
{
background-color: #2D4F07;
}
</style>
border-color css
<style>
span { border-color: #2D4F07; }
span { border-color: rgb(45,79,7); }
td.TdClassName
{
border-color: #2D4F07;
}
.TagClassName
{
border-color: #2D4F07;
}
</style>