Shades of Turtle Green #293208
Tints of Turtle Green #293208
RGB
CMYK
RGB Variations
Color information
#293208 (or 0x293208) is known color: Turtle Green. HEX triplet: 29, 32 and 08. RGB value is (41,50,8). Sum of RGB (Red+Green+Blue) = 41+50+8=99 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41.41% from 99); Green value is 50 (19.92% from 255 or 50.51% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 50 - color contains mainly: green. Hex color #293208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293208 is #D6CDF7. Grayscale: #2A2A2A. Windows color (decimal): -14077432 or 537129. OLE color: 537129.
HSL color Cylindrical-coordinate representation of color #293208: hue angle of 72.86º 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 #293208 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 41 | 50 | 8 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.80 |
| HSL | 72.86º | 0.72% | 0.11% | - |
| HSV(B) | 72.86º | 0.84% | 0.2% | - |
| XYZ | 2.1 | 2.77 | 0.65 | - |
| YUV | 42.52 | 108.52 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 50 | 8 | 0.18 | 0 | 0.84 | 0.80 | 72.86 | 0.72 | 0.11 |
| Hex | 29 | 32 | 8 | 12 | 0 | 54 | 50 | 49 | 48 | B |
| Octal | 51 | 62 | 10 | 22 | 0 | 124 | 120 | 111 | 110 | 13 |
| Binary | 101001 | 110010 | 1000 | 10010 | 0 | 1010100 | 1010000 | 1001001 | 1001000 | 1011 |
Color Harmonies of #293208
Complementary color
Monochromatic Colors of #293208
Black with #293208
Text Example
Text Example
White with #293208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293208; }
p { color: rgb(41,50,8); }
H1.HeaderClassName
{
color: #293208;
}
.AnyTagClassName
{
color: #293208;
}
</style>
background-color css
<style>
a { background-color: #293208; }
a { background-color: rgb(41,50,8); }
div.DivClassName
{
background-color: #293208;
}
.BgClassName
{
background-color: #293208;
}
</style>
border-color css
<style>
span { border-color: #293208; }
span { border-color: rgb(41,50,8); }
td.TdClassName
{
border-color: #293208;
}
.TagClassName
{
border-color: #293208;
}
</style>