Shades of Turtle Green #2D4500
Tints of Turtle Green #2D4500
RGB
CMYK
RGB Variations
Color information
#2D4500 (or 0x2D4500) is known color: Turtle Green. HEX triplet: 2D, 45 and 00. RGB value is (45,69,0). Sum of RGB (Red+Green+Blue) = 45+69+0=114 (15% of max value = 765). Red value is 45 (17.97% from 255 or 39.47% from 114); Green value is 69 (27.34% from 255 or 60.53% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 69 - color contains mainly: green. Hex color #2D4500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4500 is #D2BAFF. Grayscale: #363636. Windows color (decimal): -13810432 or 17709. OLE color: 17709.
HSL color Cylindrical-coordinate representation of color #2D4500: hue angle of 80.87º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D4500 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 69 | 0 | - |
| CMYK | 0.35 | 0 | 1 | 0.73 |
| HSL | 80.87º | 1% | 0.14% | - |
| HSV(B) | 80.87º | 1% | 0.27% | - |
| XYZ | 3.21 | 4.81 | 0.76 | - |
| YUV | 53.96 | 97.55 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 69 | 0 | 0.35 | 0 | 1 | 0.73 | 80.87 | 1 | 0.14 |
| Hex | 2D | 45 | 0 | 23 | 0 | 64 | 49 | 51 | 64 | E |
| Octal | 55 | 105 | 0 | 43 | 0 | 144 | 111 | 121 | 144 | 16 |
| Binary | 101101 | 1000101 | 0 | 100011 | 0 | 1100100 | 1001001 | 1010001 | 1100100 | 1110 |
Color Harmonies of #2D4500
Complementary color
Monochromatic Colors of #2D4500
Black with #2D4500
Text Example
Text Example
White with #2D4500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4500; }
p { color: rgb(45,69,0); }
H1.HeaderClassName
{
color: #2D4500;
}
.AnyTagClassName
{
color: #2D4500;
}
</style>
background-color css
<style>
a { background-color: #2D4500; }
a { background-color: rgb(45,69,0); }
div.DivClassName
{
background-color: #2D4500;
}
.BgClassName
{
background-color: #2D4500;
}
</style>
border-color css
<style>
span { border-color: #2D4500; }
span { border-color: rgb(45,69,0); }
td.TdClassName
{
border-color: #2D4500;
}
.TagClassName
{
border-color: #2D4500;
}
</style>