Shades of Turtle Green #2C3C13
Tints of Turtle Green #2C3C13
RGB
CMYK
RGB Variations
Color information
#2C3C13 (or 0x2C3C13) is known color: Turtle Green. HEX triplet: 2C, 3C and 13. RGB value is (44,60,19). Sum of RGB (Red+Green+Blue) = 44+60+19=123 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.77% from 123); Green value is 60 (23.83% from 255 or 48.78% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 60 - color contains mainly: green. Hex color #2C3C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3C13 is #D3C3EC. Grayscale: #323232. Windows color (decimal): -13878253 or 1260588. OLE color: 1260588.
HSL color Cylindrical-coordinate representation of color #2C3C13: hue angle of 83.41º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C3C13 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 60 | 19 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.76 |
| HSL | 83.41º | 0.52% | 0.15% | - |
| HSV(B) | 83.41º | 0.68% | 0.24% | - |
| XYZ | 2.77 | 3.81 | 1.21 | - |
| YUV | 50.54 | 110.2 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 60 | 19 | 0.27 | 0 | 0.68 | 0.76 | 83.41 | 0.52 | 0.15 |
| Hex | 2C | 3C | 13 | 1B | 0 | 44 | 4C | 53 | 34 | F |
| Octal | 54 | 74 | 23 | 33 | 0 | 104 | 114 | 123 | 64 | 17 |
| Binary | 101100 | 111100 | 10011 | 11011 | 0 | 1000100 | 1001100 | 1010011 | 110100 | 1111 |
Color Harmonies of #2C3C13
Complementary color
Monochromatic Colors of #2C3C13
Black with #2C3C13
Text Example
Text Example
White with #2C3C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3C13; }
p { color: rgb(44,60,19); }
H1.HeaderClassName
{
color: #2C3C13;
}
.AnyTagClassName
{
color: #2C3C13;
}
</style>
background-color css
<style>
a { background-color: #2C3C13; }
a { background-color: rgb(44,60,19); }
div.DivClassName
{
background-color: #2C3C13;
}
.BgClassName
{
background-color: #2C3C13;
}
</style>
border-color css
<style>
span { border-color: #2C3C13; }
span { border-color: rgb(44,60,19); }
td.TdClassName
{
border-color: #2C3C13;
}
.TagClassName
{
border-color: #2C3C13;
}
</style>