Shades of Turtle Green #2F540C
Tints of Turtle Green #2F540C
RGB
CMYK
RGB Variations
Color information
#2F540C (or 0x2F540C) is known color: Turtle Green. HEX triplet: 2F, 54 and 0C. RGB value is (47,84,12). Sum of RGB (Red+Green+Blue) = 47+84+12=143 (18% of max value = 765). Red value is 47 (18.75% from 255 or 32.87% from 143); Green value is 84 (33.20% from 255 or 58.74% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 84 - color contains mainly: green. Hex color #2F540C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F540C is #D0ABF3. Grayscale: #404040. Windows color (decimal): -13675508 or 807983. OLE color: 807983.
HSL color Cylindrical-coordinate representation of color #2F540C: hue angle of 90.83º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F540C is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 84 | 12 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.67 |
| HSL | 90.83º | 0.75% | 0.19% | - |
| HSV(B) | 90.83º | 0.86% | 0.33% | - |
| XYZ | 4.41 | 6.97 | 1.46 | - |
| YUV | 64.73 | 98.24 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 84 | 12 | 0.44 | 0 | 0.86 | 0.67 | 90.83 | 0.75 | 0.19 |
| Hex | 2F | 54 | C | 2C | 0 | 56 | 43 | 5B | 4B | 13 |
| Octal | 57 | 124 | 14 | 54 | 0 | 126 | 103 | 133 | 113 | 23 |
| Binary | 101111 | 1010100 | 1100 | 101100 | 0 | 1010110 | 1000011 | 1011011 | 1001011 | 10011 |
Color Harmonies of #2F540C
Complementary color
Monochromatic Colors of #2F540C
Black with #2F540C
Text Example
Text Example
White with #2F540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F540C; }
p { color: rgb(47,84,12); }
H1.HeaderClassName
{
color: #2F540C;
}
.AnyTagClassName
{
color: #2F540C;
}
</style>
background-color css
<style>
a { background-color: #2F540C; }
a { background-color: rgb(47,84,12); }
div.DivClassName
{
background-color: #2F540C;
}
.BgClassName
{
background-color: #2F540C;
}
</style>
border-color css
<style>
span { border-color: #2F540C; }
span { border-color: rgb(47,84,12); }
td.TdClassName
{
border-color: #2F540C;
}
.TagClassName
{
border-color: #2F540C;
}
</style>