Shades of Turtle Green #2C3911
Tints of Turtle Green #2C3911
RGB
CMYK
RGB Variations
Color information
#2C3911 (or 0x2C3911) is known color: Turtle Green. HEX triplet: 2C, 39 and 11. RGB value is (44,57,17). Sum of RGB (Red+Green+Blue) = 44+57+17=118 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.29% from 118); Green value is 57 (22.66% from 255 or 48.31% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 57 - color contains mainly: green. Hex color #2C3911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3911 is #D3C6EE. Grayscale: #303030. Windows color (decimal): -13879023 or 1128748. OLE color: 1128748.
HSL color Cylindrical-coordinate representation of color #2C3911: hue angle of 79.5º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C3911 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 57 | 17 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.78 |
| HSL | 79.5º | 0.54% | 0.15% | - |
| HSV(B) | 79.5º | 0.7% | 0.22% | - |
| XYZ | 2.6 | 3.5 | 1.07 | - |
| YUV | 48.55 | 110.19 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 57 | 17 | 0.23 | 0 | 0.70 | 0.78 | 79.5 | 0.54 | 0.15 |
| Hex | 2C | 39 | 11 | 17 | 0 | 46 | 4E | 50 | 36 | F |
| Octal | 54 | 71 | 21 | 27 | 0 | 106 | 116 | 120 | 66 | 17 |
| Binary | 101100 | 111001 | 10001 | 10111 | 0 | 1000110 | 1001110 | 1010000 | 110110 | 1111 |
Color Harmonies of #2C3911
Complementary color
Monochromatic Colors of #2C3911
Black with #2C3911
Text Example
Text Example
White with #2C3911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3911; }
p { color: rgb(44,57,17); }
H1.HeaderClassName
{
color: #2C3911;
}
.AnyTagClassName
{
color: #2C3911;
}
</style>
background-color css
<style>
a { background-color: #2C3911; }
a { background-color: rgb(44,57,17); }
div.DivClassName
{
background-color: #2C3911;
}
.BgClassName
{
background-color: #2C3911;
}
</style>
border-color css
<style>
span { border-color: #2C3911; }
span { border-color: rgb(44,57,17); }
td.TdClassName
{
border-color: #2C3911;
}
.TagClassName
{
border-color: #2C3911;
}
</style>