Shades of Turtle Green #2F390A
Tints of Turtle Green #2F390A
RGB
CMYK
RGB Variations
Color information
#2F390A (or 0x2F390A) is known color: Turtle Green. HEX triplet: 2F, 39 and 0A. RGB value is (47,57,10). Sum of RGB (Red+Green+Blue) = 47+57+10=114 (15% of max value = 765). Red value is 47 (18.75% from 255 or 41.23% from 114); Green value is 57 (22.66% from 255 or 50% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 57 - color contains mainly: green. Hex color #2F390A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F390A is #D0C6F5. Grayscale: #303030. Windows color (decimal): -13682422 or 669999. OLE color: 669999.
HSL color Cylindrical-coordinate representation of color #2F390A: hue angle of 72.77º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F390A is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 57 | 10 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.78 |
| HSL | 72.77º | 0.7% | 0.13% | - |
| HSV(B) | 72.77º | 0.82% | 0.22% | - |
| XYZ | 2.69 | 3.55 | 0.83 | - |
| YUV | 48.65 | 106.19 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 57 | 10 | 0.18 | 0 | 0.82 | 0.78 | 72.77 | 0.7 | 0.13 |
| Hex | 2F | 39 | A | 12 | 0 | 52 | 4E | 49 | 46 | D |
| Octal | 57 | 71 | 12 | 22 | 0 | 122 | 116 | 111 | 106 | 15 |
| Binary | 101111 | 111001 | 1010 | 10010 | 0 | 1010010 | 1001110 | 1001001 | 1000110 | 1101 |
Color Harmonies of #2F390A
Complementary color
Monochromatic Colors of #2F390A
Black with #2F390A
Text Example
Text Example
White with #2F390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F390A; }
p { color: rgb(47,57,10); }
H1.HeaderClassName
{
color: #2F390A;
}
.AnyTagClassName
{
color: #2F390A;
}
</style>
background-color css
<style>
a { background-color: #2F390A; }
a { background-color: rgb(47,57,10); }
div.DivClassName
{
background-color: #2F390A;
}
.BgClassName
{
background-color: #2F390A;
}
</style>
border-color css
<style>
span { border-color: #2F390A; }
span { border-color: rgb(47,57,10); }
td.TdClassName
{
border-color: #2F390A;
}
.TagClassName
{
border-color: #2F390A;
}
</style>