Shades of Turtle Green #2C3715
Tints of Turtle Green #2C3715
RGB
CMYK
RGB Variations
Color information
#2C3715 (or 0x2C3715) is known color: Turtle Green. HEX triplet: 2C, 37 and 15. RGB value is (44,55,21). Sum of RGB (Red+Green+Blue) = 44+55+21=120 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.67% from 120); Green value is 55 (21.88% from 255 or 45.83% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 55 - color contains mainly: green. Hex color #2C3715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3715 is #D3C8EA. Grayscale: #2F2F2F. Windows color (decimal): -13879531 or 1390380. OLE color: 1390380.
HSL color Cylindrical-coordinate representation of color #2C3715: hue angle of 79.41º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C3715 is Cyan = 0.2, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 55 | 21 | - |
| CMYK | 0.2 | 0 | 0.62 | 0.78 |
| HSL | 79.41º | 0.45% | 0.15% | - |
| HSV(B) | 79.41º | 0.62% | 0.22% | - |
| XYZ | 2.54 | 3.32 | 1.22 | - |
| YUV | 47.84 | 112.86 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 55 | 21 | 0.2 | 0 | 0.62 | 0.78 | 79.41 | 0.45 | 0.15 |
| Hex | 2C | 37 | 15 | 14 | 0 | 3E | 4E | 4F | 2D | F |
| Octal | 54 | 67 | 25 | 24 | 0 | 76 | 116 | 117 | 55 | 17 |
| Binary | 101100 | 110111 | 10101 | 10100 | 0 | 111110 | 1001110 | 1001111 | 101101 | 1111 |
Color Harmonies of #2C3715
Complementary color
Monochromatic Colors of #2C3715
Black with #2C3715
Text Example
Text Example
White with #2C3715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3715; }
p { color: rgb(44,55,21); }
H1.HeaderClassName
{
color: #2C3715;
}
.AnyTagClassName
{
color: #2C3715;
}
</style>
background-color css
<style>
a { background-color: #2C3715; }
a { background-color: rgb(44,55,21); }
div.DivClassName
{
background-color: #2C3715;
}
.BgClassName
{
background-color: #2C3715;
}
</style>
border-color css
<style>
span { border-color: #2C3715; }
span { border-color: rgb(44,55,21); }
td.TdClassName
{
border-color: #2C3715;
}
.TagClassName
{
border-color: #2C3715;
}
</style>