Shades of Turtle Green #315003
Tints of Turtle Green #315003
RGB
CMYK
RGB Variations
Color information
#315003 (or 0x315003) is known color: Turtle Green. HEX triplet: 31, 50 and 03. RGB value is (49,80,3). Sum of RGB (Red+Green+Blue) = 49+80+3=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 80 (31.64% from 255 or 60.61% from 132); Blue value is 3 (1.56% from 255 or 2.27% from 132); Max value from RGB is 80 - color contains mainly: green. Hex color #315003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315003 is #CEAFFC. Grayscale: #3E3E3E. Windows color (decimal): -13545469 or 217137. OLE color: 217137.
HSL color Cylindrical-coordinate representation of color #315003: hue angle of 84.16º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #315003 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 80 | 3 | - |
| CMYK | 0.39 | 0 | 0.96 | 0.69 |
| HSL | 84.16º | 0.93% | 0.16% | - |
| HSV(B) | 84.16º | 0.96% | 0.31% | - |
| XYZ | 4.15 | 6.4 | 1.1 | - |
| YUV | 61.95 | 94.73 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 3 | 0.39 | 0 | 0.96 | 0.69 | 84.16 | 0.93 | 0.16 |
| Hex | 31 | 50 | 3 | 27 | 0 | 60 | 45 | 54 | 5D | 10 |
| Octal | 61 | 120 | 3 | 47 | 0 | 140 | 105 | 124 | 135 | 20 |
| Binary | 110001 | 1010000 | 11 | 100111 | 0 | 1100000 | 1000101 | 1010100 | 1011101 | 10000 |
Color Harmonies of #315003
Complementary color
Monochromatic Colors of #315003
Black with #315003
Text Example
Text Example
White with #315003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315003; }
p { color: rgb(49,80,3); }
H1.HeaderClassName
{
color: #315003;
}
.AnyTagClassName
{
color: #315003;
}
</style>
background-color css
<style>
a { background-color: #315003; }
a { background-color: rgb(49,80,3); }
div.DivClassName
{
background-color: #315003;
}
.BgClassName
{
background-color: #315003;
}
</style>
border-color css
<style>
span { border-color: #315003; }
span { border-color: rgb(49,80,3); }
td.TdClassName
{
border-color: #315003;
}
.TagClassName
{
border-color: #315003;
}
</style>