Shades of Turtle Green #2C5007
Tints of Turtle Green #2C5007
RGB
CMYK
RGB Variations
Color information
#2C5007 (or 0x2C5007) is known color: Turtle Green. HEX triplet: 2C, 50 and 07. RGB value is (44,80,7). Sum of RGB (Red+Green+Blue) = 44+80+7=131 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.59% from 131); Green value is 80 (31.64% from 255 or 61.07% from 131); Blue value is 7 (3.12% from 255 or 5.34% from 131); Max value from RGB is 80 - color contains mainly: green. Hex color #2C5007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5007 is #D3AFF8. Grayscale: #3D3D3D. Windows color (decimal): -13873145 or 479276. OLE color: 479276.
HSL color Cylindrical-coordinate representation of color #2C5007: hue angle of 89.59º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C5007 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 44 | 80 | 7 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.69 |
| HSL | 89.59º | 0.84% | 0.17% | - |
| HSV(B) | 89.59º | 0.91% | 0.31% | - |
| XYZ | 3.95 | 6.29 | 1.21 | - |
| YUV | 60.91 | 97.57 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 80 | 7 | 0.45 | 0 | 0.91 | 0.69 | 89.59 | 0.84 | 0.17 |
| Hex | 2C | 50 | 7 | 2D | 0 | 5B | 45 | 5A | 54 | 11 |
| Octal | 54 | 120 | 7 | 55 | 0 | 133 | 105 | 132 | 124 | 21 |
| Binary | 101100 | 1010000 | 111 | 101101 | 0 | 1011011 | 1000101 | 1011010 | 1010100 | 10001 |
Color Harmonies of #2C5007
Complementary color
Monochromatic Colors of #2C5007
Black with #2C5007
Text Example
Text Example
White with #2C5007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5007; }
p { color: rgb(44,80,7); }
H1.HeaderClassName
{
color: #2C5007;
}
.AnyTagClassName
{
color: #2C5007;
}
</style>
background-color css
<style>
a { background-color: #2C5007; }
a { background-color: rgb(44,80,7); }
div.DivClassName
{
background-color: #2C5007;
}
.BgClassName
{
background-color: #2C5007;
}
</style>
border-color css
<style>
span { border-color: #2C5007; }
span { border-color: rgb(44,80,7); }
td.TdClassName
{
border-color: #2C5007;
}
.TagClassName
{
border-color: #2C5007;
}
</style>