Shades of Turtle Green #2D370C
Tints of Turtle Green #2D370C
RGB
CMYK
RGB Variations
Color information
#2D370C (or 0x2D370C) is known color: Turtle Green. HEX triplet: 2D, 37 and 0C. RGB value is (45,55,12). Sum of RGB (Red+Green+Blue) = 45+55+12=112 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.18% from 112); Green value is 55 (21.88% from 255 or 49.11% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 55 - color contains mainly: green. Hex color #2D370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D370C is #D2C8F3. Grayscale: #2F2F2F. Windows color (decimal): -13814004 or 800557. OLE color: 800557.
HSL color Cylindrical-coordinate representation of color #2D370C: hue angle of 73.95º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D370C is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 55 | 12 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.78 |
| HSL | 73.95º | 0.64% | 0.13% | - |
| HSV(B) | 73.95º | 0.78% | 0.22% | - |
| XYZ | 2.51 | 3.32 | 0.86 | - |
| YUV | 47.11 | 108.19 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 55 | 12 | 0.18 | 0 | 0.78 | 0.78 | 73.95 | 0.64 | 0.13 |
| Hex | 2D | 37 | C | 12 | 0 | 4E | 4E | 4A | 40 | D |
| Octal | 55 | 67 | 14 | 22 | 0 | 116 | 116 | 112 | 100 | 15 |
| Binary | 101101 | 110111 | 1100 | 10010 | 0 | 1001110 | 1001110 | 1001010 | 1000000 | 1101 |
Color Harmonies of #2D370C
Complementary color
Monochromatic Colors of #2D370C
Black with #2D370C
Text Example
Text Example
White with #2D370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D370C; }
p { color: rgb(45,55,12); }
H1.HeaderClassName
{
color: #2D370C;
}
.AnyTagClassName
{
color: #2D370C;
}
</style>
background-color css
<style>
a { background-color: #2D370C; }
a { background-color: rgb(45,55,12); }
div.DivClassName
{
background-color: #2D370C;
}
.BgClassName
{
background-color: #2D370C;
}
</style>
border-color css
<style>
span { border-color: #2D370C; }
span { border-color: rgb(45,55,12); }
td.TdClassName
{
border-color: #2D370C;
}
.TagClassName
{
border-color: #2D370C;
}
</style>