Shades of Turtle Green #2F390B
Tints of Turtle Green #2F390B
RGB
CMYK
RGB Variations
Color information
#2F390B (or 0x2F390B) is known color: Turtle Green. HEX triplet: 2F, 39 and 0B. RGB value is (47,57,11). Sum of RGB (Red+Green+Blue) = 47+57+11=115 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.87% from 115); Green value is 57 (22.66% from 255 or 49.57% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 57 - color contains mainly: green. Hex color #2F390B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F390B is #D0C6F4. Grayscale: #303030. Windows color (decimal): -13682421 or 735535. OLE color: 735535.
HSL color Cylindrical-coordinate representation of color #2F390B: hue angle of 73.04º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F390B is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 57 | 11 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.78 |
| HSL | 73.04º | 0.68% | 0.13% | - |
| HSV(B) | 73.04º | 0.81% | 0.22% | - |
| XYZ | 2.7 | 3.55 | 0.86 | - |
| YUV | 48.77 | 106.69 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 57 | 11 | 0.18 | 0 | 0.81 | 0.78 | 73.04 | 0.68 | 0.13 |
| Hex | 2F | 39 | B | 12 | 0 | 51 | 4E | 49 | 44 | D |
| Octal | 57 | 71 | 13 | 22 | 0 | 121 | 116 | 111 | 104 | 15 |
| Binary | 101111 | 111001 | 1011 | 10010 | 0 | 1010001 | 1001110 | 1001001 | 1000100 | 1101 |
Color Harmonies of #2F390B
Complementary color
Monochromatic Colors of #2F390B
Black with #2F390B
Text Example
Text Example
White with #2F390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F390B; }
p { color: rgb(47,57,11); }
H1.HeaderClassName
{
color: #2F390B;
}
.AnyTagClassName
{
color: #2F390B;
}
</style>
background-color css
<style>
a { background-color: #2F390B; }
a { background-color: rgb(47,57,11); }
div.DivClassName
{
background-color: #2F390B;
}
.BgClassName
{
background-color: #2F390B;
}
</style>
border-color css
<style>
span { border-color: #2F390B; }
span { border-color: rgb(47,57,11); }
td.TdClassName
{
border-color: #2F390B;
}
.TagClassName
{
border-color: #2F390B;
}
</style>