Shades of Turtle Green #2F381E
Tints of Turtle Green #2F381E
RGB
CMYK
RGB Variations
Color information
#2F381E (or 0x2F381E) is known color: Turtle Green. HEX triplet: 2F, 38 and 1E. RGB value is (47,56,30). Sum of RGB (Red+Green+Blue) = 47+56+30=133 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.34% from 133); Green value is 56 (22.27% from 255 or 42.11% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 56 - color contains mainly: green. Hex color #2F381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F381E is #D0C7E1. Grayscale: #323232. Windows color (decimal): -13682658 or 1980463. OLE color: 1980463.
HSL color Cylindrical-coordinate representation of color #2F381E: hue angle of 80.77º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2F381E is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 56 | 30 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.78 |
| HSL | 80.77º | 0.3% | 0.17% | - |
| HSV(B) | 80.77º | 0.46% | 0.22% | - |
| XYZ | 2.82 | 3.53 | 1.76 | - |
| YUV | 50.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 56 | 30 | 0.16 | 0 | 0.46 | 0.78 | 80.77 | 0.3 | 0.17 |
| Hex | 2F | 38 | 1E | 10 | 0 | 2E | 4E | 51 | 1E | 11 |
| Octal | 57 | 70 | 36 | 20 | 0 | 56 | 116 | 121 | 36 | 21 |
| Binary | 101111 | 111000 | 11110 | 10000 | 0 | 101110 | 1001110 | 1010001 | 11110 | 10001 |
Color Harmonies of #2F381E
Complementary color
Monochromatic Colors of #2F381E
Black with #2F381E
Text Example
Text Example
White with #2F381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F381E; }
p { color: rgb(47,56,30); }
H1.HeaderClassName
{
color: #2F381E;
}
.AnyTagClassName
{
color: #2F381E;
}
</style>
background-color css
<style>
a { background-color: #2F381E; }
a { background-color: rgb(47,56,30); }
div.DivClassName
{
background-color: #2F381E;
}
.BgClassName
{
background-color: #2F381E;
}
</style>
border-color css
<style>
span { border-color: #2F381E; }
span { border-color: rgb(47,56,30); }
td.TdClassName
{
border-color: #2F381E;
}
.TagClassName
{
border-color: #2F381E;
}
</style>