Shades of Turtle Green #2F330D
Tints of Turtle Green #2F330D
RGB
CMYK
RGB Variations
Color information
#2F330D (or 0x2F330D) is known color: Turtle Green. HEX triplet: 2F, 33 and 0D. RGB value is (47,51,13). Sum of RGB (Red+Green+Blue) = 47+51+13=111 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.34% from 111); Green value is 51 (20.31% from 255 or 45.95% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 51 - color contains mainly: green. Hex color #2F330D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F330D is #D0CCF2. Grayscale: #2D2D2D. Windows color (decimal): -13683955 or 865071. OLE color: 865071.
HSL color Cylindrical-coordinate representation of color #2F330D: hue angle of 66.32º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F330D is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 47 | 51 | 13 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.8 |
| HSL | 66.32º | 0.59% | 0.13% | - |
| HSV(B) | 66.32º | 0.75% | 0.2% | - |
| XYZ | 2.43 | 3 | 0.83 | - |
| YUV | 45.47 | 109.67 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 51 | 13 | 0.08 | 0 | 0.75 | 0.8 | 66.32 | 0.59 | 0.13 |
| Hex | 2F | 33 | D | 8 | 0 | 4B | 50 | 42 | 3B | D |
| Octal | 57 | 63 | 15 | 10 | 0 | 113 | 120 | 102 | 73 | 15 |
| Binary | 101111 | 110011 | 1101 | 1000 | 0 | 1001011 | 1010000 | 1000010 | 111011 | 1101 |
Color Harmonies of #2F330D
Complementary color
Monochromatic Colors of #2F330D
Black with #2F330D
Text Example
Text Example
White with #2F330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F330D; }
p { color: rgb(47,51,13); }
H1.HeaderClassName
{
color: #2F330D;
}
.AnyTagClassName
{
color: #2F330D;
}
</style>
background-color css
<style>
a { background-color: #2F330D; }
a { background-color: rgb(47,51,13); }
div.DivClassName
{
background-color: #2F330D;
}
.BgClassName
{
background-color: #2F330D;
}
</style>
border-color css
<style>
span { border-color: #2F330D; }
span { border-color: rgb(47,51,13); }
td.TdClassName
{
border-color: #2F330D;
}
.TagClassName
{
border-color: #2F330D;
}
</style>