Shades of Turtle Green #293407
Tints of Turtle Green #293407
RGB
CMYK
RGB Variations
Color information
#293407 (or 0x293407) is known color: Turtle Green. HEX triplet: 29, 34 and 07. RGB value is (41,52,7). Sum of RGB (Red+Green+Blue) = 41+52+7=100 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41% from 100); Green value is 52 (20.70% from 255 or 52% from 100); Blue value is 7 (3.12% from 255 or 7% from 100); Max value from RGB is 52 - color contains mainly: green. Hex color #293407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293407 is #D6CBF8. Grayscale: #2B2B2B. Windows color (decimal): -14076921 or 472105. OLE color: 472105.
HSL color Cylindrical-coordinate representation of color #293407: hue angle of 74.67º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #293407 is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 41 | 52 | 7 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.80 |
| HSL | 74.67º | 0.76% | 0.12% | - |
| HSV(B) | 74.67º | 0.87% | 0.2% | - |
| XYZ | 2.18 | 2.94 | 0.65 | - |
| YUV | 43.58 | 107.36 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 52 | 7 | 0.21 | 0 | 0.87 | 0.80 | 74.67 | 0.76 | 0.12 |
| Hex | 29 | 34 | 7 | 15 | 0 | 57 | 50 | 4B | 4C | C |
| Octal | 51 | 64 | 7 | 25 | 0 | 127 | 120 | 113 | 114 | 14 |
| Binary | 101001 | 110100 | 111 | 10101 | 0 | 1010111 | 1010000 | 1001011 | 1001100 | 1100 |
Color Harmonies of #293407
Complementary color
Monochromatic Colors of #293407
Black with #293407
Text Example
Text Example
White with #293407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293407; }
p { color: rgb(41,52,7); }
H1.HeaderClassName
{
color: #293407;
}
.AnyTagClassName
{
color: #293407;
}
</style>
background-color css
<style>
a { background-color: #293407; }
a { background-color: rgb(41,52,7); }
div.DivClassName
{
background-color: #293407;
}
.BgClassName
{
background-color: #293407;
}
</style>
border-color css
<style>
span { border-color: #293407; }
span { border-color: rgb(41,52,7); }
td.TdClassName
{
border-color: #293407;
}
.TagClassName
{
border-color: #293407;
}
</style>