Shades of Turtle Green #2D440C
Tints of Turtle Green #2D440C
RGB
CMYK
RGB Variations
Color information
#2D440C (or 0x2D440C) is known color: Turtle Green. HEX triplet: 2D, 44 and 0C. RGB value is (45,68,12). Sum of RGB (Red+Green+Blue) = 45+68+12=125 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36% from 125); Green value is 68 (26.95% from 255 or 54.4% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 68 - color contains mainly: green. Hex color #2D440C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D440C is #D2BBF3. Grayscale: #363636. Windows color (decimal): -13810676 or 803885. OLE color: 803885.
HSL color Cylindrical-coordinate representation of color #2D440C: hue angle of 84.64º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D440C is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 68 | 12 | - |
| CMYK | 0.34 | 0 | 0.82 | 0.73 |
| HSL | 84.64º | 0.7% | 0.16% | - |
| HSV(B) | 84.64º | 0.82% | 0.27% | - |
| XYZ | 3.22 | 4.72 | 1.09 | - |
| YUV | 54.74 | 103.88 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 68 | 12 | 0.34 | 0 | 0.82 | 0.73 | 84.64 | 0.7 | 0.16 |
| Hex | 2D | 44 | C | 22 | 0 | 52 | 49 | 55 | 46 | 10 |
| Octal | 55 | 104 | 14 | 42 | 0 | 122 | 111 | 125 | 106 | 20 |
| Binary | 101101 | 1000100 | 1100 | 100010 | 0 | 1010010 | 1001001 | 1010101 | 1000110 | 10000 |
Color Harmonies of #2D440C
Complementary color
Monochromatic Colors of #2D440C
Black with #2D440C
Text Example
Text Example
White with #2D440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D440C; }
p { color: rgb(45,68,12); }
H1.HeaderClassName
{
color: #2D440C;
}
.AnyTagClassName
{
color: #2D440C;
}
</style>
background-color css
<style>
a { background-color: #2D440C; }
a { background-color: rgb(45,68,12); }
div.DivClassName
{
background-color: #2D440C;
}
.BgClassName
{
background-color: #2D440C;
}
</style>
border-color css
<style>
span { border-color: #2D440C; }
span { border-color: rgb(45,68,12); }
td.TdClassName
{
border-color: #2D440C;
}
.TagClassName
{
border-color: #2D440C;
}
</style>