Shades of Turtle Green #2C3710
Tints of Turtle Green #2C3710
RGB
CMYK
RGB Variations
Color information
#2C3710 (or 0x2C3710) is known color: Turtle Green. HEX triplet: 2C, 37 and 10. RGB value is (44,55,16). Sum of RGB (Red+Green+Blue) = 44+55+16=115 (15% of max value = 765). Red value is 44 (17.58% from 255 or 38.26% from 115); Green value is 55 (21.88% from 255 or 47.83% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 55 - color contains mainly: green. Hex color #2C3710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3710 is #D3C8EF. Grayscale: #2F2F2F. Windows color (decimal): -13879536 or 1062700. OLE color: 1062700.
HSL color Cylindrical-coordinate representation of color #2C3710: hue angle of 76.92º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C3710 is Cyan = 0.2, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 55 | 16 | - |
| CMYK | 0.2 | 0 | 0.71 | 0.78 |
| HSL | 76.92º | 0.55% | 0.14% | - |
| HSV(B) | 76.92º | 0.71% | 0.22% | - |
| XYZ | 2.5 | 3.31 | 1 | - |
| YUV | 47.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 55 | 16 | 0.2 | 0 | 0.71 | 0.78 | 76.92 | 0.55 | 0.14 |
| Hex | 2C | 37 | 10 | 14 | 0 | 47 | 4E | 4D | 37 | E |
| Octal | 54 | 67 | 20 | 24 | 0 | 107 | 116 | 115 | 67 | 16 |
| Binary | 101100 | 110111 | 10000 | 10100 | 0 | 1000111 | 1001110 | 1001101 | 110111 | 1110 |
Color Harmonies of #2C3710
Complementary color
Monochromatic Colors of #2C3710
Black with #2C3710
Text Example
Text Example
White with #2C3710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3710; }
p { color: rgb(44,55,16); }
H1.HeaderClassName
{
color: #2C3710;
}
.AnyTagClassName
{
color: #2C3710;
}
</style>
background-color css
<style>
a { background-color: #2C3710; }
a { background-color: rgb(44,55,16); }
div.DivClassName
{
background-color: #2C3710;
}
.BgClassName
{
background-color: #2C3710;
}
</style>
border-color css
<style>
span { border-color: #2C3710; }
span { border-color: rgb(44,55,16); }
td.TdClassName
{
border-color: #2C3710;
}
.TagClassName
{
border-color: #2C3710;
}
</style>