Shades of Turtle Green #2C4708
Tints of Turtle Green #2C4708
RGB
CMYK
RGB Variations
Color information
#2C4708 (or 0x2C4708) is known color: Turtle Green. HEX triplet: 2C, 47 and 08. RGB value is (44,71,8). Sum of RGB (Red+Green+Blue) = 44+71+8=123 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.77% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #2C4708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4708 is #D3B8F7. Grayscale: #373737. Windows color (decimal): -13875448 or 542508. OLE color: 542508.
HSL color Cylindrical-coordinate representation of color #2C4708: hue angle of 85.71º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C4708 is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 44 | 71 | 8 | - |
| CMYK | 0.38 | 0 | 0.89 | 0.72 |
| HSL | 85.71º | 0.8% | 0.15% | - |
| HSV(B) | 85.71º | 0.89% | 0.28% | - |
| XYZ | 3.34 | 5.06 | 1.03 | - |
| YUV | 55.75 | 101.05 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 71 | 8 | 0.38 | 0 | 0.89 | 0.72 | 85.71 | 0.8 | 0.15 |
| Hex | 2C | 47 | 8 | 26 | 0 | 59 | 48 | 56 | 50 | F |
| Octal | 54 | 107 | 10 | 46 | 0 | 131 | 110 | 126 | 120 | 17 |
| Binary | 101100 | 1000111 | 1000 | 100110 | 0 | 1011001 | 1001000 | 1010110 | 1010000 | 1111 |
Color Harmonies of #2C4708
Complementary color
Monochromatic Colors of #2C4708
Black with #2C4708
Text Example
Text Example
White with #2C4708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4708; }
p { color: rgb(44,71,8); }
H1.HeaderClassName
{
color: #2C4708;
}
.AnyTagClassName
{
color: #2C4708;
}
</style>
background-color css
<style>
a { background-color: #2C4708; }
a { background-color: rgb(44,71,8); }
div.DivClassName
{
background-color: #2C4708;
}
.BgClassName
{
background-color: #2C4708;
}
</style>
border-color css
<style>
span { border-color: #2C4708; }
span { border-color: rgb(44,71,8); }
td.TdClassName
{
border-color: #2C4708;
}
.TagClassName
{
border-color: #2C4708;
}
</style>