Shades of Turtle Green #2F340A
Tints of Turtle Green #2F340A
RGB
CMYK
RGB Variations
Color information
#2F340A (or 0x2F340A) is known color: Turtle Green. HEX triplet: 2F, 34 and 0A. RGB value is (47,52,10). Sum of RGB (Red+Green+Blue) = 47+52+10=109 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.12% from 109); Green value is 52 (20.70% from 255 or 47.71% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 52 - color contains mainly: green. Hex color #2F340A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F340A is #D0CBF5. Grayscale: #2D2D2D. Windows color (decimal): -13683702 or 668719. OLE color: 668719.
HSL color Cylindrical-coordinate representation of color #2F340A: hue angle of 67.14º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F340A is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 52 | 10 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.80 |
| HSL | 67.14º | 0.68% | 0.12% | - |
| HSV(B) | 67.14º | 0.81% | 0.2% | - |
| XYZ | 2.46 | 3.08 | 0.75 | - |
| YUV | 45.72 | 107.84 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 52 | 10 | 0.10 | 0 | 0.81 | 0.80 | 67.14 | 0.68 | 0.12 |
| Hex | 2F | 34 | A | A | 0 | 51 | 50 | 43 | 44 | C |
| Octal | 57 | 64 | 12 | 12 | 0 | 121 | 120 | 103 | 104 | 14 |
| Binary | 101111 | 110100 | 1010 | 1010 | 0 | 1010001 | 1010000 | 1000011 | 1000100 | 1100 |
Color Harmonies of #2F340A
Complementary color
Monochromatic Colors of #2F340A
Black with #2F340A
Text Example
Text Example
White with #2F340A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F340A; }
p { color: rgb(47,52,10); }
H1.HeaderClassName
{
color: #2F340A;
}
.AnyTagClassName
{
color: #2F340A;
}
</style>
background-color css
<style>
a { background-color: #2F340A; }
a { background-color: rgb(47,52,10); }
div.DivClassName
{
background-color: #2F340A;
}
.BgClassName
{
background-color: #2F340A;
}
</style>
border-color css
<style>
span { border-color: #2F340A; }
span { border-color: rgb(47,52,10); }
td.TdClassName
{
border-color: #2F340A;
}
.TagClassName
{
border-color: #2F340A;
}
</style>