Shades of Turtle Green #315301
Tints of Turtle Green #315301
RGB
CMYK
RGB Variations
Color information
#315301 (or 0x315301) is known color: Turtle Green. HEX triplet: 31, 53 and 01. RGB value is (49,83,1). Sum of RGB (Red+Green+Blue) = 49+83+1=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 83 (32.81% from 255 or 62.41% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 83 - color contains mainly: green. Hex color #315301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315301 is #CEACFE. Grayscale: #3F3F3F. Windows color (decimal): -13544703 or 86833. OLE color: 86833.
HSL color Cylindrical-coordinate representation of color #315301: hue angle of 84.88º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #315301 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 83 | 1 | - |
| CMYK | 0.41 | 0 | 0.99 | 0.67 |
| HSL | 84.88º | 0.98% | 0.16% | - |
| HSV(B) | 84.88º | 0.99% | 0.33% | - |
| XYZ | 4.37 | 6.84 | 1.12 | - |
| YUV | 63.49 | 92.74 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 1 | 0.41 | 0 | 0.99 | 0.67 | 84.88 | 0.98 | 0.16 |
| Hex | 31 | 53 | 1 | 29 | 0 | 63 | 43 | 55 | 62 | 10 |
| Octal | 61 | 123 | 1 | 51 | 0 | 143 | 103 | 125 | 142 | 20 |
| Binary | 110001 | 1010011 | 1 | 101001 | 0 | 1100011 | 1000011 | 1010101 | 1100010 | 10000 |
Color Harmonies of #315301
Complementary color
Monochromatic Colors of #315301
Black with #315301
Text Example
Text Example
White with #315301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315301; }
p { color: rgb(49,83,1); }
H1.HeaderClassName
{
color: #315301;
}
.AnyTagClassName
{
color: #315301;
}
</style>
background-color css
<style>
a { background-color: #315301; }
a { background-color: rgb(49,83,1); }
div.DivClassName
{
background-color: #315301;
}
.BgClassName
{
background-color: #315301;
}
</style>
border-color css
<style>
span { border-color: #315301; }
span { border-color: rgb(49,83,1); }
td.TdClassName
{
border-color: #315301;
}
.TagClassName
{
border-color: #315301;
}
</style>