Shades of Turtle Green #31391C
Tints of Turtle Green #31391C
RGB
CMYK
RGB Variations
Color information
#31391C (or 0x31391C) is known color: Turtle Green. HEX triplet: 31, 39 and 1C. RGB value is (49,57,28). Sum of RGB (Red+Green+Blue) = 49+57+28=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 57 - color contains mainly: green. Hex color #31391C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31391C is #CEC6E3. Grayscale: #333333. Windows color (decimal): -13551332 or 1849649. OLE color: 1849649.
HSL color Cylindrical-coordinate representation of color #31391C: hue angle of 76.55º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #31391C is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 57 | 28 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.78 |
| HSL | 76.55º | 0.34% | 0.17% | - |
| HSV(B) | 76.55º | 0.51% | 0.22% | - |
| XYZ | 2.94 | 3.66 | 1.65 | - |
| YUV | 51.3 | 114.85 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 57 | 28 | 0.14 | 0 | 0.51 | 0.78 | 76.55 | 0.34 | 0.17 |
| Hex | 31 | 39 | 1C | E | 0 | 33 | 4E | 4D | 22 | 11 |
| Octal | 61 | 71 | 34 | 16 | 0 | 63 | 116 | 115 | 42 | 21 |
| Binary | 110001 | 111001 | 11100 | 1110 | 0 | 110011 | 1001110 | 1001101 | 100010 | 10001 |
Color Harmonies of #31391C
Complementary color
Monochromatic Colors of #31391C
Black with #31391C
Text Example
Text Example
White with #31391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31391C; }
p { color: rgb(49,57,28); }
H1.HeaderClassName
{
color: #31391C;
}
.AnyTagClassName
{
color: #31391C;
}
</style>
background-color css
<style>
a { background-color: #31391C; }
a { background-color: rgb(49,57,28); }
div.DivClassName
{
background-color: #31391C;
}
.BgClassName
{
background-color: #31391C;
}
</style>
border-color css
<style>
span { border-color: #31391C; }
span { border-color: rgb(49,57,28); }
td.TdClassName
{
border-color: #31391C;
}
.TagClassName
{
border-color: #31391C;
}
</style>