Shades of Turtle Green #31350F
Tints of Turtle Green #31350F
RGB
CMYK
RGB Variations
Color information
#31350F (or 0x31350F) is known color: Turtle Green. HEX triplet: 31, 35 and 0F. RGB value is (49,53,15). Sum of RGB (Red+Green+Blue) = 49+53+15=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 53 (21.09% from 255 or 45.30% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 53 - color contains mainly: green. Hex color #31350F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31350F is #CECAF0. Grayscale: #2F2F2F. Windows color (decimal): -13552369 or 996657. OLE color: 996657.
HSL color Cylindrical-coordinate representation of color #31350F: hue angle of 66.32º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31350F is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 49 | 53 | 15 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.79 |
| HSL | 66.32º | 0.56% | 0.13% | - |
| HSV(B) | 66.32º | 0.72% | 0.21% | - |
| XYZ | 2.63 | 3.23 | 0.94 | - |
| YUV | 47.47 | 109.67 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 53 | 15 | 0.08 | 0 | 0.72 | 0.79 | 66.32 | 0.56 | 0.13 |
| Hex | 31 | 35 | F | 8 | 0 | 48 | 4F | 42 | 38 | D |
| Octal | 61 | 65 | 17 | 10 | 0 | 110 | 117 | 102 | 70 | 15 |
| Binary | 110001 | 110101 | 1111 | 1000 | 0 | 1001000 | 1001111 | 1000010 | 111000 | 1101 |
Color Harmonies of #31350F
Complementary color
Monochromatic Colors of #31350F
Black with #31350F
Text Example
Text Example
White with #31350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31350F; }
p { color: rgb(49,53,15); }
H1.HeaderClassName
{
color: #31350F;
}
.AnyTagClassName
{
color: #31350F;
}
</style>
background-color css
<style>
a { background-color: #31350F; }
a { background-color: rgb(49,53,15); }
div.DivClassName
{
background-color: #31350F;
}
.BgClassName
{
background-color: #31350F;
}
</style>
border-color css
<style>
span { border-color: #31350F; }
span { border-color: rgb(49,53,15); }
td.TdClassName
{
border-color: #31350F;
}
.TagClassName
{
border-color: #31350F;
}
</style>