Shades of Turtle Green #315007
Tints of Turtle Green #315007
RGB
CMYK
RGB Variations
Color information
#315007 (or 0x315007) is known color: Turtle Green. HEX triplet: 31, 50 and 07. RGB value is (49,80,7). Sum of RGB (Red+Green+Blue) = 49+80+7=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 7 (3.12% from 255 or 5.15% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #315007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315007 is #CEAFF8. Grayscale: #3E3E3E. Windows color (decimal): -13545465 or 479281. OLE color: 479281.
HSL color Cylindrical-coordinate representation of color #315007: hue angle of 85.48º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #315007 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 80 | 7 | - |
| CMYK | 0.39 | 0 | 0.91 | 0.69 |
| HSL | 85.48º | 0.84% | 0.17% | - |
| HSV(B) | 85.48º | 0.91% | 0.31% | - |
| XYZ | 4.17 | 6.41 | 1.22 | - |
| YUV | 62.41 | 96.73 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 7 | 0.39 | 0 | 0.91 | 0.69 | 85.48 | 0.84 | 0.17 |
| Hex | 31 | 50 | 7 | 27 | 0 | 5B | 45 | 55 | 54 | 11 |
| Octal | 61 | 120 | 7 | 47 | 0 | 133 | 105 | 125 | 124 | 21 |
| Binary | 110001 | 1010000 | 111 | 100111 | 0 | 1011011 | 1000101 | 1010101 | 1010100 | 10001 |
Color Harmonies of #315007
Complementary color
Monochromatic Colors of #315007
Black with #315007
Text Example
Text Example
White with #315007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315007; }
p { color: rgb(49,80,7); }
H1.HeaderClassName
{
color: #315007;
}
.AnyTagClassName
{
color: #315007;
}
</style>
background-color css
<style>
a { background-color: #315007; }
a { background-color: rgb(49,80,7); }
div.DivClassName
{
background-color: #315007;
}
.BgClassName
{
background-color: #315007;
}
</style>
border-color css
<style>
span { border-color: #315007; }
span { border-color: rgb(49,80,7); }
td.TdClassName
{
border-color: #315007;
}
.TagClassName
{
border-color: #315007;
}
</style>