Shades of Turtle Green #2F4509
Tints of Turtle Green #2F4509
RGB
CMYK
RGB Variations
Color information
#2F4509 (or 0x2F4509) is known color: Turtle Green. HEX triplet: 2F, 45 and 09. RGB value is (47,69,9). Sum of RGB (Red+Green+Blue) = 47+69+9=125 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.6% from 125); Green value is 69 (27.34% from 255 or 55.2% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 69 - color contains mainly: green. Hex color #2F4509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4509 is #D0BAF6. Grayscale: #373737. Windows color (decimal): -13679351 or 607535. OLE color: 607535.
HSL color Cylindrical-coordinate representation of color #2F4509: hue angle of 82º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2F4509 is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 69 | 9 | - |
| CMYK | 0.32 | 0 | 0.87 | 0.73 |
| HSL | 82º | 0.77% | 0.15% | - |
| HSV(B) | 82º | 0.87% | 0.27% | - |
| XYZ | 3.35 | 4.88 | 1.02 | - |
| YUV | 55.58 | 101.71 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 69 | 9 | 0.32 | 0 | 0.87 | 0.73 | 82 | 0.77 | 0.15 |
| Hex | 2F | 45 | 9 | 20 | 0 | 57 | 49 | 52 | 4D | F |
| Octal | 57 | 105 | 11 | 40 | 0 | 127 | 111 | 122 | 115 | 17 |
| Binary | 101111 | 1000101 | 1001 | 100000 | 0 | 1010111 | 1001001 | 1010010 | 1001101 | 1111 |
Color Harmonies of #2F4509
Complementary color
Monochromatic Colors of #2F4509
Black with #2F4509
Text Example
Text Example
White with #2F4509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4509; }
p { color: rgb(47,69,9); }
H1.HeaderClassName
{
color: #2F4509;
}
.AnyTagClassName
{
color: #2F4509;
}
</style>
background-color css
<style>
a { background-color: #2F4509; }
a { background-color: rgb(47,69,9); }
div.DivClassName
{
background-color: #2F4509;
}
.BgClassName
{
background-color: #2F4509;
}
</style>
border-color css
<style>
span { border-color: #2F4509; }
span { border-color: rgb(47,69,9); }
td.TdClassName
{
border-color: #2F4509;
}
.TagClassName
{
border-color: #2F4509;
}
</style>