Shades of Turtle Green #315108
Tints of Turtle Green #315108
RGB
CMYK
RGB Variations
Color information
#315108 (or 0x315108) is known color: Turtle Green. HEX triplet: 31, 51 and 08. RGB value is (49,81,8). Sum of RGB (Red+Green+Blue) = 49+81+8=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 81 (32.03% from 255 or 58.70% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 81 - color contains mainly: green. Hex color #315108 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315108 is #CEAEF7. Grayscale: #3F3F3F. Windows color (decimal): -13545208 or 545073. OLE color: 545073.
HSL color Cylindrical-coordinate representation of color #315108: hue angle of 86.3º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #315108 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 81 | 8 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.68 |
| HSL | 86.3º | 0.82% | 0.17% | - |
| HSV(B) | 86.3º | 0.9% | 0.32% | - |
| XYZ | 4.25 | 6.56 | 1.27 | - |
| YUV | 63.11 | 96.9 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 81 | 8 | 0.40 | 0 | 0.90 | 0.68 | 86.3 | 0.82 | 0.17 |
| Hex | 31 | 51 | 8 | 28 | 0 | 5A | 44 | 56 | 52 | 11 |
| Octal | 61 | 121 | 10 | 50 | 0 | 132 | 104 | 126 | 122 | 21 |
| Binary | 110001 | 1010001 | 1000 | 101000 | 0 | 1011010 | 1000100 | 1010110 | 1010010 | 10001 |
Color Harmonies of #315108
Complementary color
Monochromatic Colors of #315108
Black with #315108
Text Example
Text Example
White with #315108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315108; }
p { color: rgb(49,81,8); }
H1.HeaderClassName
{
color: #315108;
}
.AnyTagClassName
{
color: #315108;
}
</style>
background-color css
<style>
a { background-color: #315108; }
a { background-color: rgb(49,81,8); }
div.DivClassName
{
background-color: #315108;
}
.BgClassName
{
background-color: #315108;
}
</style>
border-color css
<style>
span { border-color: #315108; }
span { border-color: rgb(49,81,8); }
td.TdClassName
{
border-color: #315108;
}
.TagClassName
{
border-color: #315108;
}
</style>