Shades of Turtle Green #2F3D0F
Tints of Turtle Green #2F3D0F
RGB
CMYK
RGB Variations
Color information
#2F3D0F (or 0x2F3D0F) is known color: Turtle Green. HEX triplet: 2F, 3D and 0F. RGB value is (47,61,15). Sum of RGB (Red+Green+Blue) = 47+61+15=123 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.21% from 123); Green value is 61 (24.22% from 255 or 49.59% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 61 - color contains mainly: green. Hex color #2F3D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3D0F is #D0C2F0. Grayscale: #333333. Windows color (decimal): -13681393 or 998703. OLE color: 998703.
HSL color Cylindrical-coordinate representation of color #2F3D0F: hue angle of 78.26º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F3D0F is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 61 | 15 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.76 |
| HSL | 78.26º | 0.61% | 0.15% | - |
| HSV(B) | 78.26º | 0.75% | 0.24% | - |
| XYZ | 2.93 | 3.98 | 1.07 | - |
| YUV | 51.57 | 107.36 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 61 | 15 | 0.23 | 0 | 0.75 | 0.76 | 78.26 | 0.61 | 0.15 |
| Hex | 2F | 3D | F | 17 | 0 | 4B | 4C | 4E | 3D | F |
| Octal | 57 | 75 | 17 | 27 | 0 | 113 | 114 | 116 | 75 | 17 |
| Binary | 101111 | 111101 | 1111 | 10111 | 0 | 1001011 | 1001100 | 1001110 | 111101 | 1111 |
Color Harmonies of #2F3D0F
Complementary color
Monochromatic Colors of #2F3D0F
Black with #2F3D0F
Text Example
Text Example
White with #2F3D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3D0F; }
p { color: rgb(47,61,15); }
H1.HeaderClassName
{
color: #2F3D0F;
}
.AnyTagClassName
{
color: #2F3D0F;
}
</style>
background-color css
<style>
a { background-color: #2F3D0F; }
a { background-color: rgb(47,61,15); }
div.DivClassName
{
background-color: #2F3D0F;
}
.BgClassName
{
background-color: #2F3D0F;
}
</style>
border-color css
<style>
span { border-color: #2F3D0F; }
span { border-color: rgb(47,61,15); }
td.TdClassName
{
border-color: #2F3D0F;
}
.TagClassName
{
border-color: #2F3D0F;
}
</style>