Shades of Turtle Green #295404
Tints of Turtle Green #295404
RGB
CMYK
RGB Variations
Color information
#295404 (or 0x295404) is known color: Turtle Green. HEX triplet: 29, 54 and 04. RGB value is (41,84,4). Sum of RGB (Red+Green+Blue) = 41+84+4=129 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.78% from 129); Green value is 84 (33.20% from 255 or 65.12% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 84 - color contains mainly: green. Hex color #295404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295404 is #D6ABFB. Grayscale: #3E3E3E. Windows color (decimal): -14068732 or 283689. OLE color: 283689.
HSL color Cylindrical-coordinate representation of color #295404: hue angle of 92.25º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #295404 is Cyan = 0.51, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 84 | 4 | - |
| CMYK | 0.51 | 0 | 0.95 | 0.67 |
| HSL | 92.25º | 0.91% | 0.17% | - |
| HSV(B) | 92.25º | 0.95% | 0.33% | - |
| XYZ | 4.11 | 6.82 | 1.21 | - |
| YUV | 62.02 | 95.25 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 84 | 4 | 0.51 | 0 | 0.95 | 0.67 | 92.25 | 0.91 | 0.17 |
| Hex | 29 | 54 | 4 | 33 | 0 | 5F | 43 | 5C | 5B | 11 |
| Octal | 51 | 124 | 4 | 63 | 0 | 137 | 103 | 134 | 133 | 21 |
| Binary | 101001 | 1010100 | 100 | 110011 | 0 | 1011111 | 1000011 | 1011100 | 1011011 | 10001 |
Color Harmonies of #295404
Complementary color
Monochromatic Colors of #295404
Black with #295404
Text Example
Text Example
White with #295404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295404; }
p { color: rgb(41,84,4); }
H1.HeaderClassName
{
color: #295404;
}
.AnyTagClassName
{
color: #295404;
}
</style>
background-color css
<style>
a { background-color: #295404; }
a { background-color: rgb(41,84,4); }
div.DivClassName
{
background-color: #295404;
}
.BgClassName
{
background-color: #295404;
}
</style>
border-color css
<style>
span { border-color: #295404; }
span { border-color: rgb(41,84,4); }
td.TdClassName
{
border-color: #295404;
}
.TagClassName
{
border-color: #295404;
}
</style>