Shades of Turtle Green #2C410B
Tints of Turtle Green #2C410B
RGB
CMYK
RGB Variations
Color information
#2C410B (or 0x2C410B) is known color: Turtle Green. HEX triplet: 2C, 41 and 0B. RGB value is (44,65,11). Sum of RGB (Red+Green+Blue) = 44+65+11=120 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.67% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #2C410B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C410B is #D3BEF4. Grayscale: #343434. Windows color (decimal): -13876981 or 737580. OLE color: 737580.
HSL color Cylindrical-coordinate representation of color #2C410B: hue angle of 83.33º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C410B is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 65 | 11 | - |
| CMYK | 0.32 | 0 | 0.83 | 0.75 |
| HSL | 83.33º | 0.71% | 0.15% | - |
| HSV(B) | 83.33º | 0.83% | 0.25% | - |
| XYZ | 2.99 | 4.34 | 1 | - |
| YUV | 52.57 | 104.54 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 65 | 11 | 0.32 | 0 | 0.83 | 0.75 | 83.33 | 0.71 | 0.15 |
| Hex | 2C | 41 | B | 20 | 0 | 53 | 4B | 53 | 47 | F |
| Octal | 54 | 101 | 13 | 40 | 0 | 123 | 113 | 123 | 107 | 17 |
| Binary | 101100 | 1000001 | 1011 | 100000 | 0 | 1010011 | 1001011 | 1010011 | 1000111 | 1111 |
Color Harmonies of #2C410B
Complementary color
Monochromatic Colors of #2C410B
Black with #2C410B
Text Example
Text Example
White with #2C410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C410B; }
p { color: rgb(44,65,11); }
H1.HeaderClassName
{
color: #2C410B;
}
.AnyTagClassName
{
color: #2C410B;
}
</style>
background-color css
<style>
a { background-color: #2C410B; }
a { background-color: rgb(44,65,11); }
div.DivClassName
{
background-color: #2C410B;
}
.BgClassName
{
background-color: #2C410B;
}
</style>
border-color css
<style>
span { border-color: #2C410B; }
span { border-color: rgb(44,65,11); }
td.TdClassName
{
border-color: #2C410B;
}
.TagClassName
{
border-color: #2C410B;
}
</style>