Shades of Turtle Green #2C3915
Tints of Turtle Green #2C3915
RGB
CMYK
RGB Variations
Color information
#2C3915 (or 0x2C3915) is known color: Turtle Green. HEX triplet: 2C, 39 and 15. RGB value is (44,57,21). Sum of RGB (Red+Green+Blue) = 44+57+21=122 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.07% from 122); Green value is 57 (22.66% from 255 or 46.72% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 57 - color contains mainly: green. Hex color #2C3915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3915 is #D3C6EA. Grayscale: #313131. Windows color (decimal): -13879019 or 1390892. OLE color: 1390892.
HSL color Cylindrical-coordinate representation of color #2C3915: hue angle of 81.67º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C3915 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 57 | 21 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.78 |
| HSL | 81.67º | 0.46% | 0.15% | - |
| HSV(B) | 81.67º | 0.63% | 0.22% | - |
| XYZ | 2.64 | 3.52 | 1.25 | - |
| YUV | 49.01 | 112.19 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 57 | 21 | 0.23 | 0 | 0.63 | 0.78 | 81.67 | 0.46 | 0.15 |
| Hex | 2C | 39 | 15 | 17 | 0 | 3F | 4E | 52 | 2E | F |
| Octal | 54 | 71 | 25 | 27 | 0 | 77 | 116 | 122 | 56 | 17 |
| Binary | 101100 | 111001 | 10101 | 10111 | 0 | 111111 | 1001110 | 1010010 | 101110 | 1111 |
Color Harmonies of #2C3915
Complementary color
Monochromatic Colors of #2C3915
Black with #2C3915
Text Example
Text Example
White with #2C3915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3915; }
p { color: rgb(44,57,21); }
H1.HeaderClassName
{
color: #2C3915;
}
.AnyTagClassName
{
color: #2C3915;
}
</style>
background-color css
<style>
a { background-color: #2C3915; }
a { background-color: rgb(44,57,21); }
div.DivClassName
{
background-color: #2C3915;
}
.BgClassName
{
background-color: #2C3915;
}
</style>
border-color css
<style>
span { border-color: #2C3915; }
span { border-color: rgb(44,57,21); }
td.TdClassName
{
border-color: #2C3915;
}
.TagClassName
{
border-color: #2C3915;
}
</style>