Shades of Turtle Green #2C3410
Tints of Turtle Green #2C3410
RGB
CMYK
RGB Variations
Color information
#2C3410 (or 0x2C3410) is known color: Turtle Green. HEX triplet: 2C, 34 and 10. RGB value is (44,52,16). Sum of RGB (Red+Green+Blue) = 44+52+16=112 (14% of max value = 765). Red value is 44 (17.58% from 255 or 39.29% from 112); Green value is 52 (20.70% from 255 or 46.43% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 52 - color contains mainly: green. Hex color #2C3410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3410 is #D3CBEF. Grayscale: #2D2D2D. Windows color (decimal): -13880304 or 1061932. OLE color: 1061932.
HSL color Cylindrical-coordinate representation of color #2C3410: hue angle of 73.33º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C3410 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 52 | 16 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.80 |
| HSL | 73.33º | 0.53% | 0.13% | - |
| HSV(B) | 73.33º | 0.69% | 0.2% | - |
| XYZ | 2.36 | 3.03 | 0.95 | - |
| YUV | 45.5 | 111.35 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 52 | 16 | 0.15 | 0 | 0.69 | 0.80 | 73.33 | 0.53 | 0.13 |
| Hex | 2C | 34 | 10 | F | 0 | 45 | 50 | 49 | 35 | D |
| Octal | 54 | 64 | 20 | 17 | 0 | 105 | 120 | 111 | 65 | 15 |
| Binary | 101100 | 110100 | 10000 | 1111 | 0 | 1000101 | 1010000 | 1001001 | 110101 | 1101 |
Color Harmonies of #2C3410
Complementary color
Monochromatic Colors of #2C3410
Black with #2C3410
Text Example
Text Example
White with #2C3410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3410; }
p { color: rgb(44,52,16); }
H1.HeaderClassName
{
color: #2C3410;
}
.AnyTagClassName
{
color: #2C3410;
}
</style>
background-color css
<style>
a { background-color: #2C3410; }
a { background-color: rgb(44,52,16); }
div.DivClassName
{
background-color: #2C3410;
}
.BgClassName
{
background-color: #2C3410;
}
</style>
border-color css
<style>
span { border-color: #2C3410; }
span { border-color: rgb(44,52,16); }
td.TdClassName
{
border-color: #2C3410;
}
.TagClassName
{
border-color: #2C3410;
}
</style>