Shades of Turtle Green #2F350B
Tints of Turtle Green #2F350B
RGB
CMYK
RGB Variations
Color information
#2F350B (or 0x2F350B) is known color: Turtle Green. HEX triplet: 2F, 35 and 0B. RGB value is (47,53,11). Sum of RGB (Red+Green+Blue) = 47+53+11=111 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.34% from 111); Green value is 53 (21.09% from 255 or 47.75% from 111); Blue value is 11 (4.69% from 255 or 9.91% from 111); Max value from RGB is 53 - color contains mainly: green. Hex color #2F350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F350B is #D0CAF4. Grayscale: #2E2E2E. Windows color (decimal): -13683445 or 734511. OLE color: 734511.
HSL color Cylindrical-coordinate representation of color #2F350B: hue angle of 68.57º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F350B is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 47 | 53 | 11 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.79 |
| HSL | 68.57º | 0.66% | 0.13% | - |
| HSV(B) | 68.57º | 0.79% | 0.21% | - |
| XYZ | 2.51 | 3.17 | 0.8 | - |
| YUV | 46.42 | 108.01 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 53 | 11 | 0.11 | 0 | 0.79 | 0.79 | 68.57 | 0.66 | 0.13 |
| Hex | 2F | 35 | B | B | 0 | 4F | 4F | 45 | 42 | D |
| Octal | 57 | 65 | 13 | 13 | 0 | 117 | 117 | 105 | 102 | 15 |
| Binary | 101111 | 110101 | 1011 | 1011 | 0 | 1001111 | 1001111 | 1000101 | 1000010 | 1101 |
Color Harmonies of #2F350B
Complementary color
Monochromatic Colors of #2F350B
Black with #2F350B
Text Example
Text Example
White with #2F350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F350B; }
p { color: rgb(47,53,11); }
H1.HeaderClassName
{
color: #2F350B;
}
.AnyTagClassName
{
color: #2F350B;
}
</style>
background-color css
<style>
a { background-color: #2F350B; }
a { background-color: rgb(47,53,11); }
div.DivClassName
{
background-color: #2F350B;
}
.BgClassName
{
background-color: #2F350B;
}
</style>
border-color css
<style>
span { border-color: #2F350B; }
span { border-color: rgb(47,53,11); }
td.TdClassName
{
border-color: #2F350B;
}
.TagClassName
{
border-color: #2F350B;
}
</style>