Shades of Turtle Green #293408
Tints of Turtle Green #293408
RGB
CMYK
RGB Variations
Color information
#293408 (or 0x293408) is known color: Turtle Green. HEX triplet: 29, 34 and 08. RGB value is (41,52,8). Sum of RGB (Red+Green+Blue) = 41+52+8=101 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.59% from 101); Green value is 52 (20.70% from 255 or 51.49% from 101); Blue value is 8 (3.52% from 255 or 7.92% from 101); Max value from RGB is 52 - color contains mainly: green. Hex color #293408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293408 is #D6CBF7. Grayscale: #2B2B2B. Windows color (decimal): -14076920 or 537641. OLE color: 537641.
HSL color Cylindrical-coordinate representation of color #293408: hue angle of 75º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #293408 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 41 | 52 | 8 | - |
| CMYK | 0.21 | 0 | 0.85 | 0.80 |
| HSL | 75º | 0.73% | 0.12% | - |
| HSV(B) | 75º | 0.85% | 0.2% | - |
| XYZ | 2.19 | 2.94 | 0.68 | - |
| YUV | 43.7 | 107.86 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 52 | 8 | 0.21 | 0 | 0.85 | 0.80 | 75 | 0.73 | 0.12 |
| Hex | 29 | 34 | 8 | 15 | 0 | 55 | 50 | 4B | 49 | C |
| Octal | 51 | 64 | 10 | 25 | 0 | 125 | 120 | 113 | 111 | 14 |
| Binary | 101001 | 110100 | 1000 | 10101 | 0 | 1010101 | 1010000 | 1001011 | 1001001 | 1100 |
Color Harmonies of #293408
Complementary color
Monochromatic Colors of #293408
Black with #293408
Text Example
Text Example
White with #293408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293408; }
p { color: rgb(41,52,8); }
H1.HeaderClassName
{
color: #293408;
}
.AnyTagClassName
{
color: #293408;
}
</style>
background-color css
<style>
a { background-color: #293408; }
a { background-color: rgb(41,52,8); }
div.DivClassName
{
background-color: #293408;
}
.BgClassName
{
background-color: #293408;
}
</style>
border-color css
<style>
span { border-color: #293408; }
span { border-color: rgb(41,52,8); }
td.TdClassName
{
border-color: #293408;
}
.TagClassName
{
border-color: #293408;
}
</style>