Shades of Turtle Green #293210
Tints of Turtle Green #293210
RGB
CMYK
RGB Variations
Color information
#293210 (or 0x293210) is known color: Turtle Green. HEX triplet: 29, 32 and 10. RGB value is (41,50,16). Sum of RGB (Red+Green+Blue) = 41+50+16=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 50 - color contains mainly: green. Hex color #293210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293210 is #D6CDEF. Grayscale: #2B2B2B. Windows color (decimal): -14077424 or 1061417. OLE color: 1061417.
HSL color Cylindrical-coordinate representation of color #293210: hue angle of 75.88º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #293210 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 41 | 50 | 16 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.80 |
| HSL | 75.88º | 0.52% | 0.13% | - |
| HSV(B) | 75.88º | 0.68% | 0.2% | - |
| XYZ | 2.15 | 2.79 | 0.92 | - |
| YUV | 43.43 | 112.52 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 50 | 16 | 0.18 | 0 | 0.68 | 0.80 | 75.88 | 0.52 | 0.13 |
| Hex | 29 | 32 | 10 | 12 | 0 | 44 | 50 | 4C | 34 | D |
| Octal | 51 | 62 | 20 | 22 | 0 | 104 | 120 | 114 | 64 | 15 |
| Binary | 101001 | 110010 | 10000 | 10010 | 0 | 1000100 | 1010000 | 1001100 | 110100 | 1101 |
Color Harmonies of #293210
Complementary color
Monochromatic Colors of #293210
Black with #293210
Text Example
Text Example
White with #293210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293210; }
p { color: rgb(41,50,16); }
H1.HeaderClassName
{
color: #293210;
}
.AnyTagClassName
{
color: #293210;
}
</style>
background-color css
<style>
a { background-color: #293210; }
a { background-color: rgb(41,50,16); }
div.DivClassName
{
background-color: #293210;
}
.BgClassName
{
background-color: #293210;
}
</style>
border-color css
<style>
span { border-color: #293210; }
span { border-color: rgb(41,50,16); }
td.TdClassName
{
border-color: #293210;
}
.TagClassName
{
border-color: #293210;
}
</style>