Shades of Turtle Green #2F350A
Tints of Turtle Green #2F350A
RGB
CMYK
RGB Variations
Color information
#2F350A (or 0x2F350A) is known color: Turtle Green. HEX triplet: 2F, 35 and 0A. RGB value is (47,53,10). Sum of RGB (Red+Green+Blue) = 47+53+10=110 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.73% from 110); Green value is 53 (21.09% from 255 or 48.18% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 53 - color contains mainly: green. Hex color #2F350A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F350A is #D0CAF5. Grayscale: #2E2E2E. Windows color (decimal): -13683446 or 668975. OLE color: 668975.
HSL color Cylindrical-coordinate representation of color #2F350A: hue angle of 68.37º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F350A is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 47 | 53 | 10 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.79 |
| HSL | 68.37º | 0.68% | 0.12% | - |
| HSV(B) | 68.37º | 0.81% | 0.21% | - |
| XYZ | 2.5 | 3.17 | 0.77 | - |
| YUV | 46.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 53 | 10 | 0.11 | 0 | 0.81 | 0.79 | 68.37 | 0.68 | 0.12 |
| Hex | 2F | 35 | A | B | 0 | 51 | 4F | 44 | 44 | C |
| Octal | 57 | 65 | 12 | 13 | 0 | 121 | 117 | 104 | 104 | 14 |
| Binary | 101111 | 110101 | 1010 | 1011 | 0 | 1010001 | 1001111 | 1000100 | 1000100 | 1100 |
Color Harmonies of #2F350A
Complementary color
Monochromatic Colors of #2F350A
Black with #2F350A
Text Example
Text Example
White with #2F350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F350A; }
p { color: rgb(47,53,10); }
H1.HeaderClassName
{
color: #2F350A;
}
.AnyTagClassName
{
color: #2F350A;
}
</style>
background-color css
<style>
a { background-color: #2F350A; }
a { background-color: rgb(47,53,10); }
div.DivClassName
{
background-color: #2F350A;
}
.BgClassName
{
background-color: #2F350A;
}
</style>
border-color css
<style>
span { border-color: #2F350A; }
span { border-color: rgb(47,53,10); }
td.TdClassName
{
border-color: #2F350A;
}
.TagClassName
{
border-color: #2F350A;
}
</style>