Shades of Turtle Green #2F391B
Tints of Turtle Green #2F391B
RGB
CMYK
RGB Variations
Color information
#2F391B (or 0x2F391B) is known color: Turtle Green. HEX triplet: 2F, 39 and 1B. RGB value is (47,57,27). Sum of RGB (Red+Green+Blue) = 47+57+27=131 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.88% from 131); Green value is 57 (22.66% from 255 or 43.51% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 57 - color contains mainly: green. Hex color #2F391B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F391B is #D0C6E4. Grayscale: #323232. Windows color (decimal): -13682405 or 1784111. OLE color: 1784111.
HSL color Cylindrical-coordinate representation of color #2F391B: hue angle of 80º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F391B is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 57 | 27 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.78 |
| HSL | 80º | 0.36% | 0.16% | - |
| HSV(B) | 80º | 0.53% | 0.22% | - |
| XYZ | 2.83 | 3.61 | 1.58 | - |
| YUV | 50.59 | 114.69 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 57 | 27 | 0.18 | 0 | 0.53 | 0.78 | 80 | 0.36 | 0.16 |
| Hex | 2F | 39 | 1B | 12 | 0 | 35 | 4E | 50 | 24 | 10 |
| Octal | 57 | 71 | 33 | 22 | 0 | 65 | 116 | 120 | 44 | 20 |
| Binary | 101111 | 111001 | 11011 | 10010 | 0 | 110101 | 1001110 | 1010000 | 100100 | 10000 |
Color Harmonies of #2F391B
Complementary color
Monochromatic Colors of #2F391B
Black with #2F391B
Text Example
Text Example
White with #2F391B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F391B; }
p { color: rgb(47,57,27); }
H1.HeaderClassName
{
color: #2F391B;
}
.AnyTagClassName
{
color: #2F391B;
}
</style>
background-color css
<style>
a { background-color: #2F391B; }
a { background-color: rgb(47,57,27); }
div.DivClassName
{
background-color: #2F391B;
}
.BgClassName
{
background-color: #2F391B;
}
</style>
border-color css
<style>
span { border-color: #2F391B; }
span { border-color: rgb(47,57,27); }
td.TdClassName
{
border-color: #2F391B;
}
.TagClassName
{
border-color: #2F391B;
}
</style>