Shades of Turtle Green #2D4105
Tints of Turtle Green #2D4105
RGB
CMYK
RGB Variations
Color information
#2D4105 (or 0x2D4105) is known color: Turtle Green. HEX triplet: 2D, 41 and 05. RGB value is (45,65,5). Sum of RGB (Red+Green+Blue) = 45+65+5=115 (15% of max value = 765). Red value is 45 (17.97% from 255 or 39.13% from 115); Green value is 65 (25.78% from 255 or 56.52% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 65 - color contains mainly: green. Hex color #2D4105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4105 is #D2BEFA. Grayscale: #343434. Windows color (decimal): -13811451 or 344365. OLE color: 344365.
HSL color Cylindrical-coordinate representation of color #2D4105: hue angle of 80º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D4105 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 65 | 5 | - |
| CMYK | 0.31 | 0 | 0.92 | 0.75 |
| HSL | 80º | 0.86% | 0.14% | - |
| HSV(B) | 80º | 0.92% | 0.25% | - |
| XYZ | 3 | 4.35 | 0.82 | - |
| YUV | 52.18 | 101.37 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 65 | 5 | 0.31 | 0 | 0.92 | 0.75 | 80 | 0.86 | 0.14 |
| Hex | 2D | 41 | 5 | 1F | 0 | 5C | 4B | 50 | 56 | E |
| Octal | 55 | 101 | 5 | 37 | 0 | 134 | 113 | 120 | 126 | 16 |
| Binary | 101101 | 1000001 | 101 | 11111 | 0 | 1011100 | 1001011 | 1010000 | 1010110 | 1110 |
Color Harmonies of #2D4105
Complementary color
Monochromatic Colors of #2D4105
Black with #2D4105
Text Example
Text Example
White with #2D4105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4105; }
p { color: rgb(45,65,5); }
H1.HeaderClassName
{
color: #2D4105;
}
.AnyTagClassName
{
color: #2D4105;
}
</style>
background-color css
<style>
a { background-color: #2D4105; }
a { background-color: rgb(45,65,5); }
div.DivClassName
{
background-color: #2D4105;
}
.BgClassName
{
background-color: #2D4105;
}
</style>
border-color css
<style>
span { border-color: #2D4105; }
span { border-color: rgb(45,65,5); }
td.TdClassName
{
border-color: #2D4105;
}
.TagClassName
{
border-color: #2D4105;
}
</style>