Shades of Turtle Green #2C3810
Tints of Turtle Green #2C3810
RGB
CMYK
RGB Variations
Color information
#2C3810 (or 0x2C3810) is known color: Turtle Green. HEX triplet: 2C, 38 and 10. RGB value is (44,56,16). Sum of RGB (Red+Green+Blue) = 44+56+16=116 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.93% from 116); Green value is 56 (22.27% from 255 or 48.28% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 56 - color contains mainly: green. Hex color #2C3810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3810 is #D3C7EF. Grayscale: #2F2F2F. Windows color (decimal): -13879280 or 1062956. OLE color: 1062956.
HSL color Cylindrical-coordinate representation of color #2C3810: hue angle of 78º degrees, saturation: 0.56, 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 #2C3810 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 56 | 16 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.78 |
| HSL | 78º | 0.56% | 0.14% | - |
| HSV(B) | 78º | 0.71% | 0.22% | - |
| XYZ | 2.55 | 3.4 | 1.01 | - |
| YUV | 47.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 56 | 16 | 0.21 | 0 | 0.71 | 0.78 | 78 | 0.56 | 0.14 |
| Hex | 2C | 38 | 10 | 15 | 0 | 47 | 4E | 4E | 38 | E |
| Octal | 54 | 70 | 20 | 25 | 0 | 107 | 116 | 116 | 70 | 16 |
| Binary | 101100 | 111000 | 10000 | 10101 | 0 | 1000111 | 1001110 | 1001110 | 111000 | 1110 |
Color Harmonies of #2C3810
Complementary color
Monochromatic Colors of #2C3810
Black with #2C3810
Text Example
Text Example
White with #2C3810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3810; }
p { color: rgb(44,56,16); }
H1.HeaderClassName
{
color: #2C3810;
}
.AnyTagClassName
{
color: #2C3810;
}
</style>
background-color css
<style>
a { background-color: #2C3810; }
a { background-color: rgb(44,56,16); }
div.DivClassName
{
background-color: #2C3810;
}
.BgClassName
{
background-color: #2C3810;
}
</style>
border-color css
<style>
span { border-color: #2C3810; }
span { border-color: rgb(44,56,16); }
td.TdClassName
{
border-color: #2C3810;
}
.TagClassName
{
border-color: #2C3810;
}
</style>