Shades of Turtle Green #31381B
Tints of Turtle Green #31381B
RGB
CMYK
RGB Variations
Color information
#31381B (or 0x31381B) is known color: Turtle Green. HEX triplet: 31, 38 and 1B. RGB value is (49,56,27). Sum of RGB (Red+Green+Blue) = 49+56+27=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 56 (22.27% from 255 or 42.42% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 56 - color contains mainly: green. Hex color #31381B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31381B is #CEC7E4. Grayscale: #323232. Windows color (decimal): -13551589 or 1783857. OLE color: 1783857.
HSL color Cylindrical-coordinate representation of color #31381B: hue angle of 74.48º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #31381B is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 56 | 27 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.78 |
| HSL | 74.48º | 0.35% | 0.16% | - |
| HSV(B) | 74.48º | 0.52% | 0.22% | - |
| XYZ | 2.88 | 3.56 | 1.57 | - |
| YUV | 50.6 | 114.68 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 56 | 27 | 0.12 | 0 | 0.52 | 0.78 | 74.48 | 0.35 | 0.16 |
| Hex | 31 | 38 | 1B | C | 0 | 34 | 4E | 4A | 23 | 10 |
| Octal | 61 | 70 | 33 | 14 | 0 | 64 | 116 | 112 | 43 | 20 |
| Binary | 110001 | 111000 | 11011 | 1100 | 0 | 110100 | 1001110 | 1001010 | 100011 | 10000 |
Color Harmonies of #31381B
Complementary color
Monochromatic Colors of #31381B
Black with #31381B
Text Example
Text Example
White with #31381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31381B; }
p { color: rgb(49,56,27); }
H1.HeaderClassName
{
color: #31381B;
}
.AnyTagClassName
{
color: #31381B;
}
</style>
background-color css
<style>
a { background-color: #31381B; }
a { background-color: rgb(49,56,27); }
div.DivClassName
{
background-color: #31381B;
}
.BgClassName
{
background-color: #31381B;
}
</style>
border-color css
<style>
span { border-color: #31381B; }
span { border-color: rgb(49,56,27); }
td.TdClassName
{
border-color: #31381B;
}
.TagClassName
{
border-color: #31381B;
}
</style>