Shades of Turtle Green #2F370F
Tints of Turtle Green #2F370F
RGB
CMYK
RGB Variations
Color information
#2F370F (or 0x2F370F) is known color: Turtle Green. HEX triplet: 2F, 37 and 0F. RGB value is (47,55,15). Sum of RGB (Red+Green+Blue) = 47+55+15=117 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.17% from 117); Green value is 55 (21.88% from 255 or 47.01% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 55 - color contains mainly: green. Hex color #2F370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F370F is #D0C8F0. Grayscale: #303030. Windows color (decimal): -13682929 or 997167. OLE color: 997167.
HSL color Cylindrical-coordinate representation of color #2F370F: hue angle of 72º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F370F is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 55 | 15 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.78 |
| HSL | 72º | 0.57% | 0.14% | - |
| HSV(B) | 72º | 0.73% | 0.22% | - |
| XYZ | 2.62 | 3.37 | 0.96 | - |
| YUV | 48.05 | 109.35 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 55 | 15 | 0.15 | 0 | 0.73 | 0.78 | 72 | 0.57 | 0.14 |
| Hex | 2F | 37 | F | F | 0 | 49 | 4E | 48 | 39 | E |
| Octal | 57 | 67 | 17 | 17 | 0 | 111 | 116 | 110 | 71 | 16 |
| Binary | 101111 | 110111 | 1111 | 1111 | 0 | 1001001 | 1001110 | 1001000 | 111001 | 1110 |
Color Harmonies of #2F370F
Complementary color
Monochromatic Colors of #2F370F
Black with #2F370F
Text Example
Text Example
White with #2F370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F370F; }
p { color: rgb(47,55,15); }
H1.HeaderClassName
{
color: #2F370F;
}
.AnyTagClassName
{
color: #2F370F;
}
</style>
background-color css
<style>
a { background-color: #2F370F; }
a { background-color: rgb(47,55,15); }
div.DivClassName
{
background-color: #2F370F;
}
.BgClassName
{
background-color: #2F370F;
}
</style>
border-color css
<style>
span { border-color: #2F370F; }
span { border-color: rgb(47,55,15); }
td.TdClassName
{
border-color: #2F370F;
}
.TagClassName
{
border-color: #2F370F;
}
</style>