Shades of Turtle Green #31400B
Tints of Turtle Green #31400B
RGB
CMYK
RGB Variations
Color information
#31400B (or 0x31400B) is known color: Turtle Green. HEX triplet: 31, 40 and 0B. RGB value is (49,64,11). Sum of RGB (Red+Green+Blue) = 49+64+11=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #31400B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31400B is #CEBFF4. Grayscale: #353535. Windows color (decimal): -13549557 or 737329. OLE color: 737329.
HSL color Cylindrical-coordinate representation of color #31400B: hue angle of 76.98º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #31400B is Cyan = 0.23, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 64 | 11 | - |
| CMYK | 0.23 | 0 | 0.83 | 0.75 |
| HSL | 76.98º | 0.71% | 0.15% | - |
| HSV(B) | 76.98º | 0.83% | 0.25% | - |
| XYZ | 3.16 | 4.34 | 0.99 | - |
| YUV | 53.47 | 104.03 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 64 | 11 | 0.23 | 0 | 0.83 | 0.75 | 76.98 | 0.71 | 0.15 |
| Hex | 31 | 40 | B | 17 | 0 | 53 | 4B | 4D | 47 | F |
| Octal | 61 | 100 | 13 | 27 | 0 | 123 | 113 | 115 | 107 | 17 |
| Binary | 110001 | 1000000 | 1011 | 10111 | 0 | 1010011 | 1001011 | 1001101 | 1000111 | 1111 |
Color Harmonies of #31400B
Complementary color
Monochromatic Colors of #31400B
Black with #31400B
Text Example
Text Example
White with #31400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31400B; }
p { color: rgb(49,64,11); }
H1.HeaderClassName
{
color: #31400B;
}
.AnyTagClassName
{
color: #31400B;
}
</style>
background-color css
<style>
a { background-color: #31400B; }
a { background-color: rgb(49,64,11); }
div.DivClassName
{
background-color: #31400B;
}
.BgClassName
{
background-color: #31400B;
}
</style>
border-color css
<style>
span { border-color: #31400B; }
span { border-color: rgb(49,64,11); }
td.TdClassName
{
border-color: #31400B;
}
.TagClassName
{
border-color: #31400B;
}
</style>