Shades of Turtle Green #2C3414
Tints of Turtle Green #2C3414
RGB
CMYK
RGB Variations
Color information
#2C3414 (or 0x2C3414) is known color: Turtle Green. HEX triplet: 2C, 34 and 14. RGB value is (44,52,20). Sum of RGB (Red+Green+Blue) = 44+52+20=116 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.93% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 52 - color contains mainly: green. Hex color #2C3414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3414 is #D3CBEB. Grayscale: #2E2E2E. Windows color (decimal): -13880300 or 1324076. OLE color: 1324076.
HSL color Cylindrical-coordinate representation of color #2C3414: hue angle of 75º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C3414 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 52 | 20 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.80 |
| HSL | 75º | 0.44% | 0.14% | - |
| HSV(B) | 75º | 0.62% | 0.2% | - |
| XYZ | 2.39 | 3.04 | 1.12 | - |
| YUV | 45.96 | 113.35 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 52 | 20 | 0.15 | 0 | 0.62 | 0.80 | 75 | 0.44 | 0.14 |
| Hex | 2C | 34 | 14 | F | 0 | 3E | 50 | 4B | 2C | E |
| Octal | 54 | 64 | 24 | 17 | 0 | 76 | 120 | 113 | 54 | 16 |
| Binary | 101100 | 110100 | 10100 | 1111 | 0 | 111110 | 1010000 | 1001011 | 101100 | 1110 |
Color Harmonies of #2C3414
Complementary color
Monochromatic Colors of #2C3414
Black with #2C3414
Text Example
Text Example
White with #2C3414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3414; }
p { color: rgb(44,52,20); }
H1.HeaderClassName
{
color: #2C3414;
}
.AnyTagClassName
{
color: #2C3414;
}
</style>
background-color css
<style>
a { background-color: #2C3414; }
a { background-color: rgb(44,52,20); }
div.DivClassName
{
background-color: #2C3414;
}
.BgClassName
{
background-color: #2C3414;
}
</style>
border-color css
<style>
span { border-color: #2C3414; }
span { border-color: rgb(44,52,20); }
td.TdClassName
{
border-color: #2C3414;
}
.TagClassName
{
border-color: #2C3414;
}
</style>