Shades of Turtle Green #2C3712
Tints of Turtle Green #2C3712
RGB
CMYK
RGB Variations
Color information
#2C3712 (or 0x2C3712) is known color: Turtle Green. HEX triplet: 2C, 37 and 12. RGB value is (44,55,18). Sum of RGB (Red+Green+Blue) = 44+55+18=117 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.61% from 117); Green value is 55 (21.88% from 255 or 47.01% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 55 - color contains mainly: green. Hex color #2C3712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3712 is #D3C8ED. Grayscale: #2F2F2F. Windows color (decimal): -13879534 or 1193772. OLE color: 1193772.
HSL color Cylindrical-coordinate representation of color #2C3712: hue angle of 77.84º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C3712 is Cyan = 0.2, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 55 | 18 | - |
| CMYK | 0.2 | 0 | 0.67 | 0.78 |
| HSL | 77.84º | 0.51% | 0.14% | - |
| HSV(B) | 77.84º | 0.67% | 0.22% | - |
| XYZ | 2.51 | 3.31 | 1.08 | - |
| YUV | 47.49 | 111.36 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 55 | 18 | 0.2 | 0 | 0.67 | 0.78 | 77.84 | 0.51 | 0.14 |
| Hex | 2C | 37 | 12 | 14 | 0 | 43 | 4E | 4E | 33 | E |
| Octal | 54 | 67 | 22 | 24 | 0 | 103 | 116 | 116 | 63 | 16 |
| Binary | 101100 | 110111 | 10010 | 10100 | 0 | 1000011 | 1001110 | 1001110 | 110011 | 1110 |
Color Harmonies of #2C3712
Complementary color
Monochromatic Colors of #2C3712
Black with #2C3712
Text Example
Text Example
White with #2C3712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3712; }
p { color: rgb(44,55,18); }
H1.HeaderClassName
{
color: #2C3712;
}
.AnyTagClassName
{
color: #2C3712;
}
</style>
background-color css
<style>
a { background-color: #2C3712; }
a { background-color: rgb(44,55,18); }
div.DivClassName
{
background-color: #2C3712;
}
.BgClassName
{
background-color: #2C3712;
}
</style>
border-color css
<style>
span { border-color: #2C3712; }
span { border-color: rgb(44,55,18); }
td.TdClassName
{
border-color: #2C3712;
}
.TagClassName
{
border-color: #2C3712;
}
</style>