Shades of Turtle Green #314305
Tints of Turtle Green #314305
RGB
CMYK
RGB Variations
Color information
#314305 (or 0x314305) is known color: Turtle Green. HEX triplet: 31, 43 and 05. RGB value is (49,67,5). Sum of RGB (Red+Green+Blue) = 49+67+5=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #314305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314305 is #CEBCFA. Grayscale: #363636. Windows color (decimal): -13548795 or 344881. OLE color: 344881.
HSL color Cylindrical-coordinate representation of color #314305: hue angle of 77.42º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #314305 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 67 | 5 | - |
| CMYK | 0.27 | 0 | 0.93 | 0.74 |
| HSL | 77.42º | 0.86% | 0.14% | - |
| HSV(B) | 77.42º | 0.93% | 0.26% | - |
| XYZ | 3.3 | 4.68 | 0.87 | - |
| YUV | 54.55 | 100.04 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 67 | 5 | 0.27 | 0 | 0.93 | 0.74 | 77.42 | 0.86 | 0.14 |
| Hex | 31 | 43 | 5 | 1B | 0 | 5D | 4A | 4D | 56 | E |
| Octal | 61 | 103 | 5 | 33 | 0 | 135 | 112 | 115 | 126 | 16 |
| Binary | 110001 | 1000011 | 101 | 11011 | 0 | 1011101 | 1001010 | 1001101 | 1010110 | 1110 |
Color Harmonies of #314305
Complementary color
Monochromatic Colors of #314305
Black with #314305
Text Example
Text Example
White with #314305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314305; }
p { color: rgb(49,67,5); }
H1.HeaderClassName
{
color: #314305;
}
.AnyTagClassName
{
color: #314305;
}
</style>
background-color css
<style>
a { background-color: #314305; }
a { background-color: rgb(49,67,5); }
div.DivClassName
{
background-color: #314305;
}
.BgClassName
{
background-color: #314305;
}
</style>
border-color css
<style>
span { border-color: #314305; }
span { border-color: rgb(49,67,5); }
td.TdClassName
{
border-color: #314305;
}
.TagClassName
{
border-color: #314305;
}
</style>