Shades of Turtle Green #2D4004
Tints of Turtle Green #2D4004
RGB
CMYK
RGB Variations
Color information
#2D4004 (or 0x2D4004) is known color: Turtle Green. HEX triplet: 2D, 40 and 04. RGB value is (45,64,4). Sum of RGB (Red+Green+Blue) = 45+64+4=113 (14% of max value = 765). Red value is 45 (17.97% from 255 or 39.82% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #2D4004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4004 is #D2BFFB. Grayscale: #333333. Windows color (decimal): -13811708 or 278573. OLE color: 278573.
HSL color Cylindrical-coordinate representation of color #2D4004: hue angle of 79º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D4004 is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 64 | 4 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.75 |
| HSL | 79º | 0.88% | 0.13% | - |
| HSV(B) | 79º | 0.94% | 0.25% | - |
| XYZ | 2.94 | 4.23 | 0.78 | - |
| YUV | 51.48 | 101.21 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 64 | 4 | 0.30 | 0 | 0.94 | 0.75 | 79 | 0.88 | 0.13 |
| Hex | 2D | 40 | 4 | 1E | 0 | 5E | 4B | 4F | 58 | D |
| Octal | 55 | 100 | 4 | 36 | 0 | 136 | 113 | 117 | 130 | 15 |
| Binary | 101101 | 1000000 | 100 | 11110 | 0 | 1011110 | 1001011 | 1001111 | 1011000 | 1101 |
Color Harmonies of #2D4004
Complementary color
Monochromatic Colors of #2D4004
Black with #2D4004
Text Example
Text Example
White with #2D4004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4004; }
p { color: rgb(45,64,4); }
H1.HeaderClassName
{
color: #2D4004;
}
.AnyTagClassName
{
color: #2D4004;
}
</style>
background-color css
<style>
a { background-color: #2D4004; }
a { background-color: rgb(45,64,4); }
div.DivClassName
{
background-color: #2D4004;
}
.BgClassName
{
background-color: #2D4004;
}
</style>
border-color css
<style>
span { border-color: #2D4004; }
span { border-color: rgb(45,64,4); }
td.TdClassName
{
border-color: #2D4004;
}
.TagClassName
{
border-color: #2D4004;
}
</style>