Shades of Turtle Green #2D440D
Tints of Turtle Green #2D440D
RGB
CMYK
RGB Variations
Color information
#2D440D (or 0x2D440D) is known color: Turtle Green. HEX triplet: 2D, 44 and 0D. RGB value is (45,68,13). Sum of RGB (Red+Green+Blue) = 45+68+13=126 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.71% from 126); Green value is 68 (26.95% from 255 or 53.97% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 68 - color contains mainly: green. Hex color #2D440D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D440D is #D2BBF2. Grayscale: #373737. Windows color (decimal): -13810675 or 869421. OLE color: 869421.
HSL color Cylindrical-coordinate representation of color #2D440D: hue angle of 85.09º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D440D is Cyan = 0.34, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 68 | 13 | - |
| CMYK | 0.34 | 0 | 0.81 | 0.73 |
| HSL | 85.09º | 0.68% | 0.16% | - |
| HSV(B) | 85.09º | 0.81% | 0.27% | - |
| XYZ | 3.22 | 4.72 | 1.12 | - |
| YUV | 54.85 | 104.38 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 68 | 13 | 0.34 | 0 | 0.81 | 0.73 | 85.09 | 0.68 | 0.16 |
| Hex | 2D | 44 | D | 22 | 0 | 51 | 49 | 55 | 44 | 10 |
| Octal | 55 | 104 | 15 | 42 | 0 | 121 | 111 | 125 | 104 | 20 |
| Binary | 101101 | 1000100 | 1101 | 100010 | 0 | 1010001 | 1001001 | 1010101 | 1000100 | 10000 |
Color Harmonies of #2D440D
Complementary color
Monochromatic Colors of #2D440D
Black with #2D440D
Text Example
Text Example
White with #2D440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D440D; }
p { color: rgb(45,68,13); }
H1.HeaderClassName
{
color: #2D440D;
}
.AnyTagClassName
{
color: #2D440D;
}
</style>
background-color css
<style>
a { background-color: #2D440D; }
a { background-color: rgb(45,68,13); }
div.DivClassName
{
background-color: #2D440D;
}
.BgClassName
{
background-color: #2D440D;
}
</style>
border-color css
<style>
span { border-color: #2D440D; }
span { border-color: rgb(45,68,13); }
td.TdClassName
{
border-color: #2D440D;
}
.TagClassName
{
border-color: #2D440D;
}
</style>