Shades of Turtle Green #2C460A
Tints of Turtle Green #2C460A
RGB
CMYK
RGB Variations
Color information
#2C460A (or 0x2C460A) is known color: Turtle Green. HEX triplet: 2C, 46 and 0A. RGB value is (44,70,10). Sum of RGB (Red+Green+Blue) = 44+70+10=124 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.48% from 124); Green value is 70 (27.73% from 255 or 56.45% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 70 - color contains mainly: green. Hex color #2C460A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C460A is #D3B9F5. Grayscale: #373737. Windows color (decimal): -13875702 or 673324. OLE color: 673324.
HSL color Cylindrical-coordinate representation of color #2C460A: hue angle of 86º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C460A is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 44 | 70 | 10 | - |
| CMYK | 0.37 | 0 | 0.86 | 0.73 |
| HSL | 86º | 0.75% | 0.16% | - |
| HSV(B) | 86º | 0.86% | 0.27% | - |
| XYZ | 3.28 | 4.94 | 1.07 | - |
| YUV | 55.39 | 102.39 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 70 | 10 | 0.37 | 0 | 0.86 | 0.73 | 86 | 0.75 | 0.16 |
| Hex | 2C | 46 | A | 25 | 0 | 56 | 49 | 56 | 4B | 10 |
| Octal | 54 | 106 | 12 | 45 | 0 | 126 | 111 | 126 | 113 | 20 |
| Binary | 101100 | 1000110 | 1010 | 100101 | 0 | 1010110 | 1001001 | 1010110 | 1001011 | 10000 |
Color Harmonies of #2C460A
Complementary color
Monochromatic Colors of #2C460A
Black with #2C460A
Text Example
Text Example
White with #2C460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C460A; }
p { color: rgb(44,70,10); }
H1.HeaderClassName
{
color: #2C460A;
}
.AnyTagClassName
{
color: #2C460A;
}
</style>
background-color css
<style>
a { background-color: #2C460A; }
a { background-color: rgb(44,70,10); }
div.DivClassName
{
background-color: #2C460A;
}
.BgClassName
{
background-color: #2C460A;
}
</style>
border-color css
<style>
span { border-color: #2C460A; }
span { border-color: rgb(44,70,10); }
td.TdClassName
{
border-color: #2C460A;
}
.TagClassName
{
border-color: #2C460A;
}
</style>