Shades of Turtle Green #2F4015
Tints of Turtle Green #2F4015
RGB
CMYK
RGB Variations
Color information
#2F4015 (or 0x2F4015) is known color: Turtle Green. HEX triplet: 2F, 40 and 15. RGB value is (47,64,21). Sum of RGB (Red+Green+Blue) = 47+64+21=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #2F4015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4015 is #D0BFEA. Grayscale: #363636. Windows color (decimal): -13680619 or 1392687. OLE color: 1392687.
HSL color Cylindrical-coordinate representation of color #2F4015: hue angle of 83.72º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F4015 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 64 | 21 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.75 |
| HSL | 83.72º | 0.51% | 0.17% | - |
| HSV(B) | 83.72º | 0.67% | 0.25% | - |
| XYZ | 3.14 | 4.33 | 1.38 | - |
| YUV | 54.02 | 109.37 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 64 | 21 | 0.27 | 0 | 0.67 | 0.75 | 83.72 | 0.51 | 0.17 |
| Hex | 2F | 40 | 15 | 1B | 0 | 43 | 4B | 54 | 33 | 11 |
| Octal | 57 | 100 | 25 | 33 | 0 | 103 | 113 | 124 | 63 | 21 |
| Binary | 101111 | 1000000 | 10101 | 11011 | 0 | 1000011 | 1001011 | 1010100 | 110011 | 10001 |
Color Harmonies of #2F4015
Complementary color
Monochromatic Colors of #2F4015
Black with #2F4015
Text Example
Text Example
White with #2F4015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4015; }
p { color: rgb(47,64,21); }
H1.HeaderClassName
{
color: #2F4015;
}
.AnyTagClassName
{
color: #2F4015;
}
</style>
background-color css
<style>
a { background-color: #2F4015; }
a { background-color: rgb(47,64,21); }
div.DivClassName
{
background-color: #2F4015;
}
.BgClassName
{
background-color: #2F4015;
}
</style>
border-color css
<style>
span { border-color: #2F4015; }
span { border-color: rgb(47,64,21); }
td.TdClassName
{
border-color: #2F4015;
}
.TagClassName
{
border-color: #2F4015;
}
</style>