Shades of Turtle Green #31380F
Tints of Turtle Green #31380F
RGB
CMYK
RGB Variations
Color information
#31380F (or 0x31380F) is known color: Turtle Green. HEX triplet: 31, 38 and 0F. RGB value is (49,56,15). Sum of RGB (Red+Green+Blue) = 49+56+15=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 56 (22.27% from 255 or 46.67% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 56 - color contains mainly: green. Hex color #31380F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31380F is #CEC7F0. Grayscale: #313131. Windows color (decimal): -13551601 or 997425. OLE color: 997425.
HSL color Cylindrical-coordinate representation of color #31380F: hue angle of 70.24º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31380F is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 56 | 15 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.78 |
| HSL | 70.24º | 0.58% | 0.14% | - |
| HSV(B) | 70.24º | 0.73% | 0.22% | - |
| XYZ | 2.77 | 3.52 | 0.98 | - |
| YUV | 49.23 | 108.68 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 56 | 15 | 0.12 | 0 | 0.73 | 0.78 | 70.24 | 0.58 | 0.14 |
| Hex | 31 | 38 | F | C | 0 | 49 | 4E | 46 | 3A | E |
| Octal | 61 | 70 | 17 | 14 | 0 | 111 | 116 | 106 | 72 | 16 |
| Binary | 110001 | 111000 | 1111 | 1100 | 0 | 1001001 | 1001110 | 1000110 | 111010 | 1110 |
Color Harmonies of #31380F
Complementary color
Monochromatic Colors of #31380F
Black with #31380F
Text Example
Text Example
White with #31380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31380F; }
p { color: rgb(49,56,15); }
H1.HeaderClassName
{
color: #31380F;
}
.AnyTagClassName
{
color: #31380F;
}
</style>
background-color css
<style>
a { background-color: #31380F; }
a { background-color: rgb(49,56,15); }
div.DivClassName
{
background-color: #31380F;
}
.BgClassName
{
background-color: #31380F;
}
</style>
border-color css
<style>
span { border-color: #31380F; }
span { border-color: rgb(49,56,15); }
td.TdClassName
{
border-color: #31380F;
}
.TagClassName
{
border-color: #31380F;
}
</style>