Shades of Turtle Green #2F381D
Tints of Turtle Green #2F381D
RGB
CMYK
RGB Variations
Color information
#2F381D (or 0x2F381D) is known color: Turtle Green. HEX triplet: 2F, 38 and 1D. RGB value is (47,56,29). Sum of RGB (Red+Green+Blue) = 47+56+29=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 56 (22.27% from 255 or 42.42% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 56 - color contains mainly: green. Hex color #2F381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F381D is #D0C7E2. Grayscale: #323232. Windows color (decimal): -13682659 or 1914927. OLE color: 1914927.
HSL color Cylindrical-coordinate representation of color #2F381D: hue angle of 80º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F381D is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 56 | 29 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.78 |
| HSL | 80º | 0.32% | 0.17% | - |
| HSV(B) | 80º | 0.48% | 0.22% | - |
| XYZ | 2.81 | 3.52 | 1.69 | - |
| YUV | 50.23 | 116.02 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 56 | 29 | 0.16 | 0 | 0.48 | 0.78 | 80 | 0.32 | 0.17 |
| Hex | 2F | 38 | 1D | 10 | 0 | 30 | 4E | 50 | 20 | 11 |
| Octal | 57 | 70 | 35 | 20 | 0 | 60 | 116 | 120 | 40 | 21 |
| Binary | 101111 | 111000 | 11101 | 10000 | 0 | 110000 | 1001110 | 1010000 | 100000 | 10001 |
Color Harmonies of #2F381D
Complementary color
Monochromatic Colors of #2F381D
Black with #2F381D
Text Example
Text Example
White with #2F381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F381D; }
p { color: rgb(47,56,29); }
H1.HeaderClassName
{
color: #2F381D;
}
.AnyTagClassName
{
color: #2F381D;
}
</style>
background-color css
<style>
a { background-color: #2F381D; }
a { background-color: rgb(47,56,29); }
div.DivClassName
{
background-color: #2F381D;
}
.BgClassName
{
background-color: #2F381D;
}
</style>
border-color css
<style>
span { border-color: #2F381D; }
span { border-color: rgb(47,56,29); }
td.TdClassName
{
border-color: #2F381D;
}
.TagClassName
{
border-color: #2F381D;
}
</style>