Shades of Turtle Green #2C320C
Tints of Turtle Green #2C320C
RGB
CMYK
RGB Variations
Color information
#2C320C (or 0x2C320C) is known color: Turtle Green. HEX triplet: 2C, 32 and 0C. RGB value is (44,50,12). Sum of RGB (Red+Green+Blue) = 44+50+12=106 (14% of max value = 765). Red value is 44 (17.58% from 255 or 41.51% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 50 - color contains mainly: green. Hex color #2C320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C320C is #D3CDF3. Grayscale: #2C2C2C. Windows color (decimal): -13880820 or 799276. OLE color: 799276.
HSL color Cylindrical-coordinate representation of color #2C320C: hue angle of 69.47º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C320C is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 50 | 12 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.80 |
| HSL | 69.47º | 0.61% | 0.12% | - |
| HSV(B) | 69.47º | 0.76% | 0.2% | - |
| XYZ | 2.25 | 2.84 | 0.78 | - |
| YUV | 43.87 | 110.01 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 50 | 12 | 0.12 | 0 | 0.76 | 0.80 | 69.47 | 0.61 | 0.12 |
| Hex | 2C | 32 | C | C | 0 | 4C | 50 | 45 | 3D | C |
| Octal | 54 | 62 | 14 | 14 | 0 | 114 | 120 | 105 | 75 | 14 |
| Binary | 101100 | 110010 | 1100 | 1100 | 0 | 1001100 | 1010000 | 1000101 | 111101 | 1100 |
Color Harmonies of #2C320C
Complementary color
Monochromatic Colors of #2C320C
Black with #2C320C
Text Example
Text Example
White with #2C320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C320C; }
p { color: rgb(44,50,12); }
H1.HeaderClassName
{
color: #2C320C;
}
.AnyTagClassName
{
color: #2C320C;
}
</style>
background-color css
<style>
a { background-color: #2C320C; }
a { background-color: rgb(44,50,12); }
div.DivClassName
{
background-color: #2C320C;
}
.BgClassName
{
background-color: #2C320C;
}
</style>
border-color css
<style>
span { border-color: #2C320C; }
span { border-color: rgb(44,50,12); }
td.TdClassName
{
border-color: #2C320C;
}
.TagClassName
{
border-color: #2C320C;
}
</style>