Shades of Turtle Green #313A1B
Tints of Turtle Green #313A1B
RGB
CMYK
RGB Variations
Color information
#313A1B (or 0x313A1B) is known color: Turtle Green. HEX triplet: 31, 3A and 1B. RGB value is (49,58,27). Sum of RGB (Red+Green+Blue) = 49+58+27=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 58 (23.05% from 255 or 43.28% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 58 - color contains mainly: green. Hex color #313A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313A1B is #CEC5E4. Grayscale: #333333. Windows color (decimal): -13551077 or 1784369. OLE color: 1784369.
HSL color Cylindrical-coordinate representation of color #313A1B: hue angle of 77.42º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #313A1B is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 49 | 58 | 27 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.77 |
| HSL | 77.42º | 0.36% | 0.17% | - |
| HSV(B) | 77.42º | 0.53% | 0.23% | - |
| XYZ | 2.98 | 3.76 | 1.61 | - |
| YUV | 51.78 | 114.02 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 27 | 0.16 | 0 | 0.53 | 0.77 | 77.42 | 0.36 | 0.17 |
| Hex | 31 | 3A | 1B | 10 | 0 | 35 | 4D | 4D | 24 | 11 |
| Octal | 61 | 72 | 33 | 20 | 0 | 65 | 115 | 115 | 44 | 21 |
| Binary | 110001 | 111010 | 11011 | 10000 | 0 | 110101 | 1001101 | 1001101 | 100100 | 10001 |
Color Harmonies of #313A1B
Complementary color
Monochromatic Colors of #313A1B
Black with #313A1B
Text Example
Text Example
White with #313A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313A1B; }
p { color: rgb(49,58,27); }
H1.HeaderClassName
{
color: #313A1B;
}
.AnyTagClassName
{
color: #313A1B;
}
</style>
background-color css
<style>
a { background-color: #313A1B; }
a { background-color: rgb(49,58,27); }
div.DivClassName
{
background-color: #313A1B;
}
.BgClassName
{
background-color: #313A1B;
}
</style>
border-color css
<style>
span { border-color: #313A1B; }
span { border-color: rgb(49,58,27); }
td.TdClassName
{
border-color: #313A1B;
}
.TagClassName
{
border-color: #313A1B;
}
</style>