Shades of Turtle Green #2D4008
Tints of Turtle Green #2D4008
RGB
CMYK
RGB Variations
Color information
#2D4008 (or 0x2D4008) is known color: Turtle Green. HEX triplet: 2D, 40 and 08. RGB value is (45,64,8). Sum of RGB (Red+Green+Blue) = 45+64+8=117 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.46% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #2D4008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4008 is #D2BFF7. Grayscale: #343434. Windows color (decimal): -13811704 or 540717. OLE color: 540717.
HSL color Cylindrical-coordinate representation of color #2D4008: hue angle of 80.36º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D4008 is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 64 | 8 | - |
| CMYK | 0.30 | 0 | 0.87 | 0.75 |
| HSL | 80.36º | 0.78% | 0.14% | - |
| HSV(B) | 80.36º | 0.88% | 0.25% | - |
| XYZ | 2.96 | 4.24 | 0.89 | - |
| YUV | 51.94 | 103.21 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 64 | 8 | 0.30 | 0 | 0.87 | 0.75 | 80.36 | 0.78 | 0.14 |
| Hex | 2D | 40 | 8 | 1E | 0 | 57 | 4B | 50 | 4E | E |
| Octal | 55 | 100 | 10 | 36 | 0 | 127 | 113 | 120 | 116 | 16 |
| Binary | 101101 | 1000000 | 1000 | 11110 | 0 | 1010111 | 1001011 | 1010000 | 1001110 | 1110 |
Color Harmonies of #2D4008
Complementary color
Monochromatic Colors of #2D4008
Black with #2D4008
Text Example
Text Example
White with #2D4008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4008; }
p { color: rgb(45,64,8); }
H1.HeaderClassName
{
color: #2D4008;
}
.AnyTagClassName
{
color: #2D4008;
}
</style>
background-color css
<style>
a { background-color: #2D4008; }
a { background-color: rgb(45,64,8); }
div.DivClassName
{
background-color: #2D4008;
}
.BgClassName
{
background-color: #2D4008;
}
</style>
border-color css
<style>
span { border-color: #2D4008; }
span { border-color: rgb(45,64,8); }
td.TdClassName
{
border-color: #2D4008;
}
.TagClassName
{
border-color: #2D4008;
}
</style>