Shades of Turtle Green #2C3413
Tints of Turtle Green #2C3413
RGB
CMYK
RGB Variations
Color information
#2C3413 (or 0x2C3413) is known color: Turtle Green. HEX triplet: 2C, 34 and 13. RGB value is (44,52,19). Sum of RGB (Red+Green+Blue) = 44+52+19=115 (15% of max value = 765). Red value is 44 (17.58% from 255 or 38.26% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 52 - color contains mainly: green. Hex color #2C3413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3413 is #D3CBEC. Grayscale: #2D2D2D. Windows color (decimal): -13880301 or 1258540. OLE color: 1258540.
HSL color Cylindrical-coordinate representation of color #2C3413: hue angle of 74.55º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C3413 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 52 | 19 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.80 |
| HSL | 74.55º | 0.46% | 0.14% | - |
| HSV(B) | 74.55º | 0.63% | 0.2% | - |
| XYZ | 2.38 | 3.04 | 1.08 | - |
| YUV | 45.85 | 112.85 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 52 | 19 | 0.15 | 0 | 0.63 | 0.80 | 74.55 | 0.46 | 0.14 |
| Hex | 2C | 34 | 13 | F | 0 | 3F | 50 | 4B | 2E | E |
| Octal | 54 | 64 | 23 | 17 | 0 | 77 | 120 | 113 | 56 | 16 |
| Binary | 101100 | 110100 | 10011 | 1111 | 0 | 111111 | 1010000 | 1001011 | 101110 | 1110 |
Color Harmonies of #2C3413
Complementary color
Monochromatic Colors of #2C3413
Black with #2C3413
Text Example
Text Example
White with #2C3413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3413; }
p { color: rgb(44,52,19); }
H1.HeaderClassName
{
color: #2C3413;
}
.AnyTagClassName
{
color: #2C3413;
}
</style>
background-color css
<style>
a { background-color: #2C3413; }
a { background-color: rgb(44,52,19); }
div.DivClassName
{
background-color: #2C3413;
}
.BgClassName
{
background-color: #2C3413;
}
</style>
border-color css
<style>
span { border-color: #2C3413; }
span { border-color: rgb(44,52,19); }
td.TdClassName
{
border-color: #2C3413;
}
.TagClassName
{
border-color: #2C3413;
}
</style>