Shades of Turtle Green #314402
Tints of Turtle Green #314402
RGB
CMYK
RGB Variations
Color information
#314402 (or 0x314402) is known color: Turtle Green. HEX triplet: 31, 44 and 02. RGB value is (49,68,2). Sum of RGB (Red+Green+Blue) = 49+68+2=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 68 (26.95% from 255 or 57.14% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 68 - color contains mainly: green. Hex color #314402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314402 is #CEBBFD. Grayscale: #373737. Windows color (decimal): -13548542 or 148529. OLE color: 148529.
HSL color Cylindrical-coordinate representation of color #314402: hue angle of 77.27º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #314402 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 68 | 2 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.73 |
| HSL | 77.27º | 0.94% | 0.14% | - |
| HSV(B) | 77.27º | 0.97% | 0.27% | - |
| XYZ | 3.34 | 4.79 | 0.81 | - |
| YUV | 54.8 | 98.21 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 68 | 2 | 0.28 | 0 | 0.97 | 0.73 | 77.27 | 0.94 | 0.14 |
| Hex | 31 | 44 | 2 | 1C | 0 | 61 | 49 | 4D | 5E | E |
| Octal | 61 | 104 | 2 | 34 | 0 | 141 | 111 | 115 | 136 | 16 |
| Binary | 110001 | 1000100 | 10 | 11100 | 0 | 1100001 | 1001001 | 1001101 | 1011110 | 1110 |
Color Harmonies of #314402
Complementary color
Monochromatic Colors of #314402
Black with #314402
Text Example
Text Example
White with #314402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314402; }
p { color: rgb(49,68,2); }
H1.HeaderClassName
{
color: #314402;
}
.AnyTagClassName
{
color: #314402;
}
</style>
background-color css
<style>
a { background-color: #314402; }
a { background-color: rgb(49,68,2); }
div.DivClassName
{
background-color: #314402;
}
.BgClassName
{
background-color: #314402;
}
</style>
border-color css
<style>
span { border-color: #314402; }
span { border-color: rgb(49,68,2); }
td.TdClassName
{
border-color: #314402;
}
.TagClassName
{
border-color: #314402;
}
</style>