Shades of Turtle Green #2C4310
Tints of Turtle Green #2C4310
RGB
CMYK
RGB Variations
Color information
#2C4310 (or 0x2C4310) is known color: Turtle Green. HEX triplet: 2C, 43 and 10. RGB value is (44,67,16). Sum of RGB (Red+Green+Blue) = 44+67+16=127 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.65% from 127); Green value is 67 (26.56% from 255 or 52.76% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 67 - color contains mainly: green. Hex color #2C4310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4310 is #D3BCEF. Grayscale: #363636. Windows color (decimal): -13876464 or 1065772. OLE color: 1065772.
HSL color Cylindrical-coordinate representation of color #2C4310: hue angle of 87.06º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C4310 is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 44 | 67 | 16 | - |
| CMYK | 0.34 | 0 | 0.76 | 0.74 |
| HSL | 87.06º | 0.61% | 0.16% | - |
| HSV(B) | 87.06º | 0.76% | 0.26% | - |
| XYZ | 3.14 | 4.59 | 1.21 | - |
| YUV | 54.31 | 106.38 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 67 | 16 | 0.34 | 0 | 0.76 | 0.74 | 87.06 | 0.61 | 0.16 |
| Hex | 2C | 43 | 10 | 22 | 0 | 4C | 4A | 57 | 3D | 10 |
| Octal | 54 | 103 | 20 | 42 | 0 | 114 | 112 | 127 | 75 | 20 |
| Binary | 101100 | 1000011 | 10000 | 100010 | 0 | 1001100 | 1001010 | 1010111 | 111101 | 10000 |
Color Harmonies of #2C4310
Complementary color
Monochromatic Colors of #2C4310
Black with #2C4310
Text Example
Text Example
White with #2C4310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4310; }
p { color: rgb(44,67,16); }
H1.HeaderClassName
{
color: #2C4310;
}
.AnyTagClassName
{
color: #2C4310;
}
</style>
background-color css
<style>
a { background-color: #2C4310; }
a { background-color: rgb(44,67,16); }
div.DivClassName
{
background-color: #2C4310;
}
.BgClassName
{
background-color: #2C4310;
}
</style>
border-color css
<style>
span { border-color: #2C4310; }
span { border-color: rgb(44,67,16); }
td.TdClassName
{
border-color: #2C4310;
}
.TagClassName
{
border-color: #2C4310;
}
</style>