Shades of Turtle Green #315302
Tints of Turtle Green #315302
RGB
CMYK
RGB Variations
Color information
#315302 (or 0x315302) is known color: Turtle Green. HEX triplet: 31, 53 and 02. RGB value is (49,83,2). Sum of RGB (Red+Green+Blue) = 49+83+2=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 83 (32.81% from 255 or 61.94% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 83 - color contains mainly: green. Hex color #315302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315302 is #CEACFD. Grayscale: #3F3F3F. Windows color (decimal): -13544702 or 152369. OLE color: 152369.
HSL color Cylindrical-coordinate representation of color #315302: hue angle of 85.19º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #315302 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 83 | 2 | - |
| CMYK | 0.41 | 0 | 0.98 | 0.67 |
| HSL | 85.19º | 0.95% | 0.17% | - |
| HSV(B) | 85.19º | 0.98% | 0.33% | - |
| XYZ | 4.37 | 6.84 | 1.15 | - |
| YUV | 63.6 | 93.24 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 2 | 0.41 | 0 | 0.98 | 0.67 | 85.19 | 0.95 | 0.17 |
| Hex | 31 | 53 | 2 | 29 | 0 | 62 | 43 | 55 | 5F | 11 |
| Octal | 61 | 123 | 2 | 51 | 0 | 142 | 103 | 125 | 137 | 21 |
| Binary | 110001 | 1010011 | 10 | 101001 | 0 | 1100010 | 1000011 | 1010101 | 1011111 | 10001 |
Color Harmonies of #315302
Complementary color
Monochromatic Colors of #315302
Black with #315302
Text Example
Text Example
White with #315302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315302; }
p { color: rgb(49,83,2); }
H1.HeaderClassName
{
color: #315302;
}
.AnyTagClassName
{
color: #315302;
}
</style>
background-color css
<style>
a { background-color: #315302; }
a { background-color: rgb(49,83,2); }
div.DivClassName
{
background-color: #315302;
}
.BgClassName
{
background-color: #315302;
}
</style>
border-color css
<style>
span { border-color: #315302; }
span { border-color: rgb(49,83,2); }
td.TdClassName
{
border-color: #315302;
}
.TagClassName
{
border-color: #315302;
}
</style>