Shades of Turtle Green #2D4702
Tints of Turtle Green #2D4702
RGB
CMYK
RGB Variations
Color information
#2D4702 (or 0x2D4702) is known color: Turtle Green. HEX triplet: 2D, 47 and 02. RGB value is (45,71,2). Sum of RGB (Red+Green+Blue) = 45+71+2=118 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.14% from 118); Green value is 71 (28.12% from 255 or 60.17% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 71 - color contains mainly: green. Hex color #2D4702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4702 is #D2B8FD. Grayscale: #373737. Windows color (decimal): -13809918 or 149293. OLE color: 149293.
HSL color Cylindrical-coordinate representation of color #2D4702: hue angle of 82.61º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D4702 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 71 | 2 | - |
| CMYK | 0.37 | 0 | 0.97 | 0.72 |
| HSL | 82.61º | 0.95% | 0.14% | - |
| HSV(B) | 82.61º | 0.97% | 0.28% | - |
| XYZ | 3.35 | 5.07 | 0.86 | - |
| YUV | 55.36 | 97.89 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 71 | 2 | 0.37 | 0 | 0.97 | 0.72 | 82.61 | 0.95 | 0.14 |
| Hex | 2D | 47 | 2 | 25 | 0 | 61 | 48 | 53 | 5F | E |
| Octal | 55 | 107 | 2 | 45 | 0 | 141 | 110 | 123 | 137 | 16 |
| Binary | 101101 | 1000111 | 10 | 100101 | 0 | 1100001 | 1001000 | 1010011 | 1011111 | 1110 |
Color Harmonies of #2D4702
Complementary color
Monochromatic Colors of #2D4702
Black with #2D4702
Text Example
Text Example
White with #2D4702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4702; }
p { color: rgb(45,71,2); }
H1.HeaderClassName
{
color: #2D4702;
}
.AnyTagClassName
{
color: #2D4702;
}
</style>
background-color css
<style>
a { background-color: #2D4702; }
a { background-color: rgb(45,71,2); }
div.DivClassName
{
background-color: #2D4702;
}
.BgClassName
{
background-color: #2D4702;
}
</style>
border-color css
<style>
span { border-color: #2D4702; }
span { border-color: rgb(45,71,2); }
td.TdClassName
{
border-color: #2D4702;
}
.TagClassName
{
border-color: #2D4702;
}
</style>