Shades of Turtle Green #2C340F
Tints of Turtle Green #2C340F
RGB
CMYK
RGB Variations
Color information
#2C340F (or 0x2C340F) is known color: Turtle Green. HEX triplet: 2C, 34 and 0F. RGB value is (44,52,15). Sum of RGB (Red+Green+Blue) = 44+52+15=111 (14% of max value = 765). Red value is 44 (17.58% from 255 or 39.64% from 111); Green value is 52 (20.70% from 255 or 46.85% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 52 - color contains mainly: green. Hex color #2C340F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C340F is #D3CBF0. Grayscale: #2D2D2D. Windows color (decimal): -13880305 or 996396. OLE color: 996396.
HSL color Cylindrical-coordinate representation of color #2C340F: hue angle of 72.97º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C340F is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 52 | 15 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.80 |
| HSL | 72.97º | 0.55% | 0.13% | - |
| HSV(B) | 72.97º | 0.71% | 0.2% | - |
| XYZ | 2.35 | 3.03 | 0.91 | - |
| YUV | 45.39 | 110.85 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 52 | 15 | 0.15 | 0 | 0.71 | 0.80 | 72.97 | 0.55 | 0.13 |
| Hex | 2C | 34 | F | F | 0 | 47 | 50 | 49 | 37 | D |
| Octal | 54 | 64 | 17 | 17 | 0 | 107 | 120 | 111 | 67 | 15 |
| Binary | 101100 | 110100 | 1111 | 1111 | 0 | 1000111 | 1010000 | 1001001 | 110111 | 1101 |
Color Harmonies of #2C340F
Complementary color
Monochromatic Colors of #2C340F
Black with #2C340F
Text Example
Text Example
White with #2C340F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C340F; }
p { color: rgb(44,52,15); }
H1.HeaderClassName
{
color: #2C340F;
}
.AnyTagClassName
{
color: #2C340F;
}
</style>
background-color css
<style>
a { background-color: #2C340F; }
a { background-color: rgb(44,52,15); }
div.DivClassName
{
background-color: #2C340F;
}
.BgClassName
{
background-color: #2C340F;
}
</style>
border-color css
<style>
span { border-color: #2C340F; }
span { border-color: rgb(44,52,15); }
td.TdClassName
{
border-color: #2C340F;
}
.TagClassName
{
border-color: #2C340F;
}
</style>