Shades of Turtle Green #2C3A13
Tints of Turtle Green #2C3A13
RGB
CMYK
RGB Variations
Color information
#2C3A13 (or 0x2C3A13) is known color: Turtle Green. HEX triplet: 2C, 3A and 13. RGB value is (44,58,19). Sum of RGB (Red+Green+Blue) = 44+58+19=121 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.36% from 121); Green value is 58 (23.05% from 255 or 47.93% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 58 - color contains mainly: green. Hex color #2C3A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3A13 is #D3C5EC. Grayscale: #313131. Windows color (decimal): -13878765 or 1260076. OLE color: 1260076.
HSL color Cylindrical-coordinate representation of color #2C3A13: hue angle of 81.54º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C3A13 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 44 | 58 | 19 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.77 |
| HSL | 81.54º | 0.51% | 0.15% | - |
| HSV(B) | 81.54º | 0.67% | 0.23% | - |
| XYZ | 2.67 | 3.61 | 1.17 | - |
| YUV | 49.37 | 110.86 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 58 | 19 | 0.24 | 0 | 0.67 | 0.77 | 81.54 | 0.51 | 0.15 |
| Hex | 2C | 3A | 13 | 18 | 0 | 43 | 4D | 52 | 33 | F |
| Octal | 54 | 72 | 23 | 30 | 0 | 103 | 115 | 122 | 63 | 17 |
| Binary | 101100 | 111010 | 10011 | 11000 | 0 | 1000011 | 1001101 | 1010010 | 110011 | 1111 |
Color Harmonies of #2C3A13
Complementary color
Monochromatic Colors of #2C3A13
Black with #2C3A13
Text Example
Text Example
White with #2C3A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3A13; }
p { color: rgb(44,58,19); }
H1.HeaderClassName
{
color: #2C3A13;
}
.AnyTagClassName
{
color: #2C3A13;
}
</style>
background-color css
<style>
a { background-color: #2C3A13; }
a { background-color: rgb(44,58,19); }
div.DivClassName
{
background-color: #2C3A13;
}
.BgClassName
{
background-color: #2C3A13;
}
</style>
border-color css
<style>
span { border-color: #2C3A13; }
span { border-color: rgb(44,58,19); }
td.TdClassName
{
border-color: #2C3A13;
}
.TagClassName
{
border-color: #2C3A13;
}
</style>