Shades of Turtle Green #2F4405
Tints of Turtle Green #2F4405
RGB
CMYK
RGB Variations
Color information
#2F4405 (or 0x2F4405) is known color: Turtle Green. HEX triplet: 2F, 44 and 05. RGB value is (47,68,5). Sum of RGB (Red+Green+Blue) = 47+68+5=120 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.17% from 120); Green value is 68 (26.95% from 255 or 56.67% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 68 - color contains mainly: green. Hex color #2F4405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4405 is #D0BBFA. Grayscale: #363636. Windows color (decimal): -13679611 or 345135. OLE color: 345135.
HSL color Cylindrical-coordinate representation of color #2F4405: hue angle of 80º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F4405 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 68 | 5 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.73 |
| HSL | 80º | 0.86% | 0.14% | - |
| HSV(B) | 80º | 0.93% | 0.27% | - |
| XYZ | 3.27 | 4.75 | 0.89 | - |
| YUV | 54.54 | 100.04 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 68 | 5 | 0.31 | 0 | 0.93 | 0.73 | 80 | 0.86 | 0.14 |
| Hex | 2F | 44 | 5 | 1F | 0 | 5D | 49 | 50 | 56 | E |
| Octal | 57 | 104 | 5 | 37 | 0 | 135 | 111 | 120 | 126 | 16 |
| Binary | 101111 | 1000100 | 101 | 11111 | 0 | 1011101 | 1001001 | 1010000 | 1010110 | 1110 |
Color Harmonies of #2F4405
Complementary color
Monochromatic Colors of #2F4405
Black with #2F4405
Text Example
Text Example
White with #2F4405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4405; }
p { color: rgb(47,68,5); }
H1.HeaderClassName
{
color: #2F4405;
}
.AnyTagClassName
{
color: #2F4405;
}
</style>
background-color css
<style>
a { background-color: #2F4405; }
a { background-color: rgb(47,68,5); }
div.DivClassName
{
background-color: #2F4405;
}
.BgClassName
{
background-color: #2F4405;
}
</style>
border-color css
<style>
span { border-color: #2F4405; }
span { border-color: rgb(47,68,5); }
td.TdClassName
{
border-color: #2F4405;
}
.TagClassName
{
border-color: #2F4405;
}
</style>