Shades of Turtle Green #2F341B
Tints of Turtle Green #2F341B
RGB
CMYK
RGB Variations
Color information
#2F341B (or 0x2F341B) is known color: Turtle Green. HEX triplet: 2F, 34 and 1B. RGB value is (47,52,27). Sum of RGB (Red+Green+Blue) = 47+52+27=126 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.30% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 52 - color contains mainly: green. Hex color #2F341B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F341B is #D0CBE4. Grayscale: #2F2F2F. Windows color (decimal): -13683685 or 1782831. OLE color: 1782831.
HSL color Cylindrical-coordinate representation of color #2F341B: hue angle of 72º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F341B is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 52 | 27 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.80 |
| HSL | 72º | 0.32% | 0.15% | - |
| HSV(B) | 72º | 0.48% | 0.2% | - |
| XYZ | 2.6 | 3.14 | 1.51 | - |
| YUV | 47.66 | 116.34 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 52 | 27 | 0.10 | 0 | 0.48 | 0.80 | 72 | 0.32 | 0.15 |
| Hex | 2F | 34 | 1B | A | 0 | 30 | 50 | 48 | 20 | F |
| Octal | 57 | 64 | 33 | 12 | 0 | 60 | 120 | 110 | 40 | 17 |
| Binary | 101111 | 110100 | 11011 | 1010 | 0 | 110000 | 1010000 | 1001000 | 100000 | 1111 |
Color Harmonies of #2F341B
Complementary color
Monochromatic Colors of #2F341B
Black with #2F341B
Text Example
Text Example
White with #2F341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F341B; }
p { color: rgb(47,52,27); }
H1.HeaderClassName
{
color: #2F341B;
}
.AnyTagClassName
{
color: #2F341B;
}
</style>
background-color css
<style>
a { background-color: #2F341B; }
a { background-color: rgb(47,52,27); }
div.DivClassName
{
background-color: #2F341B;
}
.BgClassName
{
background-color: #2F341B;
}
</style>
border-color css
<style>
span { border-color: #2F341B; }
span { border-color: rgb(47,52,27); }
td.TdClassName
{
border-color: #2F341B;
}
.TagClassName
{
border-color: #2F341B;
}
</style>