Shades of Turtle Green #293301
Tints of Turtle Green #293301
RGB
CMYK
RGB Variations
Color information
#293301 (or 0x293301) is known color: Turtle Green. HEX triplet: 29, 33 and 01. RGB value is (41,51,1). Sum of RGB (Red+Green+Blue) = 41+51+1=93 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.09% from 93); Green value is 51 (20.31% from 255 or 54.84% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 51 - color contains mainly: green. Hex color #293301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293301 is #D6CCFE. Grayscale: #2A2A2A. Windows color (decimal): -14077183 or 78633. OLE color: 78633.
HSL color Cylindrical-coordinate representation of color #293301: hue angle of 72º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #293301 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 41 | 51 | 1 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.8 |
| HSL | 72º | 0.96% | 0.1% | - |
| HSV(B) | 72º | 0.98% | 0.2% | - |
| XYZ | 2.1 | 2.84 | 0.47 | - |
| YUV | 42.31 | 104.69 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 51 | 1 | 0.20 | 0 | 0.98 | 0.8 | 72 | 0.96 | 0.1 |
| Hex | 29 | 33 | 1 | 14 | 0 | 62 | 50 | 48 | 60 | A |
| Octal | 51 | 63 | 1 | 24 | 0 | 142 | 120 | 110 | 140 | 12 |
| Binary | 101001 | 110011 | 1 | 10100 | 0 | 1100010 | 1010000 | 1001000 | 1100000 | 1010 |
Color Harmonies of #293301
Complementary color
Monochromatic Colors of #293301
Black with #293301
Text Example
Text Example
White with #293301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293301; }
p { color: rgb(41,51,1); }
H1.HeaderClassName
{
color: #293301;
}
.AnyTagClassName
{
color: #293301;
}
</style>
background-color css
<style>
a { background-color: #293301; }
a { background-color: rgb(41,51,1); }
div.DivClassName
{
background-color: #293301;
}
.BgClassName
{
background-color: #293301;
}
</style>
border-color css
<style>
span { border-color: #293301; }
span { border-color: rgb(41,51,1); }
td.TdClassName
{
border-color: #293301;
}
.TagClassName
{
border-color: #293301;
}
</style>