Shades of Turtle Green #2C3208
Tints of Turtle Green #2C3208
RGB
CMYK
RGB Variations
Color information
#2C3208 (or 0x2C3208) is known color: Turtle Green. HEX triplet: 2C, 32 and 08. RGB value is (44,50,8). Sum of RGB (Red+Green+Blue) = 44+50+8=102 (13% of max value = 765). Red value is 44 (17.58% from 255 or 43.14% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 50 - color contains mainly: green. Hex color #2C3208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3208 is #D3CDF7. Grayscale: #2B2B2B. Windows color (decimal): -13880824 or 537132. OLE color: 537132.
HSL color Cylindrical-coordinate representation of color #2C3208: hue angle of 68.57º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C3208 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 50 | 8 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.80 |
| HSL | 68.57º | 0.72% | 0.11% | - |
| HSV(B) | 68.57º | 0.84% | 0.2% | - |
| XYZ | 2.22 | 2.83 | 0.66 | - |
| YUV | 43.42 | 108.01 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 50 | 8 | 0.12 | 0 | 0.84 | 0.80 | 68.57 | 0.72 | 0.11 |
| Hex | 2C | 32 | 8 | C | 0 | 54 | 50 | 45 | 48 | B |
| Octal | 54 | 62 | 10 | 14 | 0 | 124 | 120 | 105 | 110 | 13 |
| Binary | 101100 | 110010 | 1000 | 1100 | 0 | 1010100 | 1010000 | 1000101 | 1001000 | 1011 |
Color Harmonies of #2C3208
Complementary color
Monochromatic Colors of #2C3208
Black with #2C3208
Text Example
Text Example
White with #2C3208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3208; }
p { color: rgb(44,50,8); }
H1.HeaderClassName
{
color: #2C3208;
}
.AnyTagClassName
{
color: #2C3208;
}
</style>
background-color css
<style>
a { background-color: #2C3208; }
a { background-color: rgb(44,50,8); }
div.DivClassName
{
background-color: #2C3208;
}
.BgClassName
{
background-color: #2C3208;
}
</style>
border-color css
<style>
span { border-color: #2C3208; }
span { border-color: rgb(44,50,8); }
td.TdClassName
{
border-color: #2C3208;
}
.TagClassName
{
border-color: #2C3208;
}
</style>