Shades of Turtle Green #2C340E
Tints of Turtle Green #2C340E
RGB
CMYK
RGB Variations
Color information
#2C340E (or 0x2C340E) is known color: Turtle Green. HEX triplet: 2C, 34 and 0E. RGB value is (44,52,14). Sum of RGB (Red+Green+Blue) = 44+52+14=110 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 14 (5.86% from 255 or 12.73% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #2C340E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C340E is #D3CBF1. Grayscale: #2D2D2D. Windows color (decimal): -13880306 or 930860. OLE color: 930860.
HSL color Cylindrical-coordinate representation of color #2C340E: hue angle of 72.63º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C340E is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 52 | 14 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.80 |
| HSL | 72.63º | 0.58% | 0.13% | - |
| HSV(B) | 72.63º | 0.73% | 0.2% | - |
| XYZ | 2.35 | 3.02 | 0.88 | - |
| YUV | 45.28 | 110.35 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 52 | 14 | 0.15 | 0 | 0.73 | 0.80 | 72.63 | 0.58 | 0.13 |
| Hex | 2C | 34 | E | F | 0 | 49 | 50 | 49 | 3A | D |
| Octal | 54 | 64 | 16 | 17 | 0 | 111 | 120 | 111 | 72 | 15 |
| Binary | 101100 | 110100 | 1110 | 1111 | 0 | 1001001 | 1010000 | 1001001 | 111010 | 1101 |
Color Harmonies of #2C340E
Complementary color
Monochromatic Colors of #2C340E
Black with #2C340E
Text Example
Text Example
White with #2C340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C340E; }
p { color: rgb(44,52,14); }
H1.HeaderClassName
{
color: #2C340E;
}
.AnyTagClassName
{
color: #2C340E;
}
</style>
background-color css
<style>
a { background-color: #2C340E; }
a { background-color: rgb(44,52,14); }
div.DivClassName
{
background-color: #2C340E;
}
.BgClassName
{
background-color: #2C340E;
}
</style>
border-color css
<style>
span { border-color: #2C340E; }
span { border-color: rgb(44,52,14); }
td.TdClassName
{
border-color: #2C340E;
}
.TagClassName
{
border-color: #2C340E;
}
</style>