Shades of Turtle Green #2C4114
Tints of Turtle Green #2C4114
RGB
CMYK
RGB Variations
Color information
#2C4114 (or 0x2C4114) is known color: Turtle Green. HEX triplet: 2C, 41 and 14. RGB value is (44,65,20). Sum of RGB (Red+Green+Blue) = 44+65+20=129 (17% of max value = 765). Red value is 44 (17.58% from 255 or 34.11% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #2C4114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4114 is #D3BEEB. Grayscale: #353535. Windows color (decimal): -13876972 or 1327404. OLE color: 1327404.
HSL color Cylindrical-coordinate representation of color #2C4114: hue angle of 88º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C4114 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 65 | 20 | - |
| CMYK | 0.32 | 0 | 0.69 | 0.75 |
| HSL | 88º | 0.53% | 0.17% | - |
| HSV(B) | 88º | 0.69% | 0.25% | - |
| XYZ | 3.06 | 4.37 | 1.34 | - |
| YUV | 53.59 | 109.04 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 65 | 20 | 0.32 | 0 | 0.69 | 0.75 | 88 | 0.53 | 0.17 |
| Hex | 2C | 41 | 14 | 20 | 0 | 45 | 4B | 58 | 35 | 11 |
| Octal | 54 | 101 | 24 | 40 | 0 | 105 | 113 | 130 | 65 | 21 |
| Binary | 101100 | 1000001 | 10100 | 100000 | 0 | 1000101 | 1001011 | 1011000 | 110101 | 10001 |
Color Harmonies of #2C4114
Complementary color
Monochromatic Colors of #2C4114
Black with #2C4114
Text Example
Text Example
White with #2C4114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4114; }
p { color: rgb(44,65,20); }
H1.HeaderClassName
{
color: #2C4114;
}
.AnyTagClassName
{
color: #2C4114;
}
</style>
background-color css
<style>
a { background-color: #2C4114; }
a { background-color: rgb(44,65,20); }
div.DivClassName
{
background-color: #2C4114;
}
.BgClassName
{
background-color: #2C4114;
}
</style>
border-color css
<style>
span { border-color: #2C4114; }
span { border-color: rgb(44,65,20); }
td.TdClassName
{
border-color: #2C4114;
}
.TagClassName
{
border-color: #2C4114;
}
</style>