Shades of Turtle Green #2F3902
Tints of Turtle Green #2F3902
RGB
CMYK
RGB Variations
Color information
#2F3902 (or 0x2F3902) is known color: Turtle Green. HEX triplet: 2F, 39 and 02. RGB value is (47,57,2). Sum of RGB (Red+Green+Blue) = 47+57+2=106 (14% of max value = 765). Red value is 47 (18.75% from 255 or 44.34% from 106); Green value is 57 (22.66% from 255 or 53.77% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 57 - color contains mainly: green. Hex color #2F3902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3902 is #D0C6FD. Grayscale: #2F2F2F. Windows color (decimal): -13682430 or 145711. OLE color: 145711.
HSL color Cylindrical-coordinate representation of color #2F3902: hue angle of 70.91º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F3902 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 57 | 2 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.78 |
| HSL | 70.91º | 0.93% | 0.12% | - |
| HSV(B) | 70.91º | 0.96% | 0.22% | - |
| XYZ | 2.65 | 3.53 | 0.6 | - |
| YUV | 47.74 | 102.19 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 57 | 2 | 0.18 | 0 | 0.96 | 0.78 | 70.91 | 0.93 | 0.12 |
| Hex | 2F | 39 | 2 | 12 | 0 | 60 | 4E | 47 | 5D | C |
| Octal | 57 | 71 | 2 | 22 | 0 | 140 | 116 | 107 | 135 | 14 |
| Binary | 101111 | 111001 | 10 | 10010 | 0 | 1100000 | 1001110 | 1000111 | 1011101 | 1100 |
Color Harmonies of #2F3902
Complementary color
Monochromatic Colors of #2F3902
Black with #2F3902
Text Example
Text Example
White with #2F3902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3902; }
p { color: rgb(47,57,2); }
H1.HeaderClassName
{
color: #2F3902;
}
.AnyTagClassName
{
color: #2F3902;
}
</style>
background-color css
<style>
a { background-color: #2F3902; }
a { background-color: rgb(47,57,2); }
div.DivClassName
{
background-color: #2F3902;
}
.BgClassName
{
background-color: #2F3902;
}
</style>
border-color css
<style>
span { border-color: #2F3902; }
span { border-color: rgb(47,57,2); }
td.TdClassName
{
border-color: #2F3902;
}
.TagClassName
{
border-color: #2F3902;
}
</style>