Shades of Turtle Green #2C490C
Tints of Turtle Green #2C490C
RGB
CMYK
RGB Variations
Color information
#2C490C (or 0x2C490C) is known color: Turtle Green. HEX triplet: 2C, 49 and 0C. RGB value is (44,73,12). Sum of RGB (Red+Green+Blue) = 44+73+12=129 (17% of max value = 765). Red value is 44 (17.58% from 255 or 34.11% from 129); Green value is 73 (28.91% from 255 or 56.59% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 73 - color contains mainly: green. Hex color #2C490C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C490C is #D3B6F3. Grayscale: #393939. Windows color (decimal): -13874932 or 805164. OLE color: 805164.
HSL color Cylindrical-coordinate representation of color #2C490C: hue angle of 88.52º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C490C is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 44 | 73 | 12 | - |
| CMYK | 0.40 | 0 | 0.84 | 0.71 |
| HSL | 88.52º | 0.72% | 0.17% | - |
| HSV(B) | 88.52º | 0.84% | 0.29% | - |
| XYZ | 3.49 | 5.33 | 1.19 | - |
| YUV | 57.38 | 102.39 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 73 | 12 | 0.40 | 0 | 0.84 | 0.71 | 88.52 | 0.72 | 0.17 |
| Hex | 2C | 49 | C | 28 | 0 | 54 | 47 | 59 | 48 | 11 |
| Octal | 54 | 111 | 14 | 50 | 0 | 124 | 107 | 131 | 110 | 21 |
| Binary | 101100 | 1001001 | 1100 | 101000 | 0 | 1010100 | 1000111 | 1011001 | 1001000 | 10001 |
Color Harmonies of #2C490C
Complementary color
Monochromatic Colors of #2C490C
Black with #2C490C
Text Example
Text Example
White with #2C490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C490C; }
p { color: rgb(44,73,12); }
H1.HeaderClassName
{
color: #2C490C;
}
.AnyTagClassName
{
color: #2C490C;
}
</style>
background-color css
<style>
a { background-color: #2C490C; }
a { background-color: rgb(44,73,12); }
div.DivClassName
{
background-color: #2C490C;
}
.BgClassName
{
background-color: #2C490C;
}
</style>
border-color css
<style>
span { border-color: #2C490C; }
span { border-color: rgb(44,73,12); }
td.TdClassName
{
border-color: #2C490C;
}
.TagClassName
{
border-color: #2C490C;
}
</style>