Shades of Turtle Green #2C470D
Tints of Turtle Green #2C470D
RGB
CMYK
RGB Variations
Color information
#2C470D (or 0x2C470D) is known color: Turtle Green. HEX triplet: 2C, 47 and 0D. RGB value is (44,71,13). Sum of RGB (Red+Green+Blue) = 44+71+13=128 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.38% from 128); Green value is 71 (28.12% from 255 or 55.47% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 71 - color contains mainly: green. Hex color #2C470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C470D is #D3B8F2. Grayscale: #383838. Windows color (decimal): -13875443 or 870188. OLE color: 870188.
HSL color Cylindrical-coordinate representation of color #2C470D: hue angle of 87.93º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C470D is Cyan = 0.38, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 44 | 71 | 13 | - |
| CMYK | 0.38 | 0 | 0.82 | 0.72 |
| HSL | 87.93º | 0.69% | 0.16% | - |
| HSV(B) | 87.93º | 0.82% | 0.28% | - |
| XYZ | 3.36 | 5.07 | 1.18 | - |
| YUV | 56.32 | 103.55 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 71 | 13 | 0.38 | 0 | 0.82 | 0.72 | 87.93 | 0.69 | 0.16 |
| Hex | 2C | 47 | D | 26 | 0 | 52 | 48 | 58 | 45 | 10 |
| Octal | 54 | 107 | 15 | 46 | 0 | 122 | 110 | 130 | 105 | 20 |
| Binary | 101100 | 1000111 | 1101 | 100110 | 0 | 1010010 | 1001000 | 1011000 | 1000101 | 10000 |
Color Harmonies of #2C470D
Complementary color
Monochromatic Colors of #2C470D
Black with #2C470D
Text Example
Text Example
White with #2C470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C470D; }
p { color: rgb(44,71,13); }
H1.HeaderClassName
{
color: #2C470D;
}
.AnyTagClassName
{
color: #2C470D;
}
</style>
background-color css
<style>
a { background-color: #2C470D; }
a { background-color: rgb(44,71,13); }
div.DivClassName
{
background-color: #2C470D;
}
.BgClassName
{
background-color: #2C470D;
}
</style>
border-color css
<style>
span { border-color: #2C470D; }
span { border-color: rgb(44,71,13); }
td.TdClassName
{
border-color: #2C470D;
}
.TagClassName
{
border-color: #2C470D;
}
</style>