Shades of Turtle Green #2F3817
Tints of Turtle Green #2F3817
RGB
CMYK
RGB Variations
Color information
#2F3817 (or 0x2F3817) is known color: Turtle Green. HEX triplet: 2F, 38 and 17. RGB value is (47,56,23). Sum of RGB (Red+Green+Blue) = 47+56+23=126 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.30% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 56 - color contains mainly: green. Hex color #2F3817 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3817 is #D0C7E8. Grayscale: #313131. Windows color (decimal): -13682665 or 1521711. OLE color: 1521711.
HSL color Cylindrical-coordinate representation of color #2F3817: hue angle of 76.36º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F3817 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 56 | 23 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.78 |
| HSL | 76.36º | 0.42% | 0.15% | - |
| HSV(B) | 76.36º | 0.59% | 0.22% | - |
| XYZ | 2.74 | 3.49 | 1.34 | - |
| YUV | 49.55 | 113.02 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 56 | 23 | 0.16 | 0 | 0.59 | 0.78 | 76.36 | 0.42 | 0.15 |
| Hex | 2F | 38 | 17 | 10 | 0 | 3B | 4E | 4C | 2A | F |
| Octal | 57 | 70 | 27 | 20 | 0 | 73 | 116 | 114 | 52 | 17 |
| Binary | 101111 | 111000 | 10111 | 10000 | 0 | 111011 | 1001110 | 1001100 | 101010 | 1111 |
Color Harmonies of #2F3817
Complementary color
Monochromatic Colors of #2F3817
Black with #2F3817
Text Example
Text Example
White with #2F3817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3817; }
p { color: rgb(47,56,23); }
H1.HeaderClassName
{
color: #2F3817;
}
.AnyTagClassName
{
color: #2F3817;
}
</style>
background-color css
<style>
a { background-color: #2F3817; }
a { background-color: rgb(47,56,23); }
div.DivClassName
{
background-color: #2F3817;
}
.BgClassName
{
background-color: #2F3817;
}
</style>
border-color css
<style>
span { border-color: #2F3817; }
span { border-color: rgb(47,56,23); }
td.TdClassName
{
border-color: #2F3817;
}
.TagClassName
{
border-color: #2F3817;
}
</style>