Shades of Turtle Green #293508
Tints of Turtle Green #293508
RGB
CMYK
RGB Variations
Color information
#293508 (or 0x293508) is known color: Turtle Green. HEX triplet: 29, 35 and 08. RGB value is (41,53,8). Sum of RGB (Red+Green+Blue) = 41+53+8=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 53 (21.09% from 255 or 51.96% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 53 - color contains mainly: green. Hex color #293508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293508 is #D6CAF7. Grayscale: #2C2C2C. Windows color (decimal): -14076664 or 537897. OLE color: 537897.
HSL color Cylindrical-coordinate representation of color #293508: hue angle of 76º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #293508 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 41 | 53 | 8 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.79 |
| HSL | 76º | 0.74% | 0.12% | - |
| HSV(B) | 76º | 0.85% | 0.21% | - |
| XYZ | 2.23 | 3.04 | 0.7 | - |
| YUV | 44.28 | 107.52 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 53 | 8 | 0.23 | 0 | 0.85 | 0.79 | 76 | 0.74 | 0.12 |
| Hex | 29 | 35 | 8 | 17 | 0 | 55 | 4F | 4C | 4A | C |
| Octal | 51 | 65 | 10 | 27 | 0 | 125 | 117 | 114 | 112 | 14 |
| Binary | 101001 | 110101 | 1000 | 10111 | 0 | 1010101 | 1001111 | 1001100 | 1001010 | 1100 |
Color Harmonies of #293508
Complementary color
Monochromatic Colors of #293508
Black with #293508
Text Example
Text Example
White with #293508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293508; }
p { color: rgb(41,53,8); }
H1.HeaderClassName
{
color: #293508;
}
.AnyTagClassName
{
color: #293508;
}
</style>
background-color css
<style>
a { background-color: #293508; }
a { background-color: rgb(41,53,8); }
div.DivClassName
{
background-color: #293508;
}
.BgClassName
{
background-color: #293508;
}
</style>
border-color css
<style>
span { border-color: #293508; }
span { border-color: rgb(41,53,8); }
td.TdClassName
{
border-color: #293508;
}
.TagClassName
{
border-color: #293508;
}
</style>