Shades of Turtle Green #315002
Tints of Turtle Green #315002
RGB
CMYK
RGB Variations
Color information
#315002 (or 0x315002) is known color: Turtle Green. HEX triplet: 31, 50 and 02. RGB value is (49,80,2). Sum of RGB (Red+Green+Blue) = 49+80+2=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 80 (31.64% from 255 or 61.07% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 80 - color contains mainly: green. Hex color #315002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315002 is #CEAFFD. Grayscale: #3E3E3E. Windows color (decimal): -13545470 or 151601. OLE color: 151601.
HSL color Cylindrical-coordinate representation of color #315002: hue angle of 83.85º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #315002 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 80 | 2 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.69 |
| HSL | 83.85º | 0.95% | 0.16% | - |
| HSV(B) | 83.85º | 0.98% | 0.31% | - |
| XYZ | 4.15 | 6.39 | 1.07 | - |
| YUV | 61.84 | 94.23 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 2 | 0.39 | 0 | 0.98 | 0.69 | 83.85 | 0.95 | 0.16 |
| Hex | 31 | 50 | 2 | 27 | 0 | 62 | 45 | 54 | 5F | 10 |
| Octal | 61 | 120 | 2 | 47 | 0 | 142 | 105 | 124 | 137 | 20 |
| Binary | 110001 | 1010000 | 10 | 100111 | 0 | 1100010 | 1000101 | 1010100 | 1011111 | 10000 |
Color Harmonies of #315002
Complementary color
Monochromatic Colors of #315002
Black with #315002
Text Example
Text Example
White with #315002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315002; }
p { color: rgb(49,80,2); }
H1.HeaderClassName
{
color: #315002;
}
.AnyTagClassName
{
color: #315002;
}
</style>
background-color css
<style>
a { background-color: #315002; }
a { background-color: rgb(49,80,2); }
div.DivClassName
{
background-color: #315002;
}
.BgClassName
{
background-color: #315002;
}
</style>
border-color css
<style>
span { border-color: #315002; }
span { border-color: rgb(49,80,2); }
td.TdClassName
{
border-color: #315002;
}
.TagClassName
{
border-color: #315002;
}
</style>