Shades of Turtle Green #2C350C
Tints of Turtle Green #2C350C
RGB
CMYK
RGB Variations
Color information
#2C350C (or 0x2C350C) is known color: Turtle Green. HEX triplet: 2C, 35 and 0C. RGB value is (44,53,12). Sum of RGB (Red+Green+Blue) = 44+53+12=109 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40.37% from 109); Green value is 53 (21.09% from 255 or 48.62% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 53 - color contains mainly: green. Hex color #2C350C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C350C is #D3CAF3. Grayscale: #2D2D2D. Windows color (decimal): -13880052 or 800044. OLE color: 800044.
HSL color Cylindrical-coordinate representation of color #2C350C: hue angle of 73.17º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C350C is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 44 | 53 | 12 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.79 |
| HSL | 73.17º | 0.63% | 0.13% | - |
| HSV(B) | 73.17º | 0.77% | 0.21% | - |
| XYZ | 2.38 | 3.11 | 0.82 | - |
| YUV | 45.64 | 109.02 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 53 | 12 | 0.17 | 0 | 0.77 | 0.79 | 73.17 | 0.63 | 0.13 |
| Hex | 2C | 35 | C | 11 | 0 | 4D | 4F | 49 | 3F | D |
| Octal | 54 | 65 | 14 | 21 | 0 | 115 | 117 | 111 | 77 | 15 |
| Binary | 101100 | 110101 | 1100 | 10001 | 0 | 1001101 | 1001111 | 1001001 | 111111 | 1101 |
Color Harmonies of #2C350C
Complementary color
Monochromatic Colors of #2C350C
Black with #2C350C
Text Example
Text Example
White with #2C350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C350C; }
p { color: rgb(44,53,12); }
H1.HeaderClassName
{
color: #2C350C;
}
.AnyTagClassName
{
color: #2C350C;
}
</style>
background-color css
<style>
a { background-color: #2C350C; }
a { background-color: rgb(44,53,12); }
div.DivClassName
{
background-color: #2C350C;
}
.BgClassName
{
background-color: #2C350C;
}
</style>
border-color css
<style>
span { border-color: #2C350C; }
span { border-color: rgb(44,53,12); }
td.TdClassName
{
border-color: #2C350C;
}
.TagClassName
{
border-color: #2C350C;
}
</style>