Shades of Turtle Green #2C3502
Tints of Turtle Green #2C3502
RGB
CMYK
RGB Variations
Color information
#2C3502 (or 0x2C3502) is known color: Turtle Green. HEX triplet: 2C, 35 and 02. RGB value is (44,53,2). Sum of RGB (Red+Green+Blue) = 44+53+2=99 (13% of max value = 765). Red value is 44 (17.58% from 255 or 44.44% from 99); Green value is 53 (21.09% from 255 or 53.54% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 53 - color contains mainly: green. Hex color #2C3502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3502 is #D3CAFD. Grayscale: #2C2C2C. Windows color (decimal): -13880062 or 144684. OLE color: 144684.
HSL color Cylindrical-coordinate representation of color #2C3502: hue angle of 70.59º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C3502 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 44 | 53 | 2 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.79 |
| HSL | 70.59º | 0.93% | 0.11% | - |
| HSV(B) | 70.59º | 0.96% | 0.21% | - |
| XYZ | 2.32 | 3.09 | 0.53 | - |
| YUV | 44.5 | 104.02 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 53 | 2 | 0.17 | 0 | 0.96 | 0.79 | 70.59 | 0.93 | 0.11 |
| Hex | 2C | 35 | 2 | 11 | 0 | 60 | 4F | 47 | 5D | B |
| Octal | 54 | 65 | 2 | 21 | 0 | 140 | 117 | 107 | 135 | 13 |
| Binary | 101100 | 110101 | 10 | 10001 | 0 | 1100000 | 1001111 | 1000111 | 1011101 | 1011 |
Color Harmonies of #2C3502
Complementary color
Monochromatic Colors of #2C3502
Black with #2C3502
Text Example
Text Example
White with #2C3502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3502; }
p { color: rgb(44,53,2); }
H1.HeaderClassName
{
color: #2C3502;
}
.AnyTagClassName
{
color: #2C3502;
}
</style>
background-color css
<style>
a { background-color: #2C3502; }
a { background-color: rgb(44,53,2); }
div.DivClassName
{
background-color: #2C3502;
}
.BgClassName
{
background-color: #2C3502;
}
</style>
border-color css
<style>
span { border-color: #2C3502; }
span { border-color: rgb(44,53,2); }
td.TdClassName
{
border-color: #2C3502;
}
.TagClassName
{
border-color: #2C3502;
}
</style>