Shades of Turtle Green #2F3705
Tints of Turtle Green #2F3705
RGB
CMYK
RGB Variations
Color information
#2F3705 (or 0x2F3705) is known color: Turtle Green. HEX triplet: 2F, 37 and 05. RGB value is (47,55,5). Sum of RGB (Red+Green+Blue) = 47+55+5=107 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.93% from 107); Green value is 55 (21.88% from 255 or 51.40% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 55 - color contains mainly: green. Hex color #2F3705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3705 is #D0C8FA. Grayscale: #2F2F2F. Windows color (decimal): -13682939 or 341807. OLE color: 341807.
HSL color Cylindrical-coordinate representation of color #2F3705: hue angle of 69.6º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F3705 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 55 | 5 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.78 |
| HSL | 69.6º | 0.83% | 0.12% | - |
| HSV(B) | 69.6º | 0.91% | 0.22% | - |
| XYZ | 2.57 | 3.35 | 0.65 | - |
| YUV | 46.91 | 104.35 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 55 | 5 | 0.15 | 0 | 0.91 | 0.78 | 69.6 | 0.83 | 0.12 |
| Hex | 2F | 37 | 5 | F | 0 | 5B | 4E | 46 | 53 | C |
| Octal | 57 | 67 | 5 | 17 | 0 | 133 | 116 | 106 | 123 | 14 |
| Binary | 101111 | 110111 | 101 | 1111 | 0 | 1011011 | 1001110 | 1000110 | 1010011 | 1100 |
Color Harmonies of #2F3705
Complementary color
Monochromatic Colors of #2F3705
Black with #2F3705
Text Example
Text Example
White with #2F3705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3705; }
p { color: rgb(47,55,5); }
H1.HeaderClassName
{
color: #2F3705;
}
.AnyTagClassName
{
color: #2F3705;
}
</style>
background-color css
<style>
a { background-color: #2F3705; }
a { background-color: rgb(47,55,5); }
div.DivClassName
{
background-color: #2F3705;
}
.BgClassName
{
background-color: #2F3705;
}
</style>
border-color css
<style>
span { border-color: #2F3705; }
span { border-color: rgb(47,55,5); }
td.TdClassName
{
border-color: #2F3705;
}
.TagClassName
{
border-color: #2F3705;
}
</style>