Shades of Turtle Green #2F500B
Tints of Turtle Green #2F500B
RGB
CMYK
RGB Variations
Color information
#2F500B (or 0x2F500B) is known color: Turtle Green. HEX triplet: 2F, 50 and 0B. RGB value is (47,80,11). Sum of RGB (Red+Green+Blue) = 47+80+11=138 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.06% from 138); Green value is 80 (31.64% from 255 or 57.97% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 80 - color contains mainly: green. Hex color #2F500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F500B is #D0AFF4. Grayscale: #3E3E3E. Windows color (decimal): -13676533 or 741423. OLE color: 741423.
HSL color Cylindrical-coordinate representation of color #2F500B: hue angle of 88.7º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F500B is Cyan = 0.41, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 80 | 11 | - |
| CMYK | 0.41 | 0 | 0.86 | 0.69 |
| HSL | 88.7º | 0.76% | 0.18% | - |
| HSV(B) | 88.7º | 0.86% | 0.31% | - |
| XYZ | 4.1 | 6.37 | 1.33 | - |
| YUV | 62.27 | 99.07 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 80 | 11 | 0.41 | 0 | 0.86 | 0.69 | 88.7 | 0.76 | 0.18 |
| Hex | 2F | 50 | B | 29 | 0 | 56 | 45 | 59 | 4C | 12 |
| Octal | 57 | 120 | 13 | 51 | 0 | 126 | 105 | 131 | 114 | 22 |
| Binary | 101111 | 1010000 | 1011 | 101001 | 0 | 1010110 | 1000101 | 1011001 | 1001100 | 10010 |
Color Harmonies of #2F500B
Complementary color
Monochromatic Colors of #2F500B
Black with #2F500B
Text Example
Text Example
White with #2F500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F500B; }
p { color: rgb(47,80,11); }
H1.HeaderClassName
{
color: #2F500B;
}
.AnyTagClassName
{
color: #2F500B;
}
</style>
background-color css
<style>
a { background-color: #2F500B; }
a { background-color: rgb(47,80,11); }
div.DivClassName
{
background-color: #2F500B;
}
.BgClassName
{
background-color: #2F500B;
}
</style>
border-color css
<style>
span { border-color: #2F500B; }
span { border-color: rgb(47,80,11); }
td.TdClassName
{
border-color: #2F500B;
}
.TagClassName
{
border-color: #2F500B;
}
</style>