Shades of Turtle Green #2C3B10
Tints of Turtle Green #2C3B10
RGB
CMYK
RGB Variations
Color information
#2C3B10 (or 0x2C3B10) is known color: Turtle Green. HEX triplet: 2C, 3B and 10. RGB value is (44,59,16). Sum of RGB (Red+Green+Blue) = 44+59+16=119 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.97% from 119); Green value is 59 (23.44% from 255 or 49.58% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 59 - color contains mainly: green. Hex color #2C3B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3B10 is #D3C4EF. Grayscale: #313131. Windows color (decimal): -13878512 or 1063724. OLE color: 1063724.
HSL color Cylindrical-coordinate representation of color #2C3B10: hue angle of 80.93º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C3B10 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 44 | 59 | 16 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.77 |
| HSL | 80.93º | 0.57% | 0.15% | - |
| HSV(B) | 80.93º | 0.73% | 0.23% | - |
| XYZ | 2.7 | 3.7 | 1.06 | - |
| YUV | 49.61 | 109.03 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 59 | 16 | 0.25 | 0 | 0.73 | 0.77 | 80.93 | 0.57 | 0.15 |
| Hex | 2C | 3B | 10 | 19 | 0 | 49 | 4D | 51 | 39 | F |
| Octal | 54 | 73 | 20 | 31 | 0 | 111 | 115 | 121 | 71 | 17 |
| Binary | 101100 | 111011 | 10000 | 11001 | 0 | 1001001 | 1001101 | 1010001 | 111001 | 1111 |
Color Harmonies of #2C3B10
Complementary color
Monochromatic Colors of #2C3B10
Black with #2C3B10
Text Example
Text Example
White with #2C3B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3B10; }
p { color: rgb(44,59,16); }
H1.HeaderClassName
{
color: #2C3B10;
}
.AnyTagClassName
{
color: #2C3B10;
}
</style>
background-color css
<style>
a { background-color: #2C3B10; }
a { background-color: rgb(44,59,16); }
div.DivClassName
{
background-color: #2C3B10;
}
.BgClassName
{
background-color: #2C3B10;
}
</style>
border-color css
<style>
span { border-color: #2C3B10; }
span { border-color: rgb(44,59,16); }
td.TdClassName
{
border-color: #2C3B10;
}
.TagClassName
{
border-color: #2C3B10;
}
</style>