Shades of Turtle Green #2D5404
Tints of Turtle Green #2D5404
RGB
CMYK
RGB Variations
Color information
#2D5404 (or 0x2D5404) is known color: Turtle Green. HEX triplet: 2D, 54 and 04. RGB value is (45,84,4). Sum of RGB (Red+Green+Blue) = 45+84+4=133 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.83% from 133); Green value is 84 (33.20% from 255 or 63.16% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 84 - color contains mainly: green. Hex color #2D5404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5404 is #D2ABFB. Grayscale: #3F3F3F. Windows color (decimal): -13806588 or 283693. OLE color: 283693.
HSL color Cylindrical-coordinate representation of color #2D5404: hue angle of 89.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 #2D5404 is Cyan = 0.46, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 84 | 4 | - |
| CMYK | 0.46 | 0 | 0.95 | 0.67 |
| HSL | 89.25º | 0.91% | 0.17% | - |
| HSV(B) | 89.25º | 0.95% | 0.33% | - |
| XYZ | 4.27 | 6.91 | 1.22 | - |
| YUV | 63.22 | 94.58 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 84 | 4 | 0.46 | 0 | 0.95 | 0.67 | 89.25 | 0.91 | 0.17 |
| Hex | 2D | 54 | 4 | 2E | 0 | 5F | 43 | 59 | 5B | 11 |
| Octal | 55 | 124 | 4 | 56 | 0 | 137 | 103 | 131 | 133 | 21 |
| Binary | 101101 | 1010100 | 100 | 101110 | 0 | 1011111 | 1000011 | 1011001 | 1011011 | 10001 |
Color Harmonies of #2D5404
Complementary color
Monochromatic Colors of #2D5404
Black with #2D5404
Text Example
Text Example
White with #2D5404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5404; }
p { color: rgb(45,84,4); }
H1.HeaderClassName
{
color: #2D5404;
}
.AnyTagClassName
{
color: #2D5404;
}
</style>
background-color css
<style>
a { background-color: #2D5404; }
a { background-color: rgb(45,84,4); }
div.DivClassName
{
background-color: #2D5404;
}
.BgClassName
{
background-color: #2D5404;
}
</style>
border-color css
<style>
span { border-color: #2D5404; }
span { border-color: rgb(45,84,4); }
td.TdClassName
{
border-color: #2D5404;
}
.TagClassName
{
border-color: #2D5404;
}
</style>