Shades of Turtle Green #2C3614
Tints of Turtle Green #2C3614
RGB
CMYK
RGB Variations
Color information
#2C3614 (or 0x2C3614) is known color: Turtle Green. HEX triplet: 2C, 36 and 14. RGB value is (44,54,20). Sum of RGB (Red+Green+Blue) = 44+54+20=118 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.29% from 118); Green value is 54 (21.48% from 255 or 45.76% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 54 - color contains mainly: green. Hex color #2C3614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3614 is #D3C9EB. Grayscale: #2F2F2F. Windows color (decimal): -13879788 or 1324588. OLE color: 1324588.
HSL color Cylindrical-coordinate representation of color #2C3614: hue angle of 77.65º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C3614 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 44 | 54 | 20 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.79 |
| HSL | 77.65º | 0.46% | 0.15% | - |
| HSV(B) | 77.65º | 0.63% | 0.21% | - |
| XYZ | 2.48 | 3.22 | 1.15 | - |
| YUV | 47.13 | 112.69 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 54 | 20 | 0.19 | 0 | 0.63 | 0.79 | 77.65 | 0.46 | 0.15 |
| Hex | 2C | 36 | 14 | 13 | 0 | 3F | 4F | 4E | 2E | F |
| Octal | 54 | 66 | 24 | 23 | 0 | 77 | 117 | 116 | 56 | 17 |
| Binary | 101100 | 110110 | 10100 | 10011 | 0 | 111111 | 1001111 | 1001110 | 101110 | 1111 |
Color Harmonies of #2C3614
Complementary color
Monochromatic Colors of #2C3614
Black with #2C3614
Text Example
Text Example
White with #2C3614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3614; }
p { color: rgb(44,54,20); }
H1.HeaderClassName
{
color: #2C3614;
}
.AnyTagClassName
{
color: #2C3614;
}
</style>
background-color css
<style>
a { background-color: #2C3614; }
a { background-color: rgb(44,54,20); }
div.DivClassName
{
background-color: #2C3614;
}
.BgClassName
{
background-color: #2C3614;
}
</style>
border-color css
<style>
span { border-color: #2C3614; }
span { border-color: rgb(44,54,20); }
td.TdClassName
{
border-color: #2C3614;
}
.TagClassName
{
border-color: #2C3614;
}
</style>