Shades of Turtle Green #2F3D15
Tints of Turtle Green #2F3D15
RGB
CMYK
RGB Variations
Color information
#2F3D15 (or 0x2F3D15) is known color: Turtle Green. HEX triplet: 2F, 3D and 15. RGB value is (47,61,21). Sum of RGB (Red+Green+Blue) = 47+61+21=129 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.43% from 129); Green value is 61 (24.22% from 255 or 47.29% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 61 - color contains mainly: green. Hex color #2F3D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3D15 is #D0C2EA. Grayscale: #343434. Windows color (decimal): -13681387 or 1391919. OLE color: 1391919.
HSL color Cylindrical-coordinate representation of color #2F3D15: hue angle of 81º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F3D15 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 61 | 21 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.76 |
| HSL | 81º | 0.49% | 0.16% | - |
| HSV(B) | 81º | 0.66% | 0.24% | - |
| XYZ | 2.98 | 4 | 1.32 | - |
| YUV | 52.25 | 110.36 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 61 | 21 | 0.23 | 0 | 0.66 | 0.76 | 81 | 0.49 | 0.16 |
| Hex | 2F | 3D | 15 | 17 | 0 | 42 | 4C | 51 | 31 | 10 |
| Octal | 57 | 75 | 25 | 27 | 0 | 102 | 114 | 121 | 61 | 20 |
| Binary | 101111 | 111101 | 10101 | 10111 | 0 | 1000010 | 1001100 | 1010001 | 110001 | 10000 |
Color Harmonies of #2F3D15
Complementary color
Monochromatic Colors of #2F3D15
Black with #2F3D15
Text Example
Text Example
White with #2F3D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3D15; }
p { color: rgb(47,61,21); }
H1.HeaderClassName
{
color: #2F3D15;
}
.AnyTagClassName
{
color: #2F3D15;
}
</style>
background-color css
<style>
a { background-color: #2F3D15; }
a { background-color: rgb(47,61,21); }
div.DivClassName
{
background-color: #2F3D15;
}
.BgClassName
{
background-color: #2F3D15;
}
</style>
border-color css
<style>
span { border-color: #2F3D15; }
span { border-color: rgb(47,61,21); }
td.TdClassName
{
border-color: #2F3D15;
}
.TagClassName
{
border-color: #2F3D15;
}
</style>