Shades of Turtle Green #2D4608
Tints of Turtle Green #2D4608
RGB
CMYK
RGB Variations
Color information
#2D4608 (or 0x2D4608) is known color: Turtle Green. HEX triplet: 2D, 46 and 08. RGB value is (45,70,8). Sum of RGB (Red+Green+Blue) = 45+70+8=123 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.59% from 123); Green value is 70 (27.73% from 255 or 56.91% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 70 - color contains mainly: green. Hex color #2D4608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4608 is #D2B9F7. Grayscale: #373737. Windows color (decimal): -13810168 or 542253. OLE color: 542253.
HSL color Cylindrical-coordinate representation of color #2D4608: hue angle of 84.19º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D4608 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 70 | 8 | - |
| CMYK | 0.36 | 0 | 0.89 | 0.73 |
| HSL | 84.19º | 0.79% | 0.15% | - |
| HSV(B) | 84.19º | 0.89% | 0.27% | - |
| XYZ | 3.32 | 4.96 | 1.01 | - |
| YUV | 55.46 | 101.22 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 70 | 8 | 0.36 | 0 | 0.89 | 0.73 | 84.19 | 0.79 | 0.15 |
| Hex | 2D | 46 | 8 | 24 | 0 | 59 | 49 | 54 | 4F | F |
| Octal | 55 | 106 | 10 | 44 | 0 | 131 | 111 | 124 | 117 | 17 |
| Binary | 101101 | 1000110 | 1000 | 100100 | 0 | 1011001 | 1001001 | 1010100 | 1001111 | 1111 |
Color Harmonies of #2D4608
Complementary color
Monochromatic Colors of #2D4608
Black with #2D4608
Text Example
Text Example
White with #2D4608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4608; }
p { color: rgb(45,70,8); }
H1.HeaderClassName
{
color: #2D4608;
}
.AnyTagClassName
{
color: #2D4608;
}
</style>
background-color css
<style>
a { background-color: #2D4608; }
a { background-color: rgb(45,70,8); }
div.DivClassName
{
background-color: #2D4608;
}
.BgClassName
{
background-color: #2D4608;
}
</style>
border-color css
<style>
span { border-color: #2D4608; }
span { border-color: rgb(45,70,8); }
td.TdClassName
{
border-color: #2D4608;
}
.TagClassName
{
border-color: #2D4608;
}
</style>