Shades of Turtle Green #2C3515
Tints of Turtle Green #2C3515
RGB
CMYK
RGB Variations
Color information
#2C3515 (or 0x2C3515) is known color: Turtle Green. HEX triplet: 2C, 35 and 15. RGB value is (44,53,21). Sum of RGB (Red+Green+Blue) = 44+53+21=118 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.29% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 53 - color contains mainly: green. Hex color #2C3515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3515 is #D3CAEA. Grayscale: #2E2E2E. Windows color (decimal): -13880043 or 1389868. OLE color: 1389868.
HSL color Cylindrical-coordinate representation of color #2C3515: hue angle of 76.88º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C3515 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 44 | 53 | 21 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.79 |
| HSL | 76.88º | 0.43% | 0.15% | - |
| HSV(B) | 76.88º | 0.6% | 0.21% | - |
| XYZ | 2.45 | 3.14 | 1.19 | - |
| YUV | 46.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 53 | 21 | 0.17 | 0 | 0.60 | 0.79 | 76.88 | 0.43 | 0.15 |
| Hex | 2C | 35 | 15 | 11 | 0 | 3C | 4F | 4D | 2B | F |
| Octal | 54 | 65 | 25 | 21 | 0 | 74 | 117 | 115 | 53 | 17 |
| Binary | 101100 | 110101 | 10101 | 10001 | 0 | 111100 | 1001111 | 1001101 | 101011 | 1111 |
Color Harmonies of #2C3515
Complementary color
Monochromatic Colors of #2C3515
Black with #2C3515
Text Example
Text Example
White with #2C3515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3515; }
p { color: rgb(44,53,21); }
H1.HeaderClassName
{
color: #2C3515;
}
.AnyTagClassName
{
color: #2C3515;
}
</style>
background-color css
<style>
a { background-color: #2C3515; }
a { background-color: rgb(44,53,21); }
div.DivClassName
{
background-color: #2C3515;
}
.BgClassName
{
background-color: #2C3515;
}
</style>
border-color css
<style>
span { border-color: #2C3515; }
span { border-color: rgb(44,53,21); }
td.TdClassName
{
border-color: #2C3515;
}
.TagClassName
{
border-color: #2C3515;
}
</style>