Shades of Turtle Green #2C3616
Tints of Turtle Green #2C3616
RGB
CMYK
RGB Variations
Color information
#2C3616 (or 0x2C3616) is known color: Turtle Green. HEX triplet: 2C, 36 and 16. RGB value is (44,54,22). Sum of RGB (Red+Green+Blue) = 44+54+22=120 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.67% from 120); Green value is 54 (21.48% from 255 or 45% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 54 - color contains mainly: green. Hex color #2C3616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3616 is #D3C9E9. Grayscale: #2F2F2F. Windows color (decimal): -13879786 or 1455660. OLE color: 1455660.
HSL color Cylindrical-coordinate representation of color #2C3616: hue angle of 78.75º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2C3616 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 44 | 54 | 22 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.79 |
| HSL | 78.75º | 0.42% | 0.15% | - |
| HSV(B) | 78.75º | 0.59% | 0.21% | - |
| XYZ | 2.5 | 3.23 | 1.25 | - |
| YUV | 47.36 | 113.69 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 54 | 22 | 0.19 | 0 | 0.59 | 0.79 | 78.75 | 0.42 | 0.15 |
| Hex | 2C | 36 | 16 | 13 | 0 | 3B | 4F | 4F | 2A | F |
| Octal | 54 | 66 | 26 | 23 | 0 | 73 | 117 | 117 | 52 | 17 |
| Binary | 101100 | 110110 | 10110 | 10011 | 0 | 111011 | 1001111 | 1001111 | 101010 | 1111 |
Color Harmonies of #2C3616
Complementary color
Monochromatic Colors of #2C3616
Black with #2C3616
Text Example
Text Example
White with #2C3616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3616; }
p { color: rgb(44,54,22); }
H1.HeaderClassName
{
color: #2C3616;
}
.AnyTagClassName
{
color: #2C3616;
}
</style>
background-color css
<style>
a { background-color: #2C3616; }
a { background-color: rgb(44,54,22); }
div.DivClassName
{
background-color: #2C3616;
}
.BgClassName
{
background-color: #2C3616;
}
</style>
border-color css
<style>
span { border-color: #2C3616; }
span { border-color: rgb(44,54,22); }
td.TdClassName
{
border-color: #2C3616;
}
.TagClassName
{
border-color: #2C3616;
}
</style>