Shades of Turtle Green #31480A
Tints of Turtle Green #31480A
RGB
CMYK
RGB Variations
Color information
#31480A (or 0x31480A) is known color: Turtle Green. HEX triplet: 31, 48 and 0A. RGB value is (49,72,10). Sum of RGB (Red+Green+Blue) = 49+72+10=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #31480A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31480A is #CEB7F5. Grayscale: #3A3A3A. Windows color (decimal): -13547510 or 673841. OLE color: 673841.
HSL color Cylindrical-coordinate representation of color #31480A: hue angle of 82.26º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #31480A is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 49 | 72 | 10 | - |
| CMYK | 0.32 | 0 | 0.86 | 0.72 |
| HSL | 82.26º | 0.76% | 0.16% | - |
| HSV(B) | 82.26º | 0.86% | 0.28% | - |
| XYZ | 3.64 | 5.31 | 1.12 | - |
| YUV | 58.06 | 100.88 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 72 | 10 | 0.32 | 0 | 0.86 | 0.72 | 82.26 | 0.76 | 0.16 |
| Hex | 31 | 48 | A | 20 | 0 | 56 | 48 | 52 | 4C | 10 |
| Octal | 61 | 110 | 12 | 40 | 0 | 126 | 110 | 122 | 114 | 20 |
| Binary | 110001 | 1001000 | 1010 | 100000 | 0 | 1010110 | 1001000 | 1010010 | 1001100 | 10000 |
Color Harmonies of #31480A
Complementary color
Monochromatic Colors of #31480A
Black with #31480A
Text Example
Text Example
White with #31480A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31480A; }
p { color: rgb(49,72,10); }
H1.HeaderClassName
{
color: #31480A;
}
.AnyTagClassName
{
color: #31480A;
}
</style>
background-color css
<style>
a { background-color: #31480A; }
a { background-color: rgb(49,72,10); }
div.DivClassName
{
background-color: #31480A;
}
.BgClassName
{
background-color: #31480A;
}
</style>
border-color css
<style>
span { border-color: #31480A; }
span { border-color: rgb(49,72,10); }
td.TdClassName
{
border-color: #31480A;
}
.TagClassName
{
border-color: #31480A;
}
</style>