Shades of Turtle Green #2D480D
Tints of Turtle Green #2D480D
RGB
CMYK
RGB Variations
Color information
#2D480D (or 0x2D480D) is known color: Turtle Green. HEX triplet: 2D, 48 and 0D. RGB value is (45,72,13). Sum of RGB (Red+Green+Blue) = 45+72+13=130 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.62% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #2D480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D480D is #D2B7F2. Grayscale: #393939. Windows color (decimal): -13809651 or 870445. OLE color: 870445.
HSL color Cylindrical-coordinate representation of color #2D480D: hue angle of 87.46º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D480D is Cyan = 0.38, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 72 | 13 | - |
| CMYK | 0.38 | 0 | 0.82 | 0.72 |
| HSL | 87.46º | 0.69% | 0.17% | - |
| HSV(B) | 87.46º | 0.82% | 0.28% | - |
| XYZ | 3.47 | 5.22 | 1.21 | - |
| YUV | 57.2 | 103.05 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 72 | 13 | 0.38 | 0 | 0.82 | 0.72 | 87.46 | 0.69 | 0.17 |
| Hex | 2D | 48 | D | 26 | 0 | 52 | 48 | 57 | 45 | 11 |
| Octal | 55 | 110 | 15 | 46 | 0 | 122 | 110 | 127 | 105 | 21 |
| Binary | 101101 | 1001000 | 1101 | 100110 | 0 | 1010010 | 1001000 | 1010111 | 1000101 | 10001 |
Color Harmonies of #2D480D
Complementary color
Monochromatic Colors of #2D480D
Black with #2D480D
Text Example
Text Example
White with #2D480D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D480D; }
p { color: rgb(45,72,13); }
H1.HeaderClassName
{
color: #2D480D;
}
.AnyTagClassName
{
color: #2D480D;
}
</style>
background-color css
<style>
a { background-color: #2D480D; }
a { background-color: rgb(45,72,13); }
div.DivClassName
{
background-color: #2D480D;
}
.BgClassName
{
background-color: #2D480D;
}
</style>
border-color css
<style>
span { border-color: #2D480D; }
span { border-color: rgb(45,72,13); }
td.TdClassName
{
border-color: #2D480D;
}
.TagClassName
{
border-color: #2D480D;
}
</style>