Shades of Turtle Green #313F1C
Tints of Turtle Green #313F1C
RGB
CMYK
RGB Variations
Color information
#313F1C (or 0x313F1C) is known color: Turtle Green. HEX triplet: 31, 3F and 1C. RGB value is (49,63,28). Sum of RGB (Red+Green+Blue) = 49+63+28=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 63 (25% from 255 or 45% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 63 - color contains mainly: green. Hex color #313F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313F1C is #CEC0E3. Grayscale: #363636. Windows color (decimal): -13549796 or 1851185. OLE color: 1851185.
HSL color Cylindrical-coordinate representation of color #313F1C: hue angle of 84º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #313F1C is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 63 | 28 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.75 |
| HSL | 84º | 0.38% | 0.18% | - |
| HSV(B) | 84º | 0.56% | 0.25% | - |
| XYZ | 3.25 | 4.29 | 1.76 | - |
| YUV | 54.82 | 112.86 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 28 | 0.22 | 0 | 0.56 | 0.75 | 84 | 0.38 | 0.18 |
| Hex | 31 | 3F | 1C | 16 | 0 | 38 | 4B | 54 | 26 | 12 |
| Octal | 61 | 77 | 34 | 26 | 0 | 70 | 113 | 124 | 46 | 22 |
| Binary | 110001 | 111111 | 11100 | 10110 | 0 | 111000 | 1001011 | 1010100 | 100110 | 10010 |
Color Harmonies of #313F1C
Complementary color
Monochromatic Colors of #313F1C
Black with #313F1C
Text Example
Text Example
White with #313F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313F1C; }
p { color: rgb(49,63,28); }
H1.HeaderClassName
{
color: #313F1C;
}
.AnyTagClassName
{
color: #313F1C;
}
</style>
background-color css
<style>
a { background-color: #313F1C; }
a { background-color: rgb(49,63,28); }
div.DivClassName
{
background-color: #313F1C;
}
.BgClassName
{
background-color: #313F1C;
}
</style>
border-color css
<style>
span { border-color: #313F1C; }
span { border-color: rgb(49,63,28); }
td.TdClassName
{
border-color: #313F1C;
}
.TagClassName
{
border-color: #313F1C;
}
</style>