Shades of Turtle Green #2C4108
Tints of Turtle Green #2C4108
RGB
CMYK
RGB Variations
Color information
#2C4108 (or 0x2C4108) is known color: Turtle Green. HEX triplet: 2C, 41 and 08. RGB value is (44,65,8). Sum of RGB (Red+Green+Blue) = 44+65+8=117 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.61% from 117); Green value is 65 (25.78% from 255 or 55.56% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 65 - color contains mainly: green. Hex color #2C4108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4108 is #D3BEF7. Grayscale: #343434. Windows color (decimal): -13876984 or 540972. OLE color: 540972.
HSL color Cylindrical-coordinate representation of color #2C4108: hue angle of 82.11º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C4108 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 65 | 8 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.75 |
| HSL | 82.11º | 0.78% | 0.14% | - |
| HSV(B) | 82.11º | 0.88% | 0.25% | - |
| XYZ | 2.97 | 4.33 | 0.91 | - |
| YUV | 52.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 65 | 8 | 0.32 | 0 | 0.88 | 0.75 | 82.11 | 0.78 | 0.14 |
| Hex | 2C | 41 | 8 | 20 | 0 | 58 | 4B | 52 | 4E | E |
| Octal | 54 | 101 | 10 | 40 | 0 | 130 | 113 | 122 | 116 | 16 |
| Binary | 101100 | 1000001 | 1000 | 100000 | 0 | 1011000 | 1001011 | 1010010 | 1001110 | 1110 |
Color Harmonies of #2C4108
Complementary color
Monochromatic Colors of #2C4108
Black with #2C4108
Text Example
Text Example
White with #2C4108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4108; }
p { color: rgb(44,65,8); }
H1.HeaderClassName
{
color: #2C4108;
}
.AnyTagClassName
{
color: #2C4108;
}
</style>
background-color css
<style>
a { background-color: #2C4108; }
a { background-color: rgb(44,65,8); }
div.DivClassName
{
background-color: #2C4108;
}
.BgClassName
{
background-color: #2C4108;
}
</style>
border-color css
<style>
span { border-color: #2C4108; }
span { border-color: rgb(44,65,8); }
td.TdClassName
{
border-color: #2C4108;
}
.TagClassName
{
border-color: #2C4108;
}
</style>