Shades of Turtle Green #2C4111
Tints of Turtle Green #2C4111
RGB
CMYK
RGB Variations
Color information
#2C4111 (or 0x2C4111) is known color: Turtle Green. HEX triplet: 2C, 41 and 11. RGB value is (44,65,17). Sum of RGB (Red+Green+Blue) = 44+65+17=126 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.92% from 126); Green value is 65 (25.78% from 255 or 51.59% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 65 - color contains mainly: green. Hex color #2C4111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4111 is #D3BEEE. Grayscale: #353535. Windows color (decimal): -13876975 or 1130796. OLE color: 1130796.
HSL color Cylindrical-coordinate representation of color #2C4111: hue angle of 86.25º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C4111 is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 65 | 17 | - |
| CMYK | 0.32 | 0 | 0.74 | 0.75 |
| HSL | 86.25º | 0.59% | 0.16% | - |
| HSV(B) | 86.25º | 0.74% | 0.25% | - |
| XYZ | 3.03 | 4.36 | 1.21 | - |
| YUV | 53.25 | 107.54 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 65 | 17 | 0.32 | 0 | 0.74 | 0.75 | 86.25 | 0.59 | 0.16 |
| Hex | 2C | 41 | 11 | 20 | 0 | 4A | 4B | 56 | 3B | 10 |
| Octal | 54 | 101 | 21 | 40 | 0 | 112 | 113 | 126 | 73 | 20 |
| Binary | 101100 | 1000001 | 10001 | 100000 | 0 | 1001010 | 1001011 | 1010110 | 111011 | 10000 |
Color Harmonies of #2C4111
Complementary color
Monochromatic Colors of #2C4111
Black with #2C4111
Text Example
Text Example
White with #2C4111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4111; }
p { color: rgb(44,65,17); }
H1.HeaderClassName
{
color: #2C4111;
}
.AnyTagClassName
{
color: #2C4111;
}
</style>
background-color css
<style>
a { background-color: #2C4111; }
a { background-color: rgb(44,65,17); }
div.DivClassName
{
background-color: #2C4111;
}
.BgClassName
{
background-color: #2C4111;
}
</style>
border-color css
<style>
span { border-color: #2C4111; }
span { border-color: rgb(44,65,17); }
td.TdClassName
{
border-color: #2C4111;
}
.TagClassName
{
border-color: #2C4111;
}
</style>