Shades of Turtle Green #2C340C
Tints of Turtle Green #2C340C
RGB
CMYK
RGB Variations
Color information
#2C340C (or 0x2C340C) is known color: Turtle Green. HEX triplet: 2C, 34 and 0C. RGB value is (44,52,12). Sum of RGB (Red+Green+Blue) = 44+52+12=108 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40.74% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 52 - color contains mainly: green. Hex color #2C340C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C340C is #D3CBF3. Grayscale: #2D2D2D. Windows color (decimal): -13880308 or 799788. OLE color: 799788.
HSL color Cylindrical-coordinate representation of color #2C340C: hue angle of 72º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C340C is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 52 | 12 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.80 |
| HSL | 72º | 0.63% | 0.13% | - |
| HSV(B) | 72º | 0.77% | 0.2% | - |
| XYZ | 2.33 | 3.02 | 0.81 | - |
| YUV | 45.05 | 109.35 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 52 | 12 | 0.15 | 0 | 0.77 | 0.80 | 72 | 0.63 | 0.13 |
| Hex | 2C | 34 | C | F | 0 | 4D | 50 | 48 | 3E | D |
| Octal | 54 | 64 | 14 | 17 | 0 | 115 | 120 | 110 | 76 | 15 |
| Binary | 101100 | 110100 | 1100 | 1111 | 0 | 1001101 | 1010000 | 1001000 | 111110 | 1101 |
Color Harmonies of #2C340C
Complementary color
Monochromatic Colors of #2C340C
Black with #2C340C
Text Example
Text Example
White with #2C340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C340C; }
p { color: rgb(44,52,12); }
H1.HeaderClassName
{
color: #2C340C;
}
.AnyTagClassName
{
color: #2C340C;
}
</style>
background-color css
<style>
a { background-color: #2C340C; }
a { background-color: rgb(44,52,12); }
div.DivClassName
{
background-color: #2C340C;
}
.BgClassName
{
background-color: #2C340C;
}
</style>
border-color css
<style>
span { border-color: #2C340C; }
span { border-color: rgb(44,52,12); }
td.TdClassName
{
border-color: #2C340C;
}
.TagClassName
{
border-color: #2C340C;
}
</style>