Shades of Turtle Green #315010
Tints of Turtle Green #315010
RGB
CMYK
RGB Variations
Color information
#315010 (or 0x315010) is known color: Turtle Green. HEX triplet: 31, 50 and 10. RGB value is (49,80,16). Sum of RGB (Red+Green+Blue) = 49+80+16=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 80 (31.64% from 255 or 55.17% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 80 - color contains mainly: green. Hex color #315010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315010 is #CEAFEF. Grayscale: #3F3F3F. Windows color (decimal): -13545456 or 1069105. OLE color: 1069105.
HSL color Cylindrical-coordinate representation of color #315010: hue angle of 89.06º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #315010 is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 80 | 16 | - |
| CMYK | 0.39 | 0 | 0.80 | 0.69 |
| HSL | 89.06º | 0.67% | 0.19% | - |
| HSV(B) | 89.06º | 0.8% | 0.31% | - |
| XYZ | 4.23 | 6.43 | 1.51 | - |
| YUV | 63.44 | 101.23 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 16 | 0.39 | 0 | 0.80 | 0.69 | 89.06 | 0.67 | 0.19 |
| Hex | 31 | 50 | 10 | 27 | 0 | 50 | 45 | 59 | 43 | 13 |
| Octal | 61 | 120 | 20 | 47 | 0 | 120 | 105 | 131 | 103 | 23 |
| Binary | 110001 | 1010000 | 10000 | 100111 | 0 | 1010000 | 1000101 | 1011001 | 1000011 | 10011 |
Color Harmonies of #315010
Complementary color
Monochromatic Colors of #315010
Black with #315010
Text Example
Text Example
White with #315010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315010; }
p { color: rgb(49,80,16); }
H1.HeaderClassName
{
color: #315010;
}
.AnyTagClassName
{
color: #315010;
}
</style>
background-color css
<style>
a { background-color: #315010; }
a { background-color: rgb(49,80,16); }
div.DivClassName
{
background-color: #315010;
}
.BgClassName
{
background-color: #315010;
}
</style>
border-color css
<style>
span { border-color: #315010; }
span { border-color: rgb(49,80,16); }
td.TdClassName
{
border-color: #315010;
}
.TagClassName
{
border-color: #315010;
}
</style>