Shades of Turtle Green #313F1A
Tints of Turtle Green #313F1A
RGB
CMYK
RGB Variations
Color information
#313F1A (or 0x313F1A) is known color: Turtle Green. HEX triplet: 31, 3F and 1A. RGB value is (49,63,26). Sum of RGB (Red+Green+Blue) = 49+63+26=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 63 (25% from 255 or 45.65% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 63 - color contains mainly: green. Hex color #313F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313F1A is #CEC0E5. Grayscale: #363636. Windows color (decimal): -13549798 or 1720113. OLE color: 1720113.
HSL color Cylindrical-coordinate representation of color #313F1A: hue angle of 82.7º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #313F1A is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 63 | 26 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.75 |
| HSL | 82.7º | 0.42% | 0.17% | - |
| HSV(B) | 82.7º | 0.59% | 0.25% | - |
| XYZ | 3.23 | 4.28 | 1.63 | - |
| YUV | 54.6 | 111.86 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 26 | 0.22 | 0 | 0.59 | 0.75 | 82.7 | 0.42 | 0.17 |
| Hex | 31 | 3F | 1A | 16 | 0 | 3B | 4B | 53 | 2A | 11 |
| Octal | 61 | 77 | 32 | 26 | 0 | 73 | 113 | 123 | 52 | 21 |
| Binary | 110001 | 111111 | 11010 | 10110 | 0 | 111011 | 1001011 | 1010011 | 101010 | 10001 |
Color Harmonies of #313F1A
Complementary color
Monochromatic Colors of #313F1A
Black with #313F1A
Text Example
Text Example
White with #313F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313F1A; }
p { color: rgb(49,63,26); }
H1.HeaderClassName
{
color: #313F1A;
}
.AnyTagClassName
{
color: #313F1A;
}
</style>
background-color css
<style>
a { background-color: #313F1A; }
a { background-color: rgb(49,63,26); }
div.DivClassName
{
background-color: #313F1A;
}
.BgClassName
{
background-color: #313F1A;
}
</style>
border-color css
<style>
span { border-color: #313F1A; }
span { border-color: rgb(49,63,26); }
td.TdClassName
{
border-color: #313F1A;
}
.TagClassName
{
border-color: #313F1A;
}
</style>