Shades of Turtle Green #31351A
Tints of Turtle Green #31351A
RGB
CMYK
RGB Variations
Color information
#31351A (or 0x31351A) is known color: Turtle Green. HEX triplet: 31, 35 and 1A. RGB value is (49,53,26). Sum of RGB (Red+Green+Blue) = 49+53+26=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 53 - color contains mainly: green. Hex color #31351A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31351A is #CECAE5. Grayscale: #303030. Windows color (decimal): -13552358 or 1717553. OLE color: 1717553.
HSL color Cylindrical-coordinate representation of color #31351A: hue angle of 68.89º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #31351A is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 49 | 53 | 26 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.79 |
| HSL | 68.89º | 0.34% | 0.15% | - |
| HSV(B) | 68.89º | 0.51% | 0.21% | - |
| XYZ | 2.73 | 3.27 | 1.47 | - |
| YUV | 48.73 | 115.17 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 53 | 26 | 0.08 | 0 | 0.51 | 0.79 | 68.89 | 0.34 | 0.15 |
| Hex | 31 | 35 | 1A | 8 | 0 | 33 | 4F | 45 | 22 | F |
| Octal | 61 | 65 | 32 | 10 | 0 | 63 | 117 | 105 | 42 | 17 |
| Binary | 110001 | 110101 | 11010 | 1000 | 0 | 110011 | 1001111 | 1000101 | 100010 | 1111 |
Color Harmonies of #31351A
Complementary color
Monochromatic Colors of #31351A
Black with #31351A
Text Example
Text Example
White with #31351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31351A; }
p { color: rgb(49,53,26); }
H1.HeaderClassName
{
color: #31351A;
}
.AnyTagClassName
{
color: #31351A;
}
</style>
background-color css
<style>
a { background-color: #31351A; }
a { background-color: rgb(49,53,26); }
div.DivClassName
{
background-color: #31351A;
}
.BgClassName
{
background-color: #31351A;
}
</style>
border-color css
<style>
span { border-color: #31351A; }
span { border-color: rgb(49,53,26); }
td.TdClassName
{
border-color: #31351A;
}
.TagClassName
{
border-color: #31351A;
}
</style>