Shades of Turtle Green #2F350F
Tints of Turtle Green #2F350F
RGB
CMYK
RGB Variations
Color information
#2F350F (or 0x2F350F) is known color: Turtle Green. HEX triplet: 2F, 35 and 0F. RGB value is (47,53,15). Sum of RGB (Red+Green+Blue) = 47+53+15=115 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.87% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 53 - color contains mainly: green. Hex color #2F350F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F350F is #D0CAF0. Grayscale: #2F2F2F. Windows color (decimal): -13683441 or 996655. OLE color: 996655.
HSL color Cylindrical-coordinate representation of color #2F350F: hue angle of 69.47º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F350F is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 47 | 53 | 15 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.79 |
| HSL | 69.47º | 0.56% | 0.13% | - |
| HSV(B) | 69.47º | 0.72% | 0.21% | - |
| XYZ | 2.53 | 3.19 | 0.93 | - |
| YUV | 46.87 | 110.01 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 53 | 15 | 0.11 | 0 | 0.72 | 0.79 | 69.47 | 0.56 | 0.13 |
| Hex | 2F | 35 | F | B | 0 | 48 | 4F | 45 | 38 | D |
| Octal | 57 | 65 | 17 | 13 | 0 | 110 | 117 | 105 | 70 | 15 |
| Binary | 101111 | 110101 | 1111 | 1011 | 0 | 1001000 | 1001111 | 1000101 | 111000 | 1101 |
Color Harmonies of #2F350F
Complementary color
Monochromatic Colors of #2F350F
Black with #2F350F
Text Example
Text Example
White with #2F350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F350F; }
p { color: rgb(47,53,15); }
H1.HeaderClassName
{
color: #2F350F;
}
.AnyTagClassName
{
color: #2F350F;
}
</style>
background-color css
<style>
a { background-color: #2F350F; }
a { background-color: rgb(47,53,15); }
div.DivClassName
{
background-color: #2F350F;
}
.BgClassName
{
background-color: #2F350F;
}
</style>
border-color css
<style>
span { border-color: #2F350F; }
span { border-color: rgb(47,53,15); }
td.TdClassName
{
border-color: #2F350F;
}
.TagClassName
{
border-color: #2F350F;
}
</style>