Shades of Turtle Green #315008
Tints of Turtle Green #315008
RGB
CMYK
RGB Variations
Color information
#315008 (or 0x315008) is known color: Turtle Green. HEX triplet: 31, 50 and 08. RGB value is (49,80,8). Sum of RGB (Red+Green+Blue) = 49+80+8=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 80 (31.64% from 255 or 58.39% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 80 - color contains mainly: green. Hex color #315008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315008 is #CEAFF7. Grayscale: #3E3E3E. Windows color (decimal): -13545464 or 544817. OLE color: 544817.
HSL color Cylindrical-coordinate representation of color #315008: hue angle of 85.83º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #315008 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 80 | 8 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.69 |
| HSL | 85.83º | 0.82% | 0.17% | - |
| HSV(B) | 85.83º | 0.9% | 0.31% | - |
| XYZ | 4.18 | 6.41 | 1.25 | - |
| YUV | 62.52 | 97.23 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 8 | 0.39 | 0 | 0.90 | 0.69 | 85.83 | 0.82 | 0.17 |
| Hex | 31 | 50 | 8 | 27 | 0 | 5A | 45 | 56 | 52 | 11 |
| Octal | 61 | 120 | 10 | 47 | 0 | 132 | 105 | 126 | 122 | 21 |
| Binary | 110001 | 1010000 | 1000 | 100111 | 0 | 1011010 | 1000101 | 1010110 | 1010010 | 10001 |
Color Harmonies of #315008
Complementary color
Monochromatic Colors of #315008
Black with #315008
Text Example
Text Example
White with #315008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315008; }
p { color: rgb(49,80,8); }
H1.HeaderClassName
{
color: #315008;
}
.AnyTagClassName
{
color: #315008;
}
</style>
background-color css
<style>
a { background-color: #315008; }
a { background-color: rgb(49,80,8); }
div.DivClassName
{
background-color: #315008;
}
.BgClassName
{
background-color: #315008;
}
</style>
border-color css
<style>
span { border-color: #315008; }
span { border-color: rgb(49,80,8); }
td.TdClassName
{
border-color: #315008;
}
.TagClassName
{
border-color: #315008;
}
</style>