Shades of Turtle Green #2D4100
Tints of Turtle Green #2D4100
RGB
CMYK
RGB Variations
Color information
#2D4100 (or 0x2D4100) is known color: Turtle Green. HEX triplet: 2D, 41 and 00. RGB value is (45,65,0). Sum of RGB (Red+Green+Blue) = 45+65+0=110 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.91% from 110); Green value is 65 (25.78% from 255 or 59.09% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 65 - color contains mainly: green. Hex color #2D4100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4100 is #D2BEFF. Grayscale: #333333. Windows color (decimal): -13811456 or 16685. OLE color: 16685.
HSL color Cylindrical-coordinate representation of color #2D4100: hue angle of 78.46º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D4100 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 65 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.75 |
| HSL | 78.46º | 1% | 0.13% | - |
| HSV(B) | 78.46º | 1% | 0.25% | - |
| XYZ | 2.97 | 4.34 | 0.68 | - |
| YUV | 51.61 | 98.87 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 65 | 0 | 0.31 | 0 | 1 | 0.75 | 78.46 | 1 | 0.13 |
| Hex | 2D | 41 | 0 | 1F | 0 | 64 | 4B | 4E | 64 | D |
| Octal | 55 | 101 | 0 | 37 | 0 | 144 | 113 | 116 | 144 | 15 |
| Binary | 101101 | 1000001 | 0 | 11111 | 0 | 1100100 | 1001011 | 1001110 | 1100100 | 1101 |
Color Harmonies of #2D4100
Complementary color
Monochromatic Colors of #2D4100
Black with #2D4100
Text Example
Text Example
White with #2D4100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4100; }
p { color: rgb(45,65,0); }
H1.HeaderClassName
{
color: #2D4100;
}
.AnyTagClassName
{
color: #2D4100;
}
</style>
background-color css
<style>
a { background-color: #2D4100; }
a { background-color: rgb(45,65,0); }
div.DivClassName
{
background-color: #2D4100;
}
.BgClassName
{
background-color: #2D4100;
}
</style>
border-color css
<style>
span { border-color: #2D4100; }
span { border-color: rgb(45,65,0); }
td.TdClassName
{
border-color: #2D4100;
}
.TagClassName
{
border-color: #2D4100;
}
</style>