Shades of Turtle Green #2C3407
Tints of Turtle Green #2C3407
RGB
CMYK
RGB Variations
Color information
#2C3407 (or 0x2C3407) is known color: Turtle Green. HEX triplet: 2C, 34 and 07. RGB value is (44,52,7). Sum of RGB (Red+Green+Blue) = 44+52+7=103 (13% of max value = 765). Red value is 44 (17.58% from 255 or 42.72% from 103); Green value is 52 (20.70% from 255 or 50.49% from 103); Blue value is 7 (3.12% from 255 or 6.80% from 103); Max value from RGB is 52 - color contains mainly: green. Hex color #2C3407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3407 is #D3CBF8. Grayscale: #2C2C2C. Windows color (decimal): -13880313 or 472108. OLE color: 472108.
HSL color Cylindrical-coordinate representation of color #2C3407: hue angle of 70.67º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2C3407 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 52 | 7 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.80 |
| HSL | 70.67º | 0.76% | 0.12% | - |
| HSV(B) | 70.67º | 0.87% | 0.2% | - |
| XYZ | 2.31 | 3.01 | 0.66 | - |
| YUV | 44.48 | 106.85 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 52 | 7 | 0.15 | 0 | 0.87 | 0.80 | 70.67 | 0.76 | 0.12 |
| Hex | 2C | 34 | 7 | F | 0 | 57 | 50 | 47 | 4C | C |
| Octal | 54 | 64 | 7 | 17 | 0 | 127 | 120 | 107 | 114 | 14 |
| Binary | 101100 | 110100 | 111 | 1111 | 0 | 1010111 | 1010000 | 1000111 | 1001100 | 1100 |
Color Harmonies of #2C3407
Complementary color
Monochromatic Colors of #2C3407
Black with #2C3407
Text Example
Text Example
White with #2C3407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3407; }
p { color: rgb(44,52,7); }
H1.HeaderClassName
{
color: #2C3407;
}
.AnyTagClassName
{
color: #2C3407;
}
</style>
background-color css
<style>
a { background-color: #2C3407; }
a { background-color: rgb(44,52,7); }
div.DivClassName
{
background-color: #2C3407;
}
.BgClassName
{
background-color: #2C3407;
}
</style>
border-color css
<style>
span { border-color: #2C3407; }
span { border-color: rgb(44,52,7); }
td.TdClassName
{
border-color: #2C3407;
}
.TagClassName
{
border-color: #2C3407;
}
</style>