Shades of Turtle Green #2C3714
Tints of Turtle Green #2C3714
RGB
CMYK
RGB Variations
Color information
#2C3714 (or 0x2C3714) is known color: Turtle Green. HEX triplet: 2C, 37 and 14. RGB value is (44,55,20). Sum of RGB (Red+Green+Blue) = 44+55+20=119 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.97% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 55 - color contains mainly: green. Hex color #2C3714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3714 is #D3C8EB. Grayscale: #2F2F2F. Windows color (decimal): -13879532 or 1324844. OLE color: 1324844.
HSL color Cylindrical-coordinate representation of color #2C3714: hue angle of 78.86º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C3714 is Cyan = 0.2, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 55 | 20 | - |
| CMYK | 0.2 | 0 | 0.64 | 0.78 |
| HSL | 78.86º | 0.47% | 0.15% | - |
| HSV(B) | 78.86º | 0.64% | 0.22% | - |
| XYZ | 2.53 | 3.32 | 1.17 | - |
| YUV | 47.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 55 | 20 | 0.2 | 0 | 0.64 | 0.78 | 78.86 | 0.47 | 0.15 |
| Hex | 2C | 37 | 14 | 14 | 0 | 40 | 4E | 4F | 2F | F |
| Octal | 54 | 67 | 24 | 24 | 0 | 100 | 116 | 117 | 57 | 17 |
| Binary | 101100 | 110111 | 10100 | 10100 | 0 | 1000000 | 1001110 | 1001111 | 101111 | 1111 |
Color Harmonies of #2C3714
Complementary color
Monochromatic Colors of #2C3714
Black with #2C3714
Text Example
Text Example
White with #2C3714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3714; }
p { color: rgb(44,55,20); }
H1.HeaderClassName
{
color: #2C3714;
}
.AnyTagClassName
{
color: #2C3714;
}
</style>
background-color css
<style>
a { background-color: #2C3714; }
a { background-color: rgb(44,55,20); }
div.DivClassName
{
background-color: #2C3714;
}
.BgClassName
{
background-color: #2C3714;
}
</style>
border-color css
<style>
span { border-color: #2C3714; }
span { border-color: rgb(44,55,20); }
td.TdClassName
{
border-color: #2C3714;
}
.TagClassName
{
border-color: #2C3714;
}
</style>