Shades of Turtle Green #2C400C
Tints of Turtle Green #2C400C
RGB
CMYK
RGB Variations
Color information
#2C400C (or 0x2C400C) is known color: Turtle Green. HEX triplet: 2C, 40 and 0C. RGB value is (44,64,12). Sum of RGB (Red+Green+Blue) = 44+64+12=120 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.67% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #2C400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C400C is #D3BFF3. Grayscale: #343434. Windows color (decimal): -13877236 or 802860. OLE color: 802860.
HSL color Cylindrical-coordinate representation of color #2C400C: hue angle of 83.08º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C400C is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 64 | 12 | - |
| CMYK | 0.31 | 0 | 0.81 | 0.75 |
| HSL | 83.08º | 0.68% | 0.15% | - |
| HSV(B) | 83.08º | 0.81% | 0.25% | - |
| XYZ | 2.94 | 4.23 | 1.01 | - |
| YUV | 52.09 | 105.37 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 64 | 12 | 0.31 | 0 | 0.81 | 0.75 | 83.08 | 0.68 | 0.15 |
| Hex | 2C | 40 | C | 1F | 0 | 51 | 4B | 53 | 44 | F |
| Octal | 54 | 100 | 14 | 37 | 0 | 121 | 113 | 123 | 104 | 17 |
| Binary | 101100 | 1000000 | 1100 | 11111 | 0 | 1010001 | 1001011 | 1010011 | 1000100 | 1111 |
Color Harmonies of #2C400C
Complementary color
Monochromatic Colors of #2C400C
Black with #2C400C
Text Example
Text Example
White with #2C400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C400C; }
p { color: rgb(44,64,12); }
H1.HeaderClassName
{
color: #2C400C;
}
.AnyTagClassName
{
color: #2C400C;
}
</style>
background-color css
<style>
a { background-color: #2C400C; }
a { background-color: rgb(44,64,12); }
div.DivClassName
{
background-color: #2C400C;
}
.BgClassName
{
background-color: #2C400C;
}
</style>
border-color css
<style>
span { border-color: #2C400C; }
span { border-color: rgb(44,64,12); }
td.TdClassName
{
border-color: #2C400C;
}
.TagClassName
{
border-color: #2C400C;
}
</style>