Shades of Turtle Green #2F390F
Tints of Turtle Green #2F390F
RGB
CMYK
RGB Variations
Color information
#2F390F (or 0x2F390F) is known color: Turtle Green. HEX triplet: 2F, 39 and 0F. RGB value is (47,57,15). Sum of RGB (Red+Green+Blue) = 47+57+15=119 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.50% from 119); Green value is 57 (22.66% from 255 or 47.90% from 119); Blue value is 15 (6.25% from 255 or 12.61% from 119); Max value from RGB is 57 - color contains mainly: green. Hex color #2F390F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F390F is #D0C6F0. Grayscale: #313131. Windows color (decimal): -13682417 or 997679. OLE color: 997679.
HSL color Cylindrical-coordinate representation of color #2F390F: hue angle of 74.29º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F390F is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 57 | 15 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.78 |
| HSL | 74.29º | 0.58% | 0.14% | - |
| HSV(B) | 74.29º | 0.74% | 0.22% | - |
| XYZ | 2.72 | 3.57 | 1 | - |
| YUV | 49.22 | 108.69 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 57 | 15 | 0.18 | 0 | 0.74 | 0.78 | 74.29 | 0.58 | 0.14 |
| Hex | 2F | 39 | F | 12 | 0 | 4A | 4E | 4A | 3A | E |
| Octal | 57 | 71 | 17 | 22 | 0 | 112 | 116 | 112 | 72 | 16 |
| Binary | 101111 | 111001 | 1111 | 10010 | 0 | 1001010 | 1001110 | 1001010 | 111010 | 1110 |
Color Harmonies of #2F390F
Complementary color
Monochromatic Colors of #2F390F
Black with #2F390F
Text Example
Text Example
White with #2F390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F390F; }
p { color: rgb(47,57,15); }
H1.HeaderClassName
{
color: #2F390F;
}
.AnyTagClassName
{
color: #2F390F;
}
</style>
background-color css
<style>
a { background-color: #2F390F; }
a { background-color: rgb(47,57,15); }
div.DivClassName
{
background-color: #2F390F;
}
.BgClassName
{
background-color: #2F390F;
}
</style>
border-color css
<style>
span { border-color: #2F390F; }
span { border-color: rgb(47,57,15); }
td.TdClassName
{
border-color: #2F390F;
}
.TagClassName
{
border-color: #2F390F;
}
</style>