Shades of Turtle Green #293A0A
Tints of Turtle Green #293A0A
RGB
CMYK
RGB Variations
Color information
#293A0A (or 0x293A0A) is known color: Turtle Green. HEX triplet: 29, 3A and 0A. RGB value is (41,58,10). Sum of RGB (Red+Green+Blue) = 41+58+10=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 58 (23.05% from 255 or 53.21% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 58 - color contains mainly: green. Hex color #293A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293A0A is #D6C5F5. Grayscale: #2F2F2F. Windows color (decimal): -14075382 or 670249. OLE color: 670249.
HSL color Cylindrical-coordinate representation of color #293A0A: hue angle of 81.25º degrees, saturation: 0.71, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #293A0A is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 41 | 58 | 10 | - |
| CMYK | 0.29 | 0 | 0.83 | 0.77 |
| HSL | 81.25º | 0.71% | 0.13% | - |
| HSV(B) | 81.25º | 0.83% | 0.23% | - |
| XYZ | 2.48 | 3.52 | 0.84 | - |
| YUV | 47.45 | 106.87 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 58 | 10 | 0.29 | 0 | 0.83 | 0.77 | 81.25 | 0.71 | 0.13 |
| Hex | 29 | 3A | A | 1D | 0 | 53 | 4D | 51 | 47 | D |
| Octal | 51 | 72 | 12 | 35 | 0 | 123 | 115 | 121 | 107 | 15 |
| Binary | 101001 | 111010 | 1010 | 11101 | 0 | 1010011 | 1001101 | 1010001 | 1000111 | 1101 |
Color Harmonies of #293A0A
Complementary color
Monochromatic Colors of #293A0A
Black with #293A0A
Text Example
Text Example
White with #293A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293A0A; }
p { color: rgb(41,58,10); }
H1.HeaderClassName
{
color: #293A0A;
}
.AnyTagClassName
{
color: #293A0A;
}
</style>
background-color css
<style>
a { background-color: #293A0A; }
a { background-color: rgb(41,58,10); }
div.DivClassName
{
background-color: #293A0A;
}
.BgClassName
{
background-color: #293A0A;
}
</style>
border-color css
<style>
span { border-color: #293A0A; }
span { border-color: rgb(41,58,10); }
td.TdClassName
{
border-color: #293A0A;
}
.TagClassName
{
border-color: #293A0A;
}
</style>