Shades of Turtle Green #293103
Tints of Turtle Green #293103
RGB
CMYK
RGB Variations
Color information
#293103 (or 0x293103) is known color: Turtle Green. HEX triplet: 29, 31 and 03. RGB value is (41,49,3). Sum of RGB (Red+Green+Blue) = 41+49+3=93 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.09% from 93); Green value is 49 (19.53% from 255 or 52.69% from 93); Blue value is 3 (1.56% from 255 or 3.23% from 93); Max value from RGB is 49 - color contains mainly: green. Hex color #293103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293103 is #D6CEFC. Grayscale: #292929. Windows color (decimal): -14077693 or 209193. OLE color: 209193.
HSL color Cylindrical-coordinate representation of color #293103: hue angle of 70.43º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #293103 is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 41 | 49 | 3 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.81 |
| HSL | 70.43º | 0.88% | 0.1% | - |
| HSV(B) | 70.43º | 0.94% | 0.19% | - |
| XYZ | 2.03 | 2.67 | 0.5 | - |
| YUV | 41.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 49 | 3 | 0.16 | 0 | 0.94 | 0.81 | 70.43 | 0.88 | 0.1 |
| Hex | 29 | 31 | 3 | 10 | 0 | 5E | 51 | 46 | 58 | A |
| Octal | 51 | 61 | 3 | 20 | 0 | 136 | 121 | 106 | 130 | 12 |
| Binary | 101001 | 110001 | 11 | 10000 | 0 | 1011110 | 1010001 | 1000110 | 1011000 | 1010 |
Color Harmonies of #293103
Complementary color
Monochromatic Colors of #293103
Black with #293103
Text Example
Text Example
White with #293103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293103; }
p { color: rgb(41,49,3); }
H1.HeaderClassName
{
color: #293103;
}
.AnyTagClassName
{
color: #293103;
}
</style>
background-color css
<style>
a { background-color: #293103; }
a { background-color: rgb(41,49,3); }
div.DivClassName
{
background-color: #293103;
}
.BgClassName
{
background-color: #293103;
}
</style>
border-color css
<style>
span { border-color: #293103; }
span { border-color: rgb(41,49,3); }
td.TdClassName
{
border-color: #293103;
}
.TagClassName
{
border-color: #293103;
}
</style>