Shades of Turtle Green #31370F
Tints of Turtle Green #31370F
RGB
CMYK
RGB Variations
Color information
#31370F (or 0x31370F) is known color: Turtle Green. HEX triplet: 31, 37 and 0F. RGB value is (49,55,15). Sum of RGB (Red+Green+Blue) = 49+55+15=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 15 (6.25% from 255 or 12.61% from 119); Max value from RGB is 55 - color contains mainly: green. Hex color #31370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31370F is #CEC8F0. Grayscale: #303030. Windows color (decimal): -13551857 or 997169. OLE color: 997169.
HSL color Cylindrical-coordinate representation of color #31370F: hue angle of 69º degrees, saturation: 0.57, 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 #31370F is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 55 | 15 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.78 |
| HSL | 69º | 0.57% | 0.14% | - |
| HSV(B) | 69º | 0.73% | 0.22% | - |
| XYZ | 2.72 | 3.42 | 0.97 | - |
| YUV | 48.65 | 109.01 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 15 | 0.11 | 0 | 0.73 | 0.78 | 69 | 0.57 | 0.14 |
| Hex | 31 | 37 | F | B | 0 | 49 | 4E | 45 | 39 | E |
| Octal | 61 | 67 | 17 | 13 | 0 | 111 | 116 | 105 | 71 | 16 |
| Binary | 110001 | 110111 | 1111 | 1011 | 0 | 1001001 | 1001110 | 1000101 | 111001 | 1110 |
Color Harmonies of #31370F
Complementary color
Monochromatic Colors of #31370F
Black with #31370F
Text Example
Text Example
White with #31370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31370F; }
p { color: rgb(49,55,15); }
H1.HeaderClassName
{
color: #31370F;
}
.AnyTagClassName
{
color: #31370F;
}
</style>
background-color css
<style>
a { background-color: #31370F; }
a { background-color: rgb(49,55,15); }
div.DivClassName
{
background-color: #31370F;
}
.BgClassName
{
background-color: #31370F;
}
</style>
border-color css
<style>
span { border-color: #31370F; }
span { border-color: rgb(49,55,15); }
td.TdClassName
{
border-color: #31370F;
}
.TagClassName
{
border-color: #31370F;
}
</style>