Shades of Turtle Green #2F3202
Tints of Turtle Green #2F3202
RGB
CMYK
RGB Variations
Color information
#2F3202 (or 0x2F3202) is known color: Turtle Green. HEX triplet: 2F, 32 and 02. RGB value is (47,50,2). Sum of RGB (Red+Green+Blue) = 47+50+2=99 (13% of max value = 765). Red value is 47 (18.75% from 255 or 47.47% from 99); Green value is 50 (19.92% from 255 or 50.51% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 50 - color contains mainly: green. Hex color #2F3202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3202 is #D0CDFD. Grayscale: #2B2B2B. Windows color (decimal): -13684222 or 143919. OLE color: 143919.
HSL color Cylindrical-coordinate representation of color #2F3202: hue angle of 63.75º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F3202 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 50 | 2 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.80 |
| HSL | 63.75º | 0.92% | 0.1% | - |
| HSV(B) | 63.75º | 0.96% | 0.2% | - |
| XYZ | 2.32 | 2.89 | 0.49 | - |
| YUV | 43.63 | 104.51 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 50 | 2 | 0.06 | 0 | 0.96 | 0.80 | 63.75 | 0.92 | 0.1 |
| Hex | 2F | 32 | 2 | 6 | 0 | 60 | 50 | 40 | 5C | A |
| Octal | 57 | 62 | 2 | 6 | 0 | 140 | 120 | 100 | 134 | 12 |
| Binary | 101111 | 110010 | 10 | 110 | 0 | 1100000 | 1010000 | 1000000 | 1011100 | 1010 |
Color Harmonies of #2F3202
Complementary color
Monochromatic Colors of #2F3202
Black with #2F3202
Text Example
Text Example
White with #2F3202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3202; }
p { color: rgb(47,50,2); }
H1.HeaderClassName
{
color: #2F3202;
}
.AnyTagClassName
{
color: #2F3202;
}
</style>
background-color css
<style>
a { background-color: #2F3202; }
a { background-color: rgb(47,50,2); }
div.DivClassName
{
background-color: #2F3202;
}
.BgClassName
{
background-color: #2F3202;
}
</style>
border-color css
<style>
span { border-color: #2F3202; }
span { border-color: rgb(47,50,2); }
td.TdClassName
{
border-color: #2F3202;
}
.TagClassName
{
border-color: #2F3202;
}
</style>