Shades of Turtle Green #2C420C
Tints of Turtle Green #2C420C
RGB
CMYK
RGB Variations
Color information
#2C420C (or 0x2C420C) is known color: Turtle Green. HEX triplet: 2C, 42 and 0C. RGB value is (44,66,12). Sum of RGB (Red+Green+Blue) = 44+66+12=122 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.07% from 122); Green value is 66 (26.17% from 255 or 54.10% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 66 - color contains mainly: green. Hex color #2C420C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C420C is #D3BDF3. Grayscale: #353535. Windows color (decimal): -13876724 or 803372. OLE color: 803372.
HSL color Cylindrical-coordinate representation of color #2C420C: hue angle of 84.44º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C420C is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 44 | 66 | 12 | - |
| CMYK | 0.33 | 0 | 0.82 | 0.74 |
| HSL | 84.44º | 0.69% | 0.15% | - |
| HSV(B) | 84.44º | 0.82% | 0.26% | - |
| XYZ | 3.05 | 4.46 | 1.05 | - |
| YUV | 53.27 | 104.71 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 66 | 12 | 0.33 | 0 | 0.82 | 0.74 | 84.44 | 0.69 | 0.15 |
| Hex | 2C | 42 | C | 21 | 0 | 52 | 4A | 54 | 45 | F |
| Octal | 54 | 102 | 14 | 41 | 0 | 122 | 112 | 124 | 105 | 17 |
| Binary | 101100 | 1000010 | 1100 | 100001 | 0 | 1010010 | 1001010 | 1010100 | 1000101 | 1111 |
Color Harmonies of #2C420C
Complementary color
Monochromatic Colors of #2C420C
Black with #2C420C
Text Example
Text Example
White with #2C420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C420C; }
p { color: rgb(44,66,12); }
H1.HeaderClassName
{
color: #2C420C;
}
.AnyTagClassName
{
color: #2C420C;
}
</style>
background-color css
<style>
a { background-color: #2C420C; }
a { background-color: rgb(44,66,12); }
div.DivClassName
{
background-color: #2C420C;
}
.BgClassName
{
background-color: #2C420C;
}
</style>
border-color css
<style>
span { border-color: #2C420C; }
span { border-color: rgb(44,66,12); }
td.TdClassName
{
border-color: #2C420C;
}
.TagClassName
{
border-color: #2C420C;
}
</style>