Shades of Turtle Green #2F371B
Tints of Turtle Green #2F371B
RGB
CMYK
RGB Variations
Color information
#2F371B (or 0x2F371B) is known color: Turtle Green. HEX triplet: 2F, 37 and 1B. RGB value is (47,55,27). Sum of RGB (Red+Green+Blue) = 47+55+27=129 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.43% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 55 - color contains mainly: green. Hex color #2F371B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F371B is #D0C8E4. Grayscale: #313131. Windows color (decimal): -13682917 or 1783599. OLE color: 1783599.
HSL color Cylindrical-coordinate representation of color #2F371B: hue angle of 77.14º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F371B is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 55 | 27 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.78 |
| HSL | 77.14º | 0.34% | 0.16% | - |
| HSV(B) | 77.14º | 0.51% | 0.22% | - |
| XYZ | 2.74 | 3.42 | 1.55 | - |
| YUV | 49.42 | 115.35 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 55 | 27 | 0.15 | 0 | 0.51 | 0.78 | 77.14 | 0.34 | 0.16 |
| Hex | 2F | 37 | 1B | F | 0 | 33 | 4E | 4D | 22 | 10 |
| Octal | 57 | 67 | 33 | 17 | 0 | 63 | 116 | 115 | 42 | 20 |
| Binary | 101111 | 110111 | 11011 | 1111 | 0 | 110011 | 1001110 | 1001101 | 100010 | 10000 |
Color Harmonies of #2F371B
Complementary color
Monochromatic Colors of #2F371B
Black with #2F371B
Text Example
Text Example
White with #2F371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F371B; }
p { color: rgb(47,55,27); }
H1.HeaderClassName
{
color: #2F371B;
}
.AnyTagClassName
{
color: #2F371B;
}
</style>
background-color css
<style>
a { background-color: #2F371B; }
a { background-color: rgb(47,55,27); }
div.DivClassName
{
background-color: #2F371B;
}
.BgClassName
{
background-color: #2F371B;
}
</style>
border-color css
<style>
span { border-color: #2F371B; }
span { border-color: rgb(47,55,27); }
td.TdClassName
{
border-color: #2F371B;
}
.TagClassName
{
border-color: #2F371B;
}
</style>