Shades of Turtle Green #2C3B0C
Tints of Turtle Green #2C3B0C
RGB
CMYK
RGB Variations
Color information
#2C3B0C (or 0x2C3B0C) is known color: Turtle Green. HEX triplet: 2C, 3B and 0C. RGB value is (44,59,12). Sum of RGB (Red+Green+Blue) = 44+59+12=115 (15% of max value = 765). Red value is 44 (17.58% from 255 or 38.26% from 115); Green value is 59 (23.44% from 255 or 51.30% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 59 - color contains mainly: green. Hex color #2C3B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3B0C is #D3C4F3. Grayscale: #313131. Windows color (decimal): -13878516 or 801580. OLE color: 801580.
HSL color Cylindrical-coordinate representation of color #2C3B0C: hue angle of 79.15º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C3B0C is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 44 | 59 | 12 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.77 |
| HSL | 79.15º | 0.66% | 0.14% | - |
| HSV(B) | 79.15º | 0.8% | 0.23% | - |
| XYZ | 2.67 | 3.69 | 0.92 | - |
| YUV | 49.16 | 107.03 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 59 | 12 | 0.25 | 0 | 0.80 | 0.77 | 79.15 | 0.66 | 0.14 |
| Hex | 2C | 3B | C | 19 | 0 | 50 | 4D | 4F | 42 | E |
| Octal | 54 | 73 | 14 | 31 | 0 | 120 | 115 | 117 | 102 | 16 |
| Binary | 101100 | 111011 | 1100 | 11001 | 0 | 1010000 | 1001101 | 1001111 | 1000010 | 1110 |
Color Harmonies of #2C3B0C
Complementary color
Monochromatic Colors of #2C3B0C
Black with #2C3B0C
Text Example
Text Example
White with #2C3B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3B0C; }
p { color: rgb(44,59,12); }
H1.HeaderClassName
{
color: #2C3B0C;
}
.AnyTagClassName
{
color: #2C3B0C;
}
</style>
background-color css
<style>
a { background-color: #2C3B0C; }
a { background-color: rgb(44,59,12); }
div.DivClassName
{
background-color: #2C3B0C;
}
.BgClassName
{
background-color: #2C3B0C;
}
</style>
border-color css
<style>
span { border-color: #2C3B0C; }
span { border-color: rgb(44,59,12); }
td.TdClassName
{
border-color: #2C3B0C;
}
.TagClassName
{
border-color: #2C3B0C;
}
</style>