Shades of Turtle Green #29450D
Tints of Turtle Green #29450D
RGB
CMYK
RGB Variations
Color information
#29450D (or 0x29450D) is known color: Turtle Green. HEX triplet: 29, 45 and 0D. RGB value is (41,69,13). Sum of RGB (Red+Green+Blue) = 41+69+13=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 69 (27.34% from 255 or 56.10% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 69 - color contains mainly: green. Hex color #29450D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29450D is #D6BAF2. Grayscale: #363636. Windows color (decimal): -14072563 or 869673. OLE color: 869673.
HSL color Cylindrical-coordinate representation of color #29450D: hue angle of 90º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29450D is Cyan = 0.41, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 69 | 13 | - |
| CMYK | 0.41 | 0 | 0.81 | 0.73 |
| HSL | 90º | 0.68% | 0.16% | - |
| HSV(B) | 90º | 0.81% | 0.27% | - |
| XYZ | 3.12 | 4.76 | 1.13 | - |
| YUV | 54.24 | 104.72 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 69 | 13 | 0.41 | 0 | 0.81 | 0.73 | 90 | 0.68 | 0.16 |
| Hex | 29 | 45 | D | 29 | 0 | 51 | 49 | 5A | 44 | 10 |
| Octal | 51 | 105 | 15 | 51 | 0 | 121 | 111 | 132 | 104 | 20 |
| Binary | 101001 | 1000101 | 1101 | 101001 | 0 | 1010001 | 1001001 | 1011010 | 1000100 | 10000 |
Color Harmonies of #29450D
Complementary color
Monochromatic Colors of #29450D
Black with #29450D
Text Example
Text Example
White with #29450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29450D; }
p { color: rgb(41,69,13); }
H1.HeaderClassName
{
color: #29450D;
}
.AnyTagClassName
{
color: #29450D;
}
</style>
background-color css
<style>
a { background-color: #29450D; }
a { background-color: rgb(41,69,13); }
div.DivClassName
{
background-color: #29450D;
}
.BgClassName
{
background-color: #29450D;
}
</style>
border-color css
<style>
span { border-color: #29450D; }
span { border-color: rgb(41,69,13); }
td.TdClassName
{
border-color: #29450D;
}
.TagClassName
{
border-color: #29450D;
}
</style>