Shades of Turtle Green #293D07
Tints of Turtle Green #293D07
RGB
CMYK
RGB Variations
Color information
#293D07 (or 0x293D07) is known color: Turtle Green. HEX triplet: 29, 3D and 07. RGB value is (41,61,7). Sum of RGB (Red+Green+Blue) = 41+61+7=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 61 (24.22% from 255 or 55.96% from 109); Blue value is 7 (3.12% from 255 or 6.42% from 109); Max value from RGB is 61 - color contains mainly: green. Hex color #293D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293D07 is #D6C2F8. Grayscale: #313131. Windows color (decimal): -14074617 or 474409. OLE color: 474409.
HSL color Cylindrical-coordinate representation of color #293D07: hue angle of 82.22º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #293D07 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 61 | 7 | - |
| CMYK | 0.33 | 0 | 0.89 | 0.76 |
| HSL | 82.22º | 0.79% | 0.13% | - |
| HSV(B) | 82.22º | 0.89% | 0.24% | - |
| XYZ | 2.62 | 3.82 | 0.8 | - |
| YUV | 48.86 | 104.37 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 7 | 0.33 | 0 | 0.89 | 0.76 | 82.22 | 0.79 | 0.13 |
| Hex | 29 | 3D | 7 | 21 | 0 | 59 | 4C | 52 | 4F | D |
| Octal | 51 | 75 | 7 | 41 | 0 | 131 | 114 | 122 | 117 | 15 |
| Binary | 101001 | 111101 | 111 | 100001 | 0 | 1011001 | 1001100 | 1010010 | 1001111 | 1101 |
Color Harmonies of #293D07
Complementary color
Monochromatic Colors of #293D07
Black with #293D07
Text Example
Text Example
White with #293D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293D07; }
p { color: rgb(41,61,7); }
H1.HeaderClassName
{
color: #293D07;
}
.AnyTagClassName
{
color: #293D07;
}
</style>
background-color css
<style>
a { background-color: #293D07; }
a { background-color: rgb(41,61,7); }
div.DivClassName
{
background-color: #293D07;
}
.BgClassName
{
background-color: #293D07;
}
</style>
border-color css
<style>
span { border-color: #293D07; }
span { border-color: rgb(41,61,7); }
td.TdClassName
{
border-color: #293D07;
}
.TagClassName
{
border-color: #293D07;
}
</style>