Shades of Turtle Green #2D4704
Tints of Turtle Green #2D4704
RGB
CMYK
RGB Variations
Color information
#2D4704 (or 0x2D4704) is known color: Turtle Green. HEX triplet: 2D, 47 and 04. RGB value is (45,71,4). Sum of RGB (Red+Green+Blue) = 45+71+4=120 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.5% from 120); Green value is 71 (28.12% from 255 or 59.17% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 71 - color contains mainly: green. Hex color #2D4704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4704 is #D2B8FB. Grayscale: #373737. Windows color (decimal): -13809916 or 280365. OLE color: 280365.
HSL color Cylindrical-coordinate representation of color #2D4704: hue angle of 83.28º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D4704 is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 71 | 4 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.72 |
| HSL | 83.28º | 0.89% | 0.15% | - |
| HSV(B) | 83.28º | 0.94% | 0.28% | - |
| XYZ | 3.36 | 5.07 | 0.92 | - |
| YUV | 55.59 | 98.89 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 71 | 4 | 0.37 | 0 | 0.94 | 0.72 | 83.28 | 0.89 | 0.15 |
| Hex | 2D | 47 | 4 | 25 | 0 | 5E | 48 | 53 | 59 | F |
| Octal | 55 | 107 | 4 | 45 | 0 | 136 | 110 | 123 | 131 | 17 |
| Binary | 101101 | 1000111 | 100 | 100101 | 0 | 1011110 | 1001000 | 1010011 | 1011001 | 1111 |
Color Harmonies of #2D4704
Complementary color
Monochromatic Colors of #2D4704
Black with #2D4704
Text Example
Text Example
White with #2D4704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4704; }
p { color: rgb(45,71,4); }
H1.HeaderClassName
{
color: #2D4704;
}
.AnyTagClassName
{
color: #2D4704;
}
</style>
background-color css
<style>
a { background-color: #2D4704; }
a { background-color: rgb(45,71,4); }
div.DivClassName
{
background-color: #2D4704;
}
.BgClassName
{
background-color: #2D4704;
}
</style>
border-color css
<style>
span { border-color: #2D4704; }
span { border-color: rgb(45,71,4); }
td.TdClassName
{
border-color: #2D4704;
}
.TagClassName
{
border-color: #2D4704;
}
</style>