Shades of Turtle Green #2C3708
Tints of Turtle Green #2C3708
RGB
CMYK
RGB Variations
Color information
#2C3708 (or 0x2C3708) is known color: Turtle Green. HEX triplet: 2C, 37 and 08. RGB value is (44,55,8). Sum of RGB (Red+Green+Blue) = 44+55+8=107 (14% of max value = 765). Red value is 44 (17.58% from 255 or 41.12% from 107); Green value is 55 (21.88% from 255 or 51.40% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 55 - color contains mainly: green. Hex color #2C3708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3708 is #D3C8F7. Grayscale: #2E2E2E. Windows color (decimal): -13879544 or 538412. OLE color: 538412.
HSL color Cylindrical-coordinate representation of color #2C3708: hue angle of 74.04º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C3708 is Cyan = 0.2, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 55 | 8 | - |
| CMYK | 0.2 | 0 | 0.85 | 0.78 |
| HSL | 74.04º | 0.75% | 0.12% | - |
| HSV(B) | 74.04º | 0.85% | 0.22% | - |
| XYZ | 2.45 | 3.29 | 0.73 | - |
| YUV | 46.35 | 106.36 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 55 | 8 | 0.2 | 0 | 0.85 | 0.78 | 74.04 | 0.75 | 0.12 |
| Hex | 2C | 37 | 8 | 14 | 0 | 55 | 4E | 4A | 4B | C |
| Octal | 54 | 67 | 10 | 24 | 0 | 125 | 116 | 112 | 113 | 14 |
| Binary | 101100 | 110111 | 1000 | 10100 | 0 | 1010101 | 1001110 | 1001010 | 1001011 | 1100 |
Color Harmonies of #2C3708
Complementary color
Monochromatic Colors of #2C3708
Black with #2C3708
Text Example
Text Example
White with #2C3708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3708; }
p { color: rgb(44,55,8); }
H1.HeaderClassName
{
color: #2C3708;
}
.AnyTagClassName
{
color: #2C3708;
}
</style>
background-color css
<style>
a { background-color: #2C3708; }
a { background-color: rgb(44,55,8); }
div.DivClassName
{
background-color: #2C3708;
}
.BgClassName
{
background-color: #2C3708;
}
</style>
border-color css
<style>
span { border-color: #2C3708; }
span { border-color: rgb(44,55,8); }
td.TdClassName
{
border-color: #2C3708;
}
.TagClassName
{
border-color: #2C3708;
}
</style>