Shades of Turtle Green #2F540A
Tints of Turtle Green #2F540A
RGB
CMYK
RGB Variations
Color information
#2F540A (or 0x2F540A) is known color: Turtle Green. HEX triplet: 2F, 54 and 0A. RGB value is (47,84,10). Sum of RGB (Red+Green+Blue) = 47+84+10=141 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.33% from 141); Green value is 84 (33.20% from 255 or 59.57% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 84 - color contains mainly: green. Hex color #2F540A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F540A is #D0ABF5. Grayscale: #404040. Windows color (decimal): -13675510 or 676911. OLE color: 676911.
HSL color Cylindrical-coordinate representation of color #2F540A: hue angle of 90º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F540A is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 84 | 10 | - |
| CMYK | 0.44 | 0 | 0.88 | 0.67 |
| HSL | 90º | 0.79% | 0.18% | - |
| HSV(B) | 90º | 0.88% | 0.33% | - |
| XYZ | 4.4 | 6.97 | 1.4 | - |
| YUV | 64.5 | 97.24 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 84 | 10 | 0.44 | 0 | 0.88 | 0.67 | 90 | 0.79 | 0.18 |
| Hex | 2F | 54 | A | 2C | 0 | 58 | 43 | 5A | 4F | 12 |
| Octal | 57 | 124 | 12 | 54 | 0 | 130 | 103 | 132 | 117 | 22 |
| Binary | 101111 | 1010100 | 1010 | 101100 | 0 | 1011000 | 1000011 | 1011010 | 1001111 | 10010 |
Color Harmonies of #2F540A
Complementary color
Monochromatic Colors of #2F540A
Black with #2F540A
Text Example
Text Example
White with #2F540A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F540A; }
p { color: rgb(47,84,10); }
H1.HeaderClassName
{
color: #2F540A;
}
.AnyTagClassName
{
color: #2F540A;
}
</style>
background-color css
<style>
a { background-color: #2F540A; }
a { background-color: rgb(47,84,10); }
div.DivClassName
{
background-color: #2F540A;
}
.BgClassName
{
background-color: #2F540A;
}
</style>
border-color css
<style>
span { border-color: #2F540A; }
span { border-color: rgb(47,84,10); }
td.TdClassName
{
border-color: #2F540A;
}
.TagClassName
{
border-color: #2F540A;
}
</style>