Shades of Turtle Green #293D0B
Tints of Turtle Green #293D0B
RGB
CMYK
RGB Variations
Color information
#293D0B (or 0x293D0B) is known color: Turtle Green. HEX triplet: 29, 3D and 0B. RGB value is (41,61,11). Sum of RGB (Red+Green+Blue) = 41+61+11=113 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.28% from 113); Green value is 61 (24.22% from 255 or 53.98% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 61 - color contains mainly: green. Hex color #293D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293D0B is #D6C2F4. Grayscale: #313131. Windows color (decimal): -14074613 or 736553. OLE color: 736553.
HSL color Cylindrical-coordinate representation of color #293D0B: hue angle of 84º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #293D0B is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 61 | 11 | - |
| CMYK | 0.33 | 0 | 0.82 | 0.76 |
| HSL | 84º | 0.69% | 0.14% | - |
| HSV(B) | 84º | 0.82% | 0.24% | - |
| XYZ | 2.64 | 3.83 | 0.92 | - |
| YUV | 49.32 | 106.37 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 11 | 0.33 | 0 | 0.82 | 0.76 | 84 | 0.69 | 0.14 |
| Hex | 29 | 3D | B | 21 | 0 | 52 | 4C | 54 | 45 | E |
| Octal | 51 | 75 | 13 | 41 | 0 | 122 | 114 | 124 | 105 | 16 |
| Binary | 101001 | 111101 | 1011 | 100001 | 0 | 1010010 | 1001100 | 1010100 | 1000101 | 1110 |
Color Harmonies of #293D0B
Complementary color
Monochromatic Colors of #293D0B
Black with #293D0B
Text Example
Text Example
White with #293D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293D0B; }
p { color: rgb(41,61,11); }
H1.HeaderClassName
{
color: #293D0B;
}
.AnyTagClassName
{
color: #293D0B;
}
</style>
background-color css
<style>
a { background-color: #293D0B; }
a { background-color: rgb(41,61,11); }
div.DivClassName
{
background-color: #293D0B;
}
.BgClassName
{
background-color: #293D0B;
}
</style>
border-color css
<style>
span { border-color: #293D0B; }
span { border-color: rgb(41,61,11); }
td.TdClassName
{
border-color: #293D0B;
}
.TagClassName
{
border-color: #293D0B;
}
</style>