Shades of Turtle Green #2C3812
Tints of Turtle Green #2C3812
RGB
CMYK
RGB Variations
Color information
#2C3812 (or 0x2C3812) is known color: Turtle Green. HEX triplet: 2C, 38 and 12. RGB value is (44,56,18). Sum of RGB (Red+Green+Blue) = 44+56+18=118 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.29% from 118); Green value is 56 (22.27% from 255 or 47.46% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 56 - color contains mainly: green. Hex color #2C3812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3812 is #D3C7ED. Grayscale: #303030. Windows color (decimal): -13879278 or 1194028. OLE color: 1194028.
HSL color Cylindrical-coordinate representation of color #2C3812: hue angle of 78.95º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C3812 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 56 | 18 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.78 |
| HSL | 78.95º | 0.51% | 0.15% | - |
| HSV(B) | 78.95º | 0.68% | 0.22% | - |
| XYZ | 2.56 | 3.41 | 1.09 | - |
| YUV | 48.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 56 | 18 | 0.21 | 0 | 0.68 | 0.78 | 78.95 | 0.51 | 0.15 |
| Hex | 2C | 38 | 12 | 15 | 0 | 44 | 4E | 4F | 33 | F |
| Octal | 54 | 70 | 22 | 25 | 0 | 104 | 116 | 117 | 63 | 17 |
| Binary | 101100 | 111000 | 10010 | 10101 | 0 | 1000100 | 1001110 | 1001111 | 110011 | 1111 |
Color Harmonies of #2C3812
Complementary color
Monochromatic Colors of #2C3812
Black with #2C3812
Text Example
Text Example
White with #2C3812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3812; }
p { color: rgb(44,56,18); }
H1.HeaderClassName
{
color: #2C3812;
}
.AnyTagClassName
{
color: #2C3812;
}
</style>
background-color css
<style>
a { background-color: #2C3812; }
a { background-color: rgb(44,56,18); }
div.DivClassName
{
background-color: #2C3812;
}
.BgClassName
{
background-color: #2C3812;
}
</style>
border-color css
<style>
span { border-color: #2C3812; }
span { border-color: rgb(44,56,18); }
td.TdClassName
{
border-color: #2C3812;
}
.TagClassName
{
border-color: #2C3812;
}
</style>