Shades of Turtle Green #2F371D
Tints of Turtle Green #2F371D
RGB
CMYK
RGB Variations
Color information
#2F371D (or 0x2F371D) is known color: Turtle Green. HEX triplet: 2F, 37 and 1D. RGB value is (47,55,29). Sum of RGB (Red+Green+Blue) = 47+55+29=131 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.88% from 131); Green value is 55 (21.88% from 255 or 41.98% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 55 - color contains mainly: green. Hex color #2F371D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F371D is #D0C8E2. Grayscale: #313131. Windows color (decimal): -13682915 or 1914671. OLE color: 1914671.
HSL color Cylindrical-coordinate representation of color #2F371D: hue angle of 78.46º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F371D is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 55 | 29 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.78 |
| HSL | 78.46º | 0.31% | 0.16% | - |
| HSV(B) | 78.46º | 0.47% | 0.22% | - |
| XYZ | 2.76 | 3.43 | 1.68 | - |
| YUV | 49.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 55 | 29 | 0.15 | 0 | 0.47 | 0.78 | 78.46 | 0.31 | 0.16 |
| Hex | 2F | 37 | 1D | F | 0 | 2F | 4E | 4E | 1F | 10 |
| Octal | 57 | 67 | 35 | 17 | 0 | 57 | 116 | 116 | 37 | 20 |
| Binary | 101111 | 110111 | 11101 | 1111 | 0 | 101111 | 1001110 | 1001110 | 11111 | 10000 |
Color Harmonies of #2F371D
Complementary color
Monochromatic Colors of #2F371D
Black with #2F371D
Text Example
Text Example
White with #2F371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F371D; }
p { color: rgb(47,55,29); }
H1.HeaderClassName
{
color: #2F371D;
}
.AnyTagClassName
{
color: #2F371D;
}
</style>
background-color css
<style>
a { background-color: #2F371D; }
a { background-color: rgb(47,55,29); }
div.DivClassName
{
background-color: #2F371D;
}
.BgClassName
{
background-color: #2F371D;
}
</style>
border-color css
<style>
span { border-color: #2F371D; }
span { border-color: rgb(47,55,29); }
td.TdClassName
{
border-color: #2F371D;
}
.TagClassName
{
border-color: #2F371D;
}
</style>