Shades of Turtle Green #2C3711
Tints of Turtle Green #2C3711
RGB
CMYK
RGB Variations
Color information
#2C3711 (or 0x2C3711) is known color: Turtle Green. HEX triplet: 2C, 37 and 11. RGB value is (44,55,17). Sum of RGB (Red+Green+Blue) = 44+55+17=116 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.93% from 116); Green value is 55 (21.88% from 255 or 47.41% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 55 - color contains mainly: green. Hex color #2C3711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3711 is #D3C8EE. Grayscale: #2F2F2F. Windows color (decimal): -13879535 or 1128236. OLE color: 1128236.
HSL color Cylindrical-coordinate representation of color #2C3711: hue angle of 77.37º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C3711 is Cyan = 0.2, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 55 | 17 | - |
| CMYK | 0.2 | 0 | 0.69 | 0.78 |
| HSL | 77.37º | 0.53% | 0.14% | - |
| HSV(B) | 77.37º | 0.69% | 0.22% | - |
| XYZ | 2.51 | 3.31 | 1.04 | - |
| YUV | 47.38 | 110.86 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 55 | 17 | 0.2 | 0 | 0.69 | 0.78 | 77.37 | 0.53 | 0.14 |
| Hex | 2C | 37 | 11 | 14 | 0 | 45 | 4E | 4D | 35 | E |
| Octal | 54 | 67 | 21 | 24 | 0 | 105 | 116 | 115 | 65 | 16 |
| Binary | 101100 | 110111 | 10001 | 10100 | 0 | 1000101 | 1001110 | 1001101 | 110101 | 1110 |
Color Harmonies of #2C3711
Complementary color
Monochromatic Colors of #2C3711
Black with #2C3711
Text Example
Text Example
White with #2C3711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3711; }
p { color: rgb(44,55,17); }
H1.HeaderClassName
{
color: #2C3711;
}
.AnyTagClassName
{
color: #2C3711;
}
</style>
background-color css
<style>
a { background-color: #2C3711; }
a { background-color: rgb(44,55,17); }
div.DivClassName
{
background-color: #2C3711;
}
.BgClassName
{
background-color: #2C3711;
}
</style>
border-color css
<style>
span { border-color: #2C3711; }
span { border-color: rgb(44,55,17); }
td.TdClassName
{
border-color: #2C3711;
}
.TagClassName
{
border-color: #2C3711;
}
</style>